div.color_room_red, div.color_room_reds, div.color_room_bestofmy {background: rgb(255, 148, 149) url(/images/tchat-webcam/grad_red.png) top left repeat-x;}
div.red_1, div.reds_1, div.bestofmy_1 {background: url('/images/tchat-webcam/grad_red_tl.png') top left no-repeat;}
div.red_2, div.reds_2, div.bestofmy_2 {background: url('/images/tchat-webcam/grad_red_tr.png') top right no-repeat;}
div.red_3, div.reds_3, div.bestofmy_3 {background: url('/images/tchat-webcam/grad_red_bl.png') bottom left no-repeat;}
div.red_4, div.reds_4, div.bestofmy_4 {background: url('/images/tchat-webcam/grad_red_br.png') bottom right no-repeat;}

div.color_room_green {background: rgb(152, 203, 125) url(/images/tchat-webcam/grad_green.png) top left repeat-x;}
div.green_1 {background: url('/images/tchat-webcam/grad_green_tl.png') top left no-repeat;}
div.green_2 {background: url('/images/tchat-webcam/grad_green_tr.png') top right no-repeat;}
div.green_3 {background: url('/images/tchat-webcam/grad_green_bl.png') bottom left no-repeat;}
div.green_4 {background: url('/images/tchat-webcam/grad_green_br.png') bottom right no-repeat;}

div.color_room_yellow {background: rgb(254, 241, 147) url(/images/tchat-webcam/grad_yellow.png) top left repeat-x;}
div.yellow_1 {background: url('/images/tchat-webcam/grad_yellow_tl.png') top left no-repeat;}
div.yellow_2 {background: url('/images/tchat-webcam/grad_yellow_tr.png') top right no-repeat;}
div.yellow_3 {background: url('/images/tchat-webcam/grad_yellow_bl.png') bottom left no-repeat;}
div.yellow_4 {background: url('/images/tchat-webcam/grad_yellow_br.png') bottom right no-repeat;}

div.color_room_violet {background: rgb(233, 206, 239) url(/images/tchat-webcam/grad_violet.png) top left repeat-x;}
div.violet_1 {background: url('/images/tchat-webcam/grad_violet_tl.png') top left no-repeat;}
div.violet_2 {background: url('/images/tchat-webcam/grad_violet_tr.png') top right no-repeat;}
div.violet_3 {background: url('/images/tchat-webcam/grad_violet_bl.png') bottom left no-repeat;}
div.violet_4 {background: url('/images/tchat-webcam/grad_violet_br.png') bottom right no-repeat;}

div.color_room_blue {background: rgb(212, 217, 238) url(/images/tchat-webcam/grad_blue.png) top left repeat-x;}
div.blue_1 {background: url('/images/tchat-webcam/grad_blue_tl.png') top left no-repeat;}
div.blue_2 {background: url('/images/tchat-webcam/grad_blue_tr.png') top right no-repeat;}
div.blue_3 {background: url('/images/tchat-webcam/grad_blue_bl.png') bottom left no-repeat;}
div.blue_4 {background: url('/images/tchat-webcam/grad_blue_br.png') bottom right no-repeat;}

div.color_room_pink {background: rgb(249, 221, 221) url(/images/tchat-webcam/grad_pink.png) top left repeat-x;}
div.pink_1 {background: url('/images/tchat-webcam/grad_pink_tl.png') top left no-repeat;}
div.pink_2 {background: url('/images/tchat-webcam/grad_pink_tr.png') top right no-repeat;}
div.pink_3 {background: url('/images/tchat-webcam/grad_pink_bl.png') bottom left no-repeat;}
div.pink_4 {background: url('/images/tchat-webcam/grad_pink_br.png') bottom right no-repeat;}

div.color_room_grey, div.color_room_bgrey {background: rgb(222, 222, 222) url(/images/tchat-webcam/grad_grey.png) top left repeat-x;}
div.grey_1, div.bgrey_1 {background: url('/images/tchat-webcam/grad_grey_tl.png') top left no-repeat;}
div.grey_2, div.bgrey_2 {background: url('/images/tchat-webcam/grad_grey_tr.png') top right no-repeat;}
div.grey_3, div.bgrey_3 {background: url('/images/tchat-webcam/grad_grey_bl.png') bottom left no-repeat;}
div.grey_4, div.bgrey_4 {background: url('/images/tchat-webcam/grad_grey_br.png') bottom right no-repeat;}

div.red_4, div.reds_4, div.green_4, div.yellow_4, div.violet_4, div.blue_4, div.pink_4, div.grey_4, div.bgrey_4, div.bestofmy_4 {
    padding: 7px 10px 0;
    text-align: center;
}

