body {
color: #000000;
}

div.color_room_red, div.color_room_reds, div.color_room_bestofmy {
background: rgb(255, 148, 149) url(/icons/grad_red.png) top left repeat-x;
}

div.red_1, div.reds_1, div.bestofmy_1 {
background: url('/icons/grad_red_tl.png') top left no-repeat;
}

div.red_2, div.reds_2, div.bestofmy_2 {
background: url('/icons/grad_red_tr.png') top right no-repeat;
}

div.red_3, div.reds_3, div.bestofmy_3 {
background: url('/icons/grad_red_bl.png') bottom left no-repeat;
}

div.red_4, div.reds_4, div.bestofmy_4 {
background: url('/icons/grad_red_br.png') bottom right no-repeat;
}

div.color_room_green {
background: rgb(152, 203, 125) url(/icons/grad_green.png) top left repeat-x;
}

div.green_1 {
background: url('/icons/grad_green_tl.png') top left no-repeat;
}

div.green_2 {
background: url('/icons/grad_green_tr.png') top right no-repeat;
}

div.green_3 {
background: url('/icons/grad_green_bl.png') bottom left no-repeat;
}

div.green_4 {
background: url('/icons/grad_green_br.png') bottom right no-repeat;
}

div.color_room_yellow {
background: rgb(254, 241, 147) url(/icons/grad_yellow.png) top left repeat-x;
}

div.yellow_1 {
background: url('/icons/grad_yellow_tl.png') top left no-repeat;
}

div.yellow_2 {
background: url('/icons/grad_yellow_tr.png') top right no-repeat;
}

div.yellow_3 {
background: url('/icons/grad_yellow_bl.png') bottom left no-repeat;
}

div.yellow_4 {
background: url('/icons/grad_yellow_br.png') bottom right no-repeat;
}

div.color_room_violet {
background: rgb(233, 206, 239) url(/icons/grad_violet.png) top left repeat-x;
}

div.violet_1 {
background: url('/icons/grad_violet_tl.png') top left no-repeat;
}

div.violet_2 {
background: url('/icons/grad_violet_tr.png') top right no-repeat;
}

div.violet_3 {
background: url('/icons/grad_violet_bl.png') bottom left no-repeat;
}

div.violet_4 {
background: url('/icons/grad_violet_br.png') bottom right no-repeat;
}

div.color_room_blue {
background: rgb(212, 217, 238) url(/icons/grad_blue.png) top left repeat-x;
}

div.blue_1 {
background: url('/icons/grad_blue_tl.png') top left no-repeat;
}

div.blue_2 {
background: url('/icons/grad_blue_tr.png') top right no-repeat;
}

div.blue_3 {
background: url('/icons/grad_blue_bl.png') bottom left no-repeat;
}

div.blue_4 {
background: url('/icons/grad_blue_br.png') bottom right no-repeat;
}

div.color_room_pink {
background: rgb(249, 221, 221) url(/icons/grad_pink.png) top left repeat-x;
}

div.pink_1 {
background: url('/icons/grad_pink_tl.png') top left no-repeat;
}

div.pink_2 {
background: url('/icons/grad_pink_tr.png') top right no-repeat;
}

div.pink_3 {
background: url('/icons/grad_pink_bl.png') bottom left no-repeat;
}

div.pink_4 {
background: url('/icons/grad_pink_br.png') bottom right no-repeat;
}

div.color_room_grey, div.color_room_bgrey {
background: rgb(222, 222, 222) url(/icons/grad_grey.png) top left repeat-x;
}

div.grey_1, div.bgrey_1 {
background: url('/icons/grad_grey_tl.png') top left no-repeat;
}

div.grey_2, div.bgrey_2 {
background: url('/icons/grad_grey_tr.png') top right no-repeat;
}

div.grey_3, div.bgrey_3 {
background: url('/icons/grad_grey_bl.png') bottom left no-repeat;
}

div.grey_4, div.bgrey_4 {
background: url('/icons/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;
}

#forum_list {
    width: 190px;
    overflow: hidden;
    text-align: left;
}
#forum_list a {
font: normal 12px Verdana, Arial;
line-height: 170%;
white-space:nowrap;
text-decoration: none;
color: #000000;
}
#forum_list a:hover {
text-decoration: underline;
}
.gs{
width:200px;
height:200px;
overflow-y:scroll;
overflow-x:hidden;
background-color:#FFFFFF;
border-top:solid 1px #99CC99;
border-bottom:solid 1px #99CC99;
}
.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('/icons/list-under-construction.gif') no-repeat 0 80px;    
}

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

