BODY {
	background-image : url(http://sradio.ru/i/back.gif);
	font-family : Tahoma;
	font-size : 15px;
}
.topline {color:#333;font-color:#fff;font-family:"Arial","Helvetica",sans-serif;height:20px;background:#333;padding:0;margin:0}
.topline_link{color:#fff;font-weight:bold;}
DIV.line {
	background-color:#4783B5;
	font-weight : bold;
	vertical-align : bottom;
	font-size : 18px;
	padding-left : 10px;
	color : #ececec;
	margin : 10px 1px 10px 1px;
}
TD.cont {
	background-color : White;
	border : 1px solid #ececec;
	font-size : 14px;
	padding : 10px 10px 10px 10px;
}
A {
	color : #4682B4;
}
A:HOVER {
	text-decoration : none;
	color : #FF1493;
}
HR {
	color : #B5B5B5;
	
}

TABLE {
	font-size : 14px;
}


H1 {
	color : #B5B5B5;
	font-size : 20px;
}
H2 {
	color : #294C69;
	font-size : 18px;
	text-transform: uppercase;
	text-align: center;
}
H3 {
	color : #294C69;
	font-size : 16px;
}
INPUT {
	border-left : thin solid #4682B4;
	border-right : thin solid #4682B4;
	border-top : thin solid #4682B4;
	border-bottom : thin solid #4682B4;
}
SELECT {
	border-left : thin solid #4682B4;
	border-right : thin solid #4682B4;
	border-top : thin solid #4682B4;
	border-bottom : thin solid #4682B4;
}
TEXTAREA {
	border-left : thin solid #4682B4;
	border-right : thin solid #4682B4;
	border-top : thin solid #4682B4;
	border-bottom : thin solid #4682B4;	
}
INPUT.button {
	border-left : thin solid #000000 1px;
	border-right : thin solid #000000 1px;
	border-top : thin solid #000000 1px;
	border-bottom : thin solid #000000 1px;

}
#tooltip {
background: #FCF5E1;
border: 1px solid #000000;
text-align: justify;
font: 11px Tahoma, Helvetica,sans-serif;
margin:0px;
-moz-border-radius:8px;
padding: 5px 5px;
position:absolute;
visibility:hidden
}
a.foot {
	font-size: smaller;
	text-decoration: none;
	color: #294C69;
}
tr.ch {
	background-color: #F0F8FF;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	width: 250px; /* Width of Menu Items */
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color :#4682B4;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}


/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
