<!--

.chat body {
    background:fixed;
    overflow:hidden
    font: normal normal normal 62.5%/150% "Century Gothic", "Trebuchet MS" , Arial, Verdana, Helvetica;
    color:#323030
    }

#chat_container,
#chat_form {
    height:100%;
    text-align:center
    }
    
#chat {
    height:100%;
    width:80%;
    min-width:800px;
    margin:0 auto;
    padding:0;
    border-collapse:collapse;
        text-align:left
    }

.chat_buffer {
    height:50px
    }

#chat_header, #chat_middle_container, #chat_footer {
    background:#afaeae;
    border-left:1px solid #000;
    border-right:1px solid #000;
    }

#chat_header {
    height:60px;
    padding:0 10px;
    border-top:1px solid #000;
    }

#chat_header img.banner {
    float:left
    }
    
#chat_header img.banner, #chat_weather, #chat_moon {
    margin:10px 0
    }

#chat_weather {
    float:right;
    padding:4px;
    border:1px solid #444;
    background:#3c3c3c;
    }

#chat_moon {
    float:right;
    padding:13px;
    background:#3c3c3c;
    }

#chat_middle_container {
    padding:0 10px;
    vertical-align:top;
    }

#chat_middle {
    overflow-y:auto;
    overflow-x:hidden;
    border:1px solid #444444;
    background:#FFF;
    height:200px;
    }

#chat_footer {
    height:150px;
    padding:0 10px;
    border-bottom:1px solid #000;
    }

#chat_info_window {
    position:absolute;
    z-index:1;
    background:#444444;
    height:300px;
    width:700px;
    border-left:1px dotted #000;
    border-right:1px dotted #000;
    overflow:auto
    }

.chat_info_head {
    height:auto;
    overflow:hidden;
    background:#F0F0F0;
    padding:10px;
    margin:10px;
    
    }

#chat_messages div {
    margin:10px;
    }

#chat_messages table { 
    border:0;
    }
    
#chat_messages table td {
    vertical-align:top
    }

#chat_messages table td p {
    margin:0 0 10px 0
    }

#chat_messages table td p.chat_msg_pm,
#chat_messages table td p.chat_msg_dice {
    margin:0
    }
#chat_messages table td p.chat_msg_dice {
    color:#2980DF
    }

#chat_messages table td:first-Child {
    white-space:nowrap;
    padding:0 10px 0 0
    }

.msg_new,
.msg_old {
    padding:5px
    }

.msg_new {
    background:#DDD
    }

.msg_old {
    background:#EEE
    }

.delete_message {
    cursor:pointer
    }

.chat_msg_pm {
    color:#C00000
    }

chat_msg_dice {
    }
    
.chat_text {
    width:50%;
    margin:5px 0 0 0;
    float:left
    }

#mmessage {
    height:130px;
    }

.chat_options {
    overflow:hidden;
    margin:5px 0 0 0
    }
    
.chat_options img {
    padding:5px;
    background:#EEE;
    border:1px solid #444;
    margin:0 3px 0 0;
    cursor:pointer;
    }

.chat_options img.chat_sys_on {
    background:#444
    }

.chat_options .formwrap {
    padding:0
    }


#chat_online .chat_online {
    float:left;
    display:block;
    background:#FFF;
    border:1px solid #444;
    padding:7px 10px;
    margin:10px 10px 10px 0;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em; 
    }

#chat_online .pvtmsg {
    padding-left:25px;
    cursor:pointer
    }

#chat_online .pvtmsg_off {
    background:#FFF url(../images/status_offline.png) no-repeat 5px center
    }

#chat_online .pvtmsg_on {
    background:#FFF url(../images/status_online.png) no-repeat 5px center
    }
    
.chat_extras, .chat_options, #chat_online {
    float:right;
    width:49%
    }

#pager {
    width:500px;
    position:absolute;
    padding:10px;
    background:#48546C;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    z-index:500;
    }

.pager_session, .pager_location, .pager_chat {
    vertical-align:middle;
    cursor:pointer;
    }

.city_wrap {
    background:#241919;
    padding:10px; 
    margin:0 10px 10px 0;
    }


.location_wrap {
    min-height:50px;
    height:auto !important;
    height:50px;
    margin:10px 0;
    }

.location_wrap img.left {
    margin:0 10px 0 0;
    width:50px;
    height:50px
    }

.location_wrap h3 {
    padding:5px 0;
    }

.online_listing {
    background:#FFF;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em; 
    padding:10px;
    min-height:30px;
    margin:0 10px 10px 0
    }

h2.tag,
h2.tag a {
    color:#054A4F;
    }

#content_beta_inner .location_wrap p {
    margin:0;
    }
    
.enter_chat {
    float:right;
    text-transform:uppercase;
    margin:-8px -8px 0 0;
    padding:5px 10px;
    background:#FFF;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em; 
    border:3px solid #AAAAAA
    }
-->