.state { background:transparent url('/icons/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; }

.user_pro {
width:30px; 
float:left;
line-height: 18px;
}

.ddmenu .l2_green .l2_top td {
border-top: solid 1px #429916;
}
.ddmenu .l2_green .l2_left {
border-left: solid 1px #429916;
}
.ddmenu .l2_green .l2_right {
border-right: solid 1px #429916;
}
.ddmenu .l2_green .l2_bottom td {
border-bottom: solid 1px #429916;
}

.ddmenu .l2_yellow .l2_top td {
border-top: solid 1px #EBC800;
}
.ddmenu .l2_yellow .l2_left {
border-left: solid 1px #EBC800;
}
.ddmenu .l2_yellow .l2_right {
border-right: solid 1px #EBC800;
}
.ddmenu .l2_yellow .l2_bottom td {
border-bottom: solid 1px #EBC800;
}

.ddmenu .l2_violet .l2_top td {
border-top: solid 1px #A94BC0;
}
.ddmenu .l2_violet .l2_left {
border-left: solid 1px #A94BC0;
}
.ddmenu .l2_violet .l2_right {
border-right: solid 1px #A94BC0;
}
.ddmenu .l2_violet .l2_bottom td {
border-bottom: solid 1px #A94BC0;
}

.ddmenu .l2_blue .l2_top td {
border-top: solid 1px #6374C2;
}
.ddmenu .l2_blue .l2_left {
border-left: solid 1px #6374C2;
}
.ddmenu .l2_blue .l2_right {
border-right: solid 1px #6374C2;
}
.ddmenu .l2_blue .l2_bottom td {
border-bottom: solid 1px #6374C2;
}

.ddmenu .l2_pink .l2_top td {
border-top: solid 1px #DD5858;
}
.ddmenu .l2_pink .l2_left {
border-left: solid 1px #DD5858;
}
.ddmenu .l2_pink .l2_right {
border-right: solid 1px #DD5858;
}
.ddmenu .l2_pink .l2_bottom td {
border-bottom: solid 1px #DD5858;
}

.ddmenu .l2_grey .l2_top td, .ddmenu .l2_bgrey .l2_top td  {
border-top: solid 1px #757575;
}
.ddmenu .l2_grey .l2_left, .ddmenu .l2_bgrey .l2_left {
border-left: solid 1px #757575;
}
.ddmenu .l2_grey .l2_right, .ddmenu .l2_bgrey .l2_right {
border-right: solid 1px #757575;
}
.ddmenu .l2_grey .l2_bottom td, .ddmenu .l2_bgrey .l2_bottom td {
border-bottom: solid 1px #757575;
}

.ddmenu .l2_bestofmy .l2_top td {
border-top: solid 1px #FF0000;
}
.ddmenu .l2_bestofmy .l2_left {
border-left: solid 1px #FF0000;
}
.ddmenu .l2_bestofmy .l2_right {
border-right: solid 1px #FF0000;
}
.ddmenu .l2_bestofmy .l2_bottom td {
border-bottom: solid 1px #FF0000;
}

.ddmenu .l2_reds .l2_top td {
border-top: solid 1px #FF0000;
}
.ddmenu .l2_reds .l2_left {
border-left: solid 1px #FF0000;
}
.ddmenu .l2_reds .l2_right {
border-right: solid 1px #FF0000;
}
.ddmenu .l2_reds .l2_bottom td {
border-bottom: solid 1px #FF0000;
}

.l2_white .l2_top td {
border-top: solid 1px #FFFFFF;
}
.l2_white .l2_left {
border-left: solid 1px #FFFFFF;
}
.l2_white .l2_right {
border-right: solid 1px #FFFFFF;
}
.l2_white .l2_bottom td {
border-bottom: solid 1px #FFFFFF;
}

.ddmenu .l2_green .l2_top .l2_left {
background: url('/icons/green/corner-tl.gif') top left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_green .l2_top .l2_right {
background: url('/icons/green/corner-tr.gif') top right no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_green .l2_bottom .l2_left {
background: url('/icons/green/corner-bl.gif') bottom left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_green .l2_bottom .l2_right {
background: url('/icons/green/corner-br.gif') bottom right no-repeat;
border: none;
width: 5px;
}

.ddmenu .l2_yellow .l2_top .l2_left {
background: url('/icons/yellow/corner-tl.gif') top left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_yellow .l2_top .l2_right {
background: url('/icons/yellow/corner-tr.gif') top right no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_yellow .l2_bottom .l2_left {
background: url('/icons/yellow/corner-bl.gif') bottom left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_yellow .l2_bottom .l2_right {
background: url('/icons/yellow/corner-br.gif') bottom right no-repeat;
border: none;
width: 5px;
}

.ddmenu .l2_violet .l2_top .l2_left {
background: url('/icons/violet/corner-tl.gif') top left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_violet .l2_top .l2_right {
background: url('/icons/violet/corner-tr.gif') top right no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_violet .l2_bottom .l2_left {
background: url('/icons/violet/corner-bl.gif') bottom left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_violet .l2_bottom .l2_right {
background: url('/icons/violet/corner-br.gif') bottom right no-repeat;
border: none;
width: 5px;
}

.ddmenu .l2_blue .l2_top .l2_left {
background: url('/icons/blue/corner-tl.gif') top left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_blue .l2_top .l2_right {
background: url('/icons/blue/corner-tr.gif') top right no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_blue .l2_bottom .l2_left {
background: url('/icons/blue/corner-bl.gif') bottom left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_blue .l2_bottom .l2_right {
background: url('/icons/blue/corner-br.gif') bottom right no-repeat;
border: none;
width: 5px;
}

.ddmenu .l2_pink .l2_top .l2_left {
background: url('/icons/pink/corner-tl.gif') top left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_pink .l2_top .l2_right {
background: url('/icons/pink/corner-tr.gif') top right no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_pink .l2_bottom .l2_left {
background: url('/icons/pink/corner-bl.gif') bottom left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_pink .l2_bottom .l2_right {
background: url('/icons/pink/corner-br.gif') bottom right no-repeat;
border: none;
width: 5px;
}

.ddmenu .l2_grey .l2_top .l2_left {
background: url('/icons/grey/corner-tl.gif') top left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_grey .l2_top .l2_right {
background: url('/icons/grey/corner-tr.gif') top right no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_grey .l2_bottom .l2_left {
background: url('/icons/grey/corner-bl.gif') bottom left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_grey .l2_bottom .l2_right {
background: url('/icons/grey/corner-br.gif') bottom right no-repeat;
border: none;
width: 5px;
}

.ddmenu .l2_bgrey .l2_top .l2_left {
background: url('/icons/bgrey/corner-tl.gif') top left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_bgrey .l2_top .l2_right {
background: url('/icons/bgrey/corner-tr.gif') top right no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_bgrey .l2_bottom .l2_left {
background: url('/icons/bgrey/corner-bl.gif') bottom left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_bgrey .l2_bottom .l2_right {
background: url('/icons/bgrey/corner-br.gif') bottom right no-repeat;
border: none;
width: 5px;
}

.ddmenu .l2_bestofmy .l2_top .l2_left {
background: url('/icons/menu_tl.gif') top left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_bestofmy .l2_top .l2_right {
background: url('/icons/menu_tr.gif') top right no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_bestofmy .l2_bottom .l2_left {
background: url('/icons/menu_bl.gif') bottom left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_bestofmy .l2_bottom .l2_right {
background: url('/icons/menu_br.gif') bottom right no-repeat;
border: none;
width: 5px;
}

.ddmenu .l2_reds .l2_top .l2_left {
background: url('/icons/menu_tl.gif') top left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_reds .l2_top .l2_right {
background: url('/icons/menu_tr.gif') top right no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_reds .l2_bottom .l2_left {
background: url('/icons/menu_bl.gif') bottom left no-repeat;
border: none;
width: 5px;
}
.ddmenu .l2_reds .l2_bottom .l2_right {
background: url('/icons/menu_br.gif') bottom right no-repeat;
border: none;
width: 5px;
}

.l2_white .l2_top .l2_left {
background: url('/icons/white-tl.gif') top left no-repeat;
border: none;
width: 5px;
}
.l2_white .l2_top .l2_right {
background: url('/icons/white-tr.gif') top right no-repeat;
border: none;
width: 5px;
}
.l2_white .l2_bottom .l2_left {
background: url('/icons/white-bl.gif') bottom left no-repeat;
border: none;
width: 5px;
}
.l2_white .l2_bottom .l2_right {
background: url('/icons/white-br.gif') bottom right no-repeat;
border: none;
width: 5px;
}

.l3_green .l3_top td {
border-top: solid 1px #98CB7D;
background: #98CB7D url('/icons/green-grad-top.gif') top repeat-x;
}
.l3_green .l3_left {
border-left: solid 1px #98CB7D;
background: #98CB7D url('/icons/green-grad-bottom.gif') top repeat-x;
}
.l3_green .l3_right {
border-right: solid 1px #98CB7D;
background: #98CB7D url('/icons/green-grad-bottom.gif') top repeat-x;
}
.l3_green .l3_bottom td {
border-bottom: solid 1px #98CB7D;
background-color: #98CB7D;
}
.l3_green .l3_body {
background: #98CB7D url('/icons/green-grad-bottom.gif') top repeat-x;
}

.l3_green .l3_top .l3_left {
background: url('/icons/green-corner-tl.gif') top left no-repeat;
border: none;
width: 5px;
}
.l3_green .l3_top .l3_right {
background: url('/icons/green-corner-tr.gif') top right no-repeat;
border: none;
width: 5px;
}
.l3_green .l3_bottom .l3_left {
background: url('/icons/green-corner-bl.gif') bottom left no-repeat;
border: none;
width: 5px;
}
.l3_green .l3_bottom .l3_right {
background: url('/icons/green-corner-br.gif') bottom right no-repeat;
border: none;
width: 5px;
}

.sheet .l3_top, .sheet .l3_bottom {
height: 5px;
}

div.ag {
padding: 2px 2px 6px;
text-align:left;
color:#000000;
line-height:100%;
background-color:#FFFFFF;
}
div.ag:hover {
background-color:#EAF4E3;
cursor:pointer;
}
div.ag a{
}

#forum_list a{
}

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

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

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, .usr_bold {
    color: #000;
}

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

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