a
{
   margin: 0px;
   padding: 0px;
}
.container
{
   border: 1px solid transparent;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   max-width: 100%;
   min-width: 100%;
   height: 97%;
   min-height: 97%;
   max-height: 97%;
}
.chatroom
{
   background-color: #deb887;
   border: 5px ridge #FFBD32;
   color: black;
   text-decoration: none;
}
.chatroom.table
{
   position: absolute;
   top: 0;
   left: 0;
   min-height: 100%;
   max-height: 100%;
   width: 100%;
   height: 100%;
}
.chatroom.title
{
   font: 14pt Arial;
   color: black;
   height: 26px;
   text-align: center;
   border: none;
}
.chatroom.msgbox
{
   background-color: white;
   vertical-align: top;
   text-align: left;
   border-left: none;
   font: 12pt Arial;
   padding: 0;
   padding-left: 5px;
}
.chatroom.roomset
{
   background-color: white;
   padding: 3px;
   height: 23px;
   width: 133px;
   font: 9pt Arial;
   border-left: none;
   border-right: none;
   border-bottom: none;
}
.chatroom.users
{
   background-color: white;
   padding: 3px;
   margin: 0px;
   border-left: none;
   border-right: none;
   border-bottom: none;
}
.chatroom.names
{
   border: none;
   font: 11pt Arial;
   padding: 0;
   margin: 0;
   overflow: auto;
}
.chatroom.smiley
{
   background-color: white;
   font: 14pt Arial;
   height: 125px;
   border-left: none;
   border-right: none;
}
.chatroom.toolbar
{
   font: 11pt Arial;
   margin: 0;
   padding: 0;
   padding-left: 5px;
   height: 25px;
   border: none;
}
.chatroom.inputbox
{
   margin: 0;
   padding: 0;
   padding-left: 2%;
   height: 26px;
   border: none;
}
.chatroom.footer
{
   font: 8pt Arial;
   border: none;
   text-align: center;
   height: 12px;
}
.online_user
{
   padding: 1px 0 1px 20px;
   font: 10pt Arial;
   background-repeat: no-repeat;
   background-position: 1px 2px;
   vertical-align: middle;
   cursor: pointer;
   border: none;
   background-color: white;
   color: black;
}
.online_user.level0
{
   color: blue;
   font-weight: bold;
   border-bottom: 1px dotted black;
   background-image: url(status_all.gif);
}
.online_user.level1
{
   background-image: url(status_online.gif);
}
.online_user.level2
{
   background-image: url(status_afk.gif);
}
.online_user.level3
{
   background-image: url(status_idle.gif);
}
.online_user.level4
{
   background-image: url(status_ignore.gif);
}
.btn
{
   font: 10pt Arial;
   vertical-align: top;
   margin: 0;
   padding: 0;
   height: 22px;
   width: 23px;
}
.btn.Font
{
   border: 0;
   vertical-align: top;
   height: 22px;
   width: 23px;
}
.btn.send
{
   width: 60px;
   height: 23px;
}
.fullsize
{
   width: 133px;
   min-height: 100%;
   max-height: 100%;
   height: 100%;
}
#smiley_box
{
   border: 1px solid white;
   margin: 0px;
   padding: 0px;
   height: 23px;
   width: 26px;
   vertical-align: middle;
   text-align: center;
}
#chaticon
{
   overflow: auto;
   width: 100%;
   min-height: 100%;
   max-height: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
}
.selfontbox
{
   font: 11pt Arial;
   margin: 0;
   padding: 0;
   height: 23px;
}
#inp
{
   margin: 0;
   padding: 0;
   width: 100%;
   font: 14pt Arial;
}
.inp
{
   width: 98%;
   border: 1px solid black;
   font: 11pt Arial;
}
#div_chat
{
   background-color: white;
   text-align: left;
   border: none;
   overflow: hidden;
   min-height: 100%;
   max-height: 100%;
   height: 100%;
   width: 100%;
}
#div_txt
{
   background-color: white;
   text-align: left;
   border: none;
   max-height: 100%;
   max-width: 100%;
   width: 100%;
}
.chatmsg
{
   font: 8pt Arial;
   display: inline;
   color: black;
}
.chatmsg.time
{
   font-style: italic;
   color: blue;
}
.chatmsg.user
{
   color: green;
}
.chatmsg.text
{
   color: black;
}
.chatmsg.system
{
   font-style: italic;
   color: #ff8c00;
}
.chatmsg.private
{
   color: black;
}
.chatmsg.welcome
{
   color: green;
   text-decoration: underline;
   font-weight: bold;
}
.chatmsg.denied
{
   color: white;
   background-color:red;
   text-decoration: none;
   font-weight: bold;
}
.chatmsg.profile,hr
{
   color: black;
   font: 8pt Courier New;
   margin: 0;
   padding: 0;
}
.lobby
{
   border: 5px ridge #FFBD32;
   background-color: #deb887;
   font: 12pt Arial;
   margin: 0;
   padding: 0;
}
.lobby.maintitle
{
   font: 14pt Arial;
   border-top: none;
   border-left: none;
   color: black;
   text-align: center;
}

.lobby.room
{
   border-top: none;
   border-left: none;
   height:25px;
   text-align: center;
}
.lobby.user
{
   border-top: none;
   border-left: none;
   background-color:white;
   
   text-align: center;
}
.lobby.onlineuser
{
   border: none;
   color: black;
   background-color: white;
}
.load_msg
{
   cursor: wait;
   font: 36pt Arial;
   color: #808080;
   text-align: center;
   width: 100%;
}
.load_msg.line2
{
   font-size: 18pt;
}
.txtRed
{
   color: red;
}
.txtOrange
{
   color: #ff8c00;
}
.txtYellow
{
   color: #ffd700;
}
.txtGreen
{
   color: green;
}
.txtBlue
{
   color: Navy;
}
.txtPurple
{
   color: purple;
}
.txtBrown
{
   color: brown;
}
.txtBlack
{
   color: black;
}
#dialog
{
   position: absolute;
   left: 100px;
   top: 100px;
   width: 201px;
   height: 291px;
   border: none;
   z-index: 9;
   visibility: hidden;
   background-color: transparent;
   font: 10pt Arial;
   padding: 0;
   margin: 0;
}
.dialog1
{
   padding: 5px;
   margin: 0;
   padding-top: 0;
   border: 1px solid black;
   width: 200px;
   font-weight: bold;
   background: silver;
}
.dialog2
{
   border: 1px solid black;
   padding-bottom: 3px;
   font-weight: normal;
}
.snd1
{
   margin-left: 3px;
}
.snd2
{
   margin-left: 15px;
}
.dlg_btn
{
   font: 10pt Arial;
   width: 60px;
   height: 24px;
   margin-top: 3px;
}
/**** bug fix - set to fixed size ****/
.container
{
   border: 1px solid transparent;
   width: 775px;
   min-width: 775px;
   max-width: 775px;
   height: 508px;
   min-height: 508px;
   max-height: 508px;
}
.chatroom.table
{
   width: 775px;
   min-width: 775px;
   max-width: 775px;
   height: 508px;
   min-height: 508px;
   max-height: 508px;
}
#div_chat
{
   overflow: auto;
   min-height: 401px;
   max-height: 401px;
   background-color: white;
   width:614px;
   height: 401px;
}
#div_txt
{
   min-height: 400px;
   max-height: 400px;
   background-color:white;
   width:613px;
   height: 400px;
}
.chatroom.users
{
   height: 245px;
}
