/* Somic stylesheet */
body { background-color: #cdcdcd; }
body.login { background-color: #fff; }

div#desktopfade { background: url('../../images/somic/main_fade_bg.png') top left repeat-x #dedede;}

#loginTable { background: url('../../include/st.php?image=images/somic/somic_logo.jpg&width=250') no-repeat #fff;min-height: 110px; }

table#loginTable .img_row td {
	height: 80px;
}

#mainlogo {background: url('../../include/st.php?image=images/somic/somic_logo.jpg&width=230') left top no-repeat; width:300px;}
div#mainPageTop { background-image: url('../../images/somic/topbg.png'); background-repeat: repeat-x; background: #fff;}
div#desktop { background: url('../../images/somic/desktop.jpg') top no-repeat #cdcdcd;	width: 458px;height: 342px;}

div#topclicker {padding-top: 3px; padding-bottom: 4px;}

table#mainTableBtm td.btmBar {
	height: 25px;
	font-size: 11px;
	background-color:#cdcdcd;
	background-repeat: repeat-x;
	background-image: url('../../images/somic/bottom_bg.png');	color:#fff;
}

#subTable tr.subhead, #subTable td.subhead, #headTable td.head, #userMenu tr.head, div#topclicker { background: #1b5cbe; }
#subTablePlain tr.subhead { background: #9a9a9a;}
#headTable { background-color: #1b5cbe; }

#headTable td.head, #userMenu td.head {background: url('../../images/somic/headmenu_bg.png') repeat-x; padding: 3px;}
#userMenu td.headcat {background-image: url('../../images/somic/headmenu_bg.png');}

.tf { background: white; }

div#dash_top, div#dash_chat {
background: #1b5cbe; /* Old browsers */
background: -moz-linear-gradient(top,  #1b5cbe 0%, #134f8e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b5cbe), color-stop(100%,#134f8e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1b5cbe 0%,#134f8e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1b5cbe 0%,#134f8e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1b5cbe 0%,#134f8e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1b5cbe 0%,#134f8e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5cbe', endColorstr='#134f8e',GradientType=0 ); /* IE6-9 */
    color: white;
}

div#dash_menu_container ul li:hover,div#dash_menu_container ul li.sel,
div#dash_menu_right ul li:hover,div#dash_menu_right ul li.sel,
div#dash_chat ul li:hover,div#dash_chat ul li.sel  {
background: #1b5cbe; /* Old browsers */
background: -moz-linear-gradient(top,  #1b5cbe 0%, #0c365b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b5cbe), color-stop(100%,#0c365b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1b5cbe 0%,#0c365b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1b5cbe 0%,#0c365b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1b5cbe 0%,#0c365b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1b5cbe 0%,#0c365b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5cbe', endColorstr='#0c365b',GradientType=0 ); /* IE6-9 */
}

.chat_window .top, div#dash_usermenu {
	background-color: #1b5cbe;
}

div#dash_usermenu li.item:hover {
	background-color: #1F6AD3;
}

div#dash_menu_toggle, div#dash_desk_toggle {
background: #214365; /* Old browsers */
background: -moz-linear-gradient(top,  #214365 0%, #214365 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#214365), color-stop(100%,#214365)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #214365 0%,#214365 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #214365 0%,#214365 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #214365 0%,#214365 100%); /* IE10+ */
background: linear-gradient(to bottom,  #214365 0%,#214365 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214365', endColorstr='#214365',GradientType=0 ); /* IE6-9 */
}

body.valvomo_base {
	background: #214365;
}

div#dash_usermenu {
	background: #214365;
}

div#dash_leftmenu ul li.sel, div#dash_leftmenu ul li:hover  {
	background: #0c365b;
}

.sw_dropdown, .sw_input {
    border: 1px solid #676767;
    background: #214365;
}

.sw_dropdown:hover, .sw_input:hover {
	background: #355c7e;
}

.sw_bg_dorange {
	background-color: #214365;
}