.ul{
    display:block;
    width:200px;
    height:200px;
    overflow-y:scroll;
    overflow-x:hidden;
    background-color:#FFFFFF;
}

.ul_red, .ul_reds, .ul_bestofmy{ border-top:solid 1px #CC0000; border-bottom:solid 1px #CC0000; }
.ul_green { border-top:solid 1px #429916; border-bottom:solid 1px #429916; }
.ul_yellow { border-top:solid 1px #EBC800; border-bottom:solid 1px #EBC800; }
.ul_violet { border-top:solid 1px #A94BC0; border-bottom:solid 1px #A94BC0; }
.ul_blue { border-top:solid 1px #6374C2; border-bottom:solid 1px #6374C2; }
.ul_pink { border-top:solid 1px #DD5858; border-bottom:solid 1px #DD5858; }
.ul_grey, .ul_bgrey { border-top:solid 1px #757575; border-bottom:solid 1px #757575; }

.list_under_construction{
    background: #ffffff url('/images/tchat-webcam/list-under-construction.gif') no-repeat 0 80px;    
}

.ur_red, .ur_reds, .ur_green, .ur_yellow, .ur_pink, .ur_blue, .ur_grey,
.ur_grey, .ur_violet, .ur_bestofmy, .ur_bgrey { 
background-color: #FFFFFF;
padding: 1px 0 0 2px;
clear:both;
}
.ur_red:hover, .ur_reds:hover, .ur_bestofmy:hover { background-color: rgb(255,215,215); }
.ur_green:hover { background-color: rgb(234,244,227); }
.ur_yellow:hover { background-color: rgb(255,252,232); }
.ur_pink:hover { background-color: rgb(252,237,237); }
.ur_blue:hover { background-color: rgb(237,239,248); }
.ur_grey:hover, .ur_bgrey:hover { background-color: #F0F0F0; }
.ur_violet:hover { background-color: rgb(244,231,248); }

.state { background:transparent url('/images/tchat-webcam/states.png') 0 0 no-repeat; width:16px; height:16px; float:left; }
.state10{ background-position:0 0; }
.state11{ background-position: -20px 0; }
.state20{ background-position: -40px 0; }
.state21{ background-position: -60px 0; }
.state30{ background-position: -80px 0; }
.state31{ background-position: -100px 0; }
.state40{ background-position: -120px 0; }
.state50{ background-position: -140px 0; }
.state60{ background-position: -160px 0; }
.state70{ background-position: -180px 0; }
.state80{ background-position: -200px 0; }
.state90{ background-position: -220px 0; }
.stateA0{ background-position: -240px 0; }
.stateB0{ background-position: -260px 0; }
.stateC0{ background-position: -280px 0; }
.stateD0{ background-position: -300px 0; }
.stateD1{ background-position: -320px 0; }
.stateE0{ background-position: -340px 0; }
.stateE1{ background-position: -360px 0; }
.stateF0{ background-position: -380px 0; }
.stateF1{ background-position: -400px 0; }

.room_description {
    background: #FFFFFF;
    font-size: 10px;
    position:absolute;
    z-index: 100;
    text-align:left;
    padding: 5px;

    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

    width: 220px;
}

.room_green    { border-color: #429916; }
.room_yellow   { border-color: #EBC800; }
.room_violet   { border-color: #A94BC0; }
.room_pink     { border-color: #DD5858; }
.room_grey     { border-color: #757575; }
.room_bgrey    { border-color: #757575; }
.room_bestofmy { border-color: #FF0000; }
.room_reds     { border-color: #FF0000; }
.room_white    { border-color: #FFFFFF; }
.room_blue     { border-color: #6374C2; }


#mybobtv_top span, #mybobtv_top a{
    line-height:170%;
    white-space:nowrap;
}

#mybobtv_top div {
    width: 200px;
    overflow:hidden;
    white-space:nowrap;    
}

.dbl {
    color : #000099;
    font-weight:bold;
    font-size: 10px;
}

div.user {
    margin-left:3px; 
    width:128px; 
    overflow:hidden;    
    text-align: left;
    float:left;    
}

div.user a {
    text-decoration: none;
}

.mod_normal {
    color: #060;
}

.usr_normal {
    color: #000;
}

.adm_normal {
    color: #900;
    font-weight: normal;
}

.adm_bold {
    color: #900;
    font-weight: bold;
}
/* -------------------------------------------------------------------------- */
.index img.logo-bobtv {
    margin-bottom:6px; 
    display:block;
}
.index img.logo-my {
    margin-bottom:6px; 
    display:block;
}
.index img.logo-neo {
    margin-bottom:4px; 
    display:block;
}