<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#doc2 {
    width:950px;
}

div#hgg {
    width:750px;
    _width:759px;
    width:740px;
}

.koolaid-rooms {
    background-color:#C20101;
    color:#FFF;
}

.koolaid-rooms div.content {
    color:#000;
    background-color:#FFEFEC;
    border:#C5341B;
}

.koolaid-rooms h3 {
    color:#f00;
    font-weight:bold;
    font-size:144%;
    margin: 0 0 3px 0;
}

iframe#rooms_featured {
    width:728px;
    height:600px;
    border:none;
}

html&gt;body iframe#rooms_featured {
    border-top:1px solid #A3A3A3;
    border-left:1px solid #A3A3A3;
    border-bottom:1px solid #CFCFCF;
    border-right:1px solid #CFCFCF;
}
    
div#panel-manage ul li {
    margin-top: 8px;
    margin-bottom: 8px;
}

#seo_friendly_pagination a {
    color: white;
}

div#rooms_list_master {
    /*background-color:#FFEFEC;*/
    text-align:left;
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size:100%;
}

div#rooms_list { 
    float:left;
    width:727px;
    height:485px;
    height:420px;
    overflow:hidden;
    padding:0;
    margin:0;
    
    _clear:both;
    _width:728px;
    _height:400px;
    _overflow-y:auto;
    
}

div#rooms_list table {
    margin:0;
    width:726px;
    color:#484848;
    
    _float:left;
    _width:712px;
}

div#rooms_list table thead tr {
    _position:relative;
    *height:12px;
}

html&gt;body div#rooms_list table thead tr {
    display:block;    
}

div#rooms_list table tbody tr {
    cursor:default;
    height:auto;
    *height:12px;
}

div#rooms_list_table tbody {
    border-bottom:1px solid #CCC;
}

html&gt;body div#rooms_list table tbody {
    display: block;
    height: 396px;
    overflow: auto;
    width: 100%;
}
html&gt;body div#rooms_list table thead  th {
    width:332px;
    xwidth:268px;
} 

html&gt;body div#rooms_list table tbody td {
    width:344px;
}

html&gt;body div#rooms_list table thead th + th {
    width:179px;
}
html&gt;body div#rooms_list table tbody td + td {
    width: 180px;
}

html&gt;body div#rooms_list table thead th + th + th {
    width:87px;
}
html&gt;body div#rooms_list table tbody td + td + td{
    width: 89px;
}

html&gt;body div#rooms_list table thead th + th + th + th {
    width:93px;
}
html&gt;body div#rooms_list table tbody td + td + td + td {
    width: 78px;
}
div#rooms_list table th, td {
    padding:4px;
}
div#rooms_list table th {
    _position:relative;
    border-right:1px solid #5B5B5B;
    _border-right:1px solid #CCC;
    font-weight:bold;
    color:#2A2A2A;
    background-image:url('/rooms/_img/bkg_table_th.gif');
    background-position:top center;
    background-repeat:no-repeat;
}
div#rooms_list table th#first{
    border-left:none;
    background-image:url('/rooms/_img/bkg_table_th.gif');
    background-position:top center;
    background-repeat:no-repeat;
}
div#rooms_list table th#last{
    border-right:none;
    background-image:url('/rooms/_img/bkg_table_th.gif');
    background-position:top center;
    background-repeat:no-repeat;
}
div#rooms_list table td {
    border-right:1px solid #CCC;
    text-align:left;
    font-size:83%;
}
    
strong {
    font-weight:bold;
}
.room_detail {
    z-index:999;
    clear:both;
    padding:2px 8px 10px 8px;
    margin:auto;
    background-color:#FFF;
    background-image:url('_img/bkg_wine_bottom_up_4.gif');
    background-position:bottom left;
    background-repeat:no-repeat;
    height:200px;
}

#room_detail_left {
    width:228px;
    *vertical-align:top;
    float:left;
}

