@charset "windows-1251";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #006;
	text-decoration:none;
	background-attachment: fixed;
	background-image: url(images/bg.png);
	background-color:#777;
	background-repeat: repeat;
	margin:0;
}
A {
	text-decoration: none;
	color: #006;
	border:none;
}
#container {
	width: 1212px;
	background-image:url(images/header_pic.png);
	background-repeat:no-repeat;
	margin: 0 auto;
}
#container img,
#container table{
	border: 0px;
}
#header {
	background-image: url(images/header_bg.png);
/*	padding-top: 146px;
	padding-left: 213px; */
	text-align:left;
}
#headerLogo {
	float:left;
	width: 200px;
}
#headerLogo A {
	margin: 0;
	padding: 0;
	display: block;
	height: 146px;
}
#headerTop {
	padding: 0 0 0 213px;
	height: 146px;
}
#headerMenu {
	height: 24px;
	padding-left: 217px;
	overflow: hidden;
}
/** @MENU **/
/* Mainlevel */
UL.menubar { 
	z-index: 1;
	float: left;
	margin: 0;
	background: none;
	padding: 0;
	list-style: none;
}
UL.menubar LI {
	float: left;
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}
UL.menubar A:link,
UL.menubar A:visited {
	display: block;
	margin: 0;
	padding: 4px 10px;
	color: #006;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
UL.menubar A:hover {
	background-color: #6cf;
}
UL.menubar LI.active A {
	background-color: #404040;
}
/* Sublevel */
UL.menubar UL {
	position: absolute;
	left: -999em;
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Other containers */
UL.menubar UL UL {
	margin: -20px 0 0 200px;
	z-index: 3;
}
/* Items */
UL.menubar UL LI {
	position: relative;
	width: 200px;
	margin: 0;
	background: none;
	padding: 0;
}
UL.menubar UL A:link,
UL.menubar UL A:visited {
	display: block;
	border-top: 1px solid #daf0f9;
	border-right: 1px solid #9cc;
	border-bottom: 1px solid #9cc;
	border-left: 1px solid #9cc;
	background: #daf0f9 none;
	color: #03c;
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	height: 1%;
}
UL.menubar UL a:hover,
UL.menubar UL li.parent a:hover,
UL.menubar UL li.parent li.parent a:hover {
	border-top: 1px solid #9ff;
	border-right: 1px solid #9ff;
	border-bottom: 1px solid #0cf;
	border-left: 1px solid #0cf;
	background-color: #6cf;
	color: #003;
}
/* Active */
UL.menubar UL li.active a,
UL.menubar UL li.active li.active a,
UL.menubar UL li.active li.active li.active a {
	font-weight: bold;
	color: #ffffff;
}
/* Clear active */
UL.menubar UL li.active li a,
UL.menubar UL li.active li.active li a {
	font-weight: normal;
	color: #cfdbe5;
}
/* Children expanded */
UL.menubar UL li.parent a,
UL.menubar UL li.parent li.parent a {
	background: #daf0f9 url("images/arrow_right.png") no-repeat 1px center;
	padding-right: 2px;
}
/* Clear children expanded */
UL.menubar UL li.parent li a,
UL.menubar UL li.parent li.parent li a {
	background-image: none;
}
/* Rollover actions */
UL.menubar LI:hover UL,
UL.menubar LI.hover UL,
UL.menubar LI:hover UL LI:hover UL,
UL.menubar LI.hover UL LI.hover UL,
UL.menubar LI:hover UL LI:hover UL LI:hover UL,
UL.menubar LI.hover UL LI.hover UL LI.hover UL {
	left: auto;
}
UL.menubar LI:hover UL UL,
UL.menubar LI.hover UL UL,
UL.menubar LI:hover UL LI:hover UL UL,
UL.menubar LI.hover UL LI.hover UL UL,
UL.menubar LI:hover UL LI:hover UL LI:hover UL UL,
UL.menubar LI.hover UL LI.hover UL LI.hover UL UL {
	left: -999em;
}
UL.menubar,
UL.menubar LI LI {
	clear: left;
}
#content {
	z-index:1;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;
	width: 1212px;
}
#contentTop {
	z-index:2;
	background-image:url(images/content_top.png);
	background-repeat:no-repeat;
	font-size:13px;
	font-weight: bold;
	padding: 0 1000px 0 0px;
	height:30px;
}
/*SideBarMenu*/
#sidebar {
	float:left;
	width: 202px;
	text-align:left;
	padding: 0 5px;
}
UL.sidebar {
	z-index: 3;
	margin: 0;
	background: none;
	padding: 0;
	list-style: none;
	font-size:12px;
}
UL.sidebar A:link,
UL.sidebar A:visited {
	display: block;
	margin: 0;
	padding: 4px 4px;
	color: #006;
	text-decoration: none;
}
UL.sidebar A:hover {
	background-color: #6cf;
	color: #003;
}
UL.sidebar LI.active A{
	font-weight: bold;
}
UL.sidebar UL {
	left: -999em;
	position:absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ffc;
}
UL.sidebar UL A:link,
UL.sidebar UL A:visited {
	font-size:10px;
	border: none;
	font-weight: normal;
}
UL.sidebar LI.active UL {
	position:relative;
	left: auto;
	border-bottom:#99f 1px solid;
	border-left:#ccc 1px solid;
	border-right:#99f 1px solid;
	border-top:#ccc 1px solid;
}
UL.sidebar UL LI.active A:link,
UL.sidebar UL LI.active A:visited {
	font-weight:bold;
}
#sideright {
	float:right;
	width: 188px;
	text-align:center;
	padding: 0 5px;
}
#statistic {
	vertical-align:bottom;
}
#contentMain {
	margin-left: 212px;
	margin-right: 200px;
	padding: 0 15px;
	text-align:justify;
	margin-top: -15px;
}
#footer {
	z-index:10;
	height:15px;
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	font-size:9px;
	padding:9px 0 0 0;
	clear:both;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#news {
	margin: 1px auto;
	border-top: 1px solid #66f;
	font-size:12px;

}
#headerNews{
	background-color: #FFC;
	border-bottom: 1px dotted #66f;
	border-left: 1px dotted #66f;
	margin: 0;
	height: 15px;
}
#headerNews .date{
	width: 100px;
	float: left;
	font-weight:bold;
	font-size:11px;
}
#headerNews .section{
	width: 200px;
	float: right;
	text-align:right;
	font-weight:bold;
}
#news .title{
	padding: 2px 0;
}
#footerNews{
	border-top: 1px dotted #66f;
	border-left: 1px dotted #66f;
	height: 15px;
	border-bottom: 1px solid #66f;
}
#footerNews .view{
	width: 100px;
	float: left;
	font-size:10px;
}
#footerNews .preview{
	width: 100px;
	float: right;
	text-align:center;
	font-weight:bold;
	background-color: #6cf;
	cursor: pointer;
}
#newsPages{
	background-color: #ffc;
	text-align:center;
	height: 22px;
}
#newsPages A{
	display: inline-block;
	border: 1px dotted #9cf;
	width: 16px;
	padding: 2px;
	margin: 0 4px;
}
#newsPages A:hover{
	background-color: #9cf;
}
#newsPages SPAN{
	display: inline-block;
	border: none;
	color: #ffc;
	font-weight:bold;
	background-color: #9cf;
	width: 16px;
	padding: 2px;
	margin: 0 4px;
}
TABLE.editTable TD{
	border-bottom: #0cf 1px solid;
}
TABLE.editTable TD.title{
	display:block;
	border-left: #0cf 1px dotted;
	border-right: #0cf 1px dotted;
	padding: 0 2px;
	text-align:justify;
}
TABLE.editTable TD.title A{
	display:block;
}
TABLE.editTable A:hover TD, TABLE.editTable TD.title A:hover{
	background-color: #6cf;
}