.room_detail_image {
    background-color:black;
    width:228px;
    height:128px;
    line-height:125px;
    _line-height:128px;
    padding:0;
    display:block;
    overflow:hidden;
    text-align:center;        
}

.room_detail_image img {
    margin-left:auto;
    margin-right:auto;
}

html&gt;body div.room_detail_image img { 
    margin-top: 0; 
    vertical-align: middle;
}

.room_detail_image .room_flag_icon {
    display:none;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/common/img/icon_flag_normal.png) no-repeat;
    margin: 3px 0px 0px 3px;
    cursor:pointer;
    z-index: 10;
}

.room_detail_image:hover .room_flag_icon {
    display: block;
}

.room_detail_image .room_flag_icon:hover {
    background: url(/common/img/icon_flag_hover.png) no-repeat;
}

.room_detail_text {
    margin: 0 0 0 8px;
    padding:0;
    width: 469px;
    height:200px;
    display:block;
    float:left;
    color:#484848;
    z-index:950;
    text-align:left;
    overflow:auto;
}

#room_detail_description {
}

.room_detail_text h2 {
    display:inline;
    margin:2px 5px 2px 0px;
    font-size:150%;
    font-weight:bold;
    color:#A80000;
}

.room_detail_text h3 {
    font-weight:bold;
    font-size:92%;
    display:inline;
    margin:15px 5px 2px 0px;
    color:#484848;
}

#flag_link_new .room_flag_icon_new {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/common/img/sprites/card_icons.png) no-repeat -94px -1px;
    margin: -5px 2px -2px 0px;
}

#flag_link_new span {
    cursor:pointer;
}

#flag_link_new span:hover {
    text-decoration:underline; 
}

#room_detail_description p {
    font-size:83%;
}

#room_detail_stats {
    margin-top:7px;
    font-size:83%;
}

#room_detail_mask {
    display:none;
}
div#aggregate_info {
    height:18px;
    padding:8px;
    font-size:92%;
    text-align:center;
}
div#rm_chatters {
    margin-top:6px;
}

div#search_strip {
    background-color:#58014B;
    padding-top:3px;
    padding-botom:1px;
    _height:26px;
    margin:0;
}

div#search_strip form, 
div#search_strip div {
    width:40%;
    height:24px;
    text-align:left;
    margin-right:2px;
    margin-left:auto;
    padding:0;
}

div#search_strip div {
    margin:auto;
    width:80%;
    text-align:center;
    color:#F7F7F7;
    font-weight:bold;
}

div#search_strip form {
    margin-right:70px;
}

html&gt;body div#search_strip form {
    width:300px;
}

div#search_stip form input {
    margin:0;
}

div#search_strip form label {
    font-size:97%;
    font-weight:bold;
    color:#FFF;
}

div.room_detail_text a {
    color:blue;
}

a#join_link {
    font-size:105%;
}

span.flagroom {
    display:none;
    color:#0000FF;
    text-decoration:underline;
    cursor:pointer;
}

span.red-download {
    color:#aa0000;
}

span.yellow-download {
    color:#aa9900;
}

span.green-download {
    color:#228800;
}

table#participant_table th {
    font-weight:bold;
    padding:2px;
    border-bottom:1px solid #CCC;
}

table#participant_table .participant_border_left {
    border-left:1px solid #CCC;
}

table#participant_table td {
    text-align:left;
    padding:2px;
}

table#participant_table td.size {
    text-align:left;
}        

div#room_detail_ap_note {
    display:none;
    font-size:128%;
    font-weight:bold;
}
.letter-link {
    margin-right: .9em; 
}

#rooms-directory-list {
    margin-top: 1em;
}
.roomdirectory-link {
    display:block;
    margin-bottom: 0.25em;
}
html[dir="rtl"] .seo_content p,
html[dir="rtl"] .seo_content h1 {
    text-align: right;
    margin-right: 211px;
}
</pre></body></html>