/* basic */

html {
	min-width:952px;
}

body {
font-size: 11px;
background-color: #000;
color: #000;
width: 100%;
background-image:url(bodybg.jpg);
background-position:50% 0;
background-repeat:repeat-x;

}

div.wrap {
	width:952px;
	margin:0 auto;
}

input:hover {
	background-color:#f4f7ff !important;
}



/*head*/


div#headbg {
	width:100%;
	height:316px;
	clear:both;
	background-image:url(head-bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
	margin-bottom:7px;
}

div#clouds {
	width:100%;
	background-image:url(clouds.png);
	background-repeat:repeat-x;
	_background-repeat:no-repeat;
	background-position:50% 0;
	height:316px;
}


div#head {
	width:952px;
	margin:0 auto;
	position:relative;
}

h1 a {
	display:block;
	width:408px;
	height:19px;
	padding-top:70px;
	position:absolute;
	top:126px;
	font-weight:normal;
	font-size:11px;
	color:#2b65eb;
	text-indent:4px;
	z-index:10;
}

h1 a span {
	color:#818181;
}

form#login {
	position:absolute;
	top:239px;
	left:4px;
}

div#lostpasswd {
	position:absolute;
	top:282px;
	left:10px;
}

form#login p, #login input {
	float:left;
}

form#login label {
	display:block;
	clear:both;
	font-size:10px;
	color:#5a5a5a;
	text-indent:2px;
}

input.pole {
	width:122px;
	height:25px;
	line-height:25px;
	background-color:#FFF;
	border:1px #bbdae8 solid;
	margin-right:1px;
}


.login-button {
	position:relative;
	top:-35px;
	left:8px;
}


ul#menu {
	width:338px;
	position:absolute;
	top:125px;
	left:500px;
}

ul#menu li {
	display:block;
	float:left;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
}

ul#menu li a {
	color:#fff;
	display:block;
	float:left;
	padding:4px 6px 4px 11px;
}

ul#menu li a:hover {
	background-color:#000;
}

ul#menu li span {
	position:absolute;
	top:0;
	left:0;
	display:block;
	background-image:url(arrow.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:8px;
	height:7px;
	_display:none;
}

li.main {
	height:36px;
}

li.main a {
	font-size:30px;
	background-color:#407da7;
}


li.reg {
	height:52px;
	line-height:44px;
}

li.reg a {
	font-size:38px;
	background-color:#a53b01;
}

li.reg a:hover {
	color:#dc4e00 !important;
}


li.rules {
	height:33px;
	line-height:25px;
}

li.rules a {
	font-size:25px;
	background-color:#638954;
}

li.cont {
	height:29px;
	line-height:29px;
	clear:left;
}

li.cont a {
	font-size:29px;
	background-color:#68507e;
}




#menu-advert {
	position:absolute;
	top:239px;
	left:4px;
	font-family:Tahoma, Geneva, sans-serif;
}

#menu-advert a {
	font-size:12px;
	font-weight:bold;
	background-color:#407da7;
	color:#fff;
	padding:3px;
	display:block;
	float:left;
	margin-right:5px;
}

#menu-advert li {
	display:inline;
}

#menu-advert a:hover {
	background-color:#000;
}
#menu-advert a.curent {
	background-color:#000;
}


ul.submenu {
	position:absolute;
	top:267px;
	left:4px;
}

ul.submenu2 {
	position:absolute;
	top:283px;
	left:4px;
}

ul.submenu3 {
	position:absolute;
	top:293px;
	left:4px;
}

ul.submenu li, ul.submenu2 li, ul.submenu3 li {
	display:inline;
	margin-right:7px;
}

ul.submenu a, ul.submenu2 a, ul.submenu3 a {
  font-weight: normal;
  color: #0070C0;
	text-decoration: none;
}

ul.submenu a.curent, ul.submenu2 a.curent, ul.submenu3 a.curent {
  font-weight: bold;
	text-decoration:underline;
}



ul#acc-info {
	position:absolute;
	top:130px;
	left:495px;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

ul#acc-info li {
	margin-bottom:5px;
	color:#595959;
	background-color:#e1ecef;
	padding:5px;
}

ul#acc-info li span {
	color:#0070c0;

}


/*content*/

div#content {
	width:100%;
	background-color:#0160a2;
	background-image:url(content-bg.jpg);
}

div#content .form label {
	color:#a8cce2;
}

div#content a {
	color:#7ed67a;
	background-color:#004771;
	text-decoration:underline;
	padding:2px;
}

div#content a:hover {
	text-decoration:none;
	background-color:#000;
	color:#fff;
}


div#content .wrap {
	background-image:url(cont-mid-bg.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	padding:10px 0;
	min-height: 458px; height:auto !important; height:458px;
}


/****/
div#contentm {
	width:100%;
	background-color:#0160a2;
	background-image:url(content-bg.jpg);
}

div#contentm .form label {
	color:#a8cce2;
}


div#contentm .wrap {
	background-image:url(cont-mid-bg.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	padding:10px 0;
	min-height: 458px; height:auto !important; height:458px;
}




div.col1 {
	width:600px;
	float:left;
	position:relative;
}

h2 {
	height:65px;
	clear:both;
	display:block;
	background-image:url(h2-bg.png);
	background-repeat:no-repeat;
	background-position:0 100%;
	color:#e4e4e4;
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	font-weight:normal;

}

div.col1 h2:first-letter {
	color:#a3a8cd;
}



div.box {
	width:260px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:left;
	_display:inline;
}


div.box h3 {
	/*height:21px;*/
	line-height:20px;
	background-color:#01507c;
	background-image:url(marker.gif);
	background-position:5px 9px;
	background-repeat:no-repeat;
	color:#efd1d1;
	padding-left:15px;
	clear:both;
	margin:15px 0 0 0;
	font-size:12px;
}


div.box p {
	color:#ddebf4;
	padding:4px 2px 2px 2px;
	line-height:14px;
}




div.col2 {
	float:left;
	position:relative;
	left:66px;
	width:280px;
}

div.col2 h2:first-letter {
	color:#b3cca8;
}

div.news {
	font-family:Tahoma, Geneva, sans-serif;
}

div.news span {
	display:block;
	clear:both;
	color:#fff;
	margin:15px 0 4px 0;
}

div.news div.pnews {
	background-image:url(news-bg.png);
	_background-image:none;
	_background-color:#00568c;
	padding:4px;
	color:#c0ceba;
	line-height:13px;
}

div.news div.pnews:hover {
	background-color:#005488;
	background-image:none;
}

div.news a {
	color:#7ed67a;
	background-color:#004771;
	text-decoration:underline;
	padding:2px;
}

div.news a:hover {
	text-decoration:none;
	background-color:#000;
	color:#fff;
}



div#printer {
	position:absolute;
	left:320px;
	top:180px;
	width:251px;
	height:213px;
	background-image:url(printer.png);
}


p.text {
	color:#ddebf4;
	font-size:12px;
	line-height:17px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:10px 0 5px 0;
}

p.text strong {
	background-color:#003451;
	padding:3px;
	line-height:25px;
}


/*dark block*/

div#darkblock {
	width:100%;
	background-image:url(dark-bg.jpg);
}

div#darkblock h2:first-letter {
	color:#a3a8cd;
}

div#darkblock .wrap {
	background-image:url(dark-top-bg.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:10px 0;
}

.form {
	margin:15px 0;
}

.form p {
	clear:both;
	width:305px;
}

.form input {
	float:left;
	width:180px;
	height:28px;
	line-height:28px;
	background-color:#c4e6f9;
	margin-bottom:9px;
}

.form select {
	float:left;
	width:180px;
	height:28px;
	line-height:28px;
	background-color:#c4e6f9;
	margin-bottom:9px;
}

.form label {
	display:block;
	float:left;
	height:28px;
	text-indent:4px;
	color:#637f90;
}

.form label span {
	position:relative;
	top:17px;
}

.form textarea {
	background-color:#c4e6f9;
	width:449px;
	height:220px;
	clear:both;
	display:block;
	margin-bottom:9px;
}




/*footer*/

div#footer {
	min-height: 130px; height:auto !important; height:130px;
	position:relative;
}

.cop {
	font-family:Tahoma, Geneva, sans-serif;
	color:#c7c7c7;
	font-size:12px;
	position:absolute;
	top:65px;
}

ul#footer-menu {
	position:absolute;
	left:349px;
	top:10px;
}

ul#footer-menu li {
	display:block;
	_display:inline;
	float:left;
	padding:50px 5px 5px 10px;
	background-image:url(li-fut-bg.gif);
	background-position:0 0;
	background-repeat:repeat-y;
	margin-right:20px;
}

ul#footer-menu li a {
	color:#e2caa8;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;

}

ul#footer-menu li a:hover {
	color:#c4e6f9;

}



/****************** my ******************/

.myFormTable {
  border: 1px dotted #000000;
  background-color: #407DA7;
  text-align: left;
  color:white;
  font-weight: bold;
}
.MainStatTable { border-collapse: collapse; /*border: 1px dotted #000000; */ }
.MainStatTable td { padding: 2px 2px 2px 2px; }
.MainStatTable td a { color: #000000; }

.trstat0 { background-color: #E9F2F7; }
.trstat1 { background-color: #FFFFFF; }
.trupdated { background-color: #FFE8E7; }
.trstatHP { background-color: #CBD3E0; font-weight: bold; }
.tdstatHP { padding: 2px 2px 2px 2px; background-color: #CBD3E0; }

a.podsv {
	color:#7ed67a;
	background-color:#004771;
	text-decoration:underline;
	padding:2px;
}

a.podsv:hover {
	text-decoration:none;
	background-color:#000;
	color:#fff;
}

span.prefpodp { color: #E4E4E4; font-weight: bold; font-size: 12px; padding-top: 5px; padding-bottom: 5px; }
span.prefpodp a, span.prefpodp a:hover { color: #E4E4E4; text-decoration: underline; }
span.prefpodp2 { color: #E4E4E4; font-weight: bold; font-size: 14px; padding: 5px 0px 5px 0px; }

.fids_caption { font-size: 14px; font-weight: bold; color: #E4E4E4; padding-top: 10px; }
.fids_div_content { background-color: #F4F4F4; border: 2px solid #407DA7; overflow: auto; width: 600px; height: 200px; font-size: 12px; padding: 2px 4px 2px 4px; text-align: left; }
.fids_example_link_td { font-size: 14px; font-weight: bold; vertical-align: top; border-bottom: 2px solid #FFFFFF; text-align: left; padding: 3px 0px 10px 10px; }
.fids_example_link_a { color: #E4E4E4; text-decoration: underline; }

table.scrolltable td { color: #FFFFFF; font-size: 12px; font-weight: bold; padding: 2px 3px 2px 3px; }
table.scrolltable td a,table.scrolltable td a:hover { color: #FFFFFF; font-size: 12px; }

span.error_span { color: #CC655D; font-size: 12px; font-weight: bold; }

a.small_rashifrovka { font-size: 10px; color: #004771; }


div#show-sel-sites {
	padding:0px;
	margin: 0px;
	width:200px;
	border:1px solid #52c9e7;
	background: #ececec;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color: #000000;
}

div#show-sel-sites .list_chb {
  border:1px solid #52c9e7;
  margin: 2px;
  padding: 3px;
  height: 250px;
  width: 180px;
	overflow-x: hidden;
	overflow-y: auto;
	color: #000000;
}

.myTD2px { padding: 3px; }

.box2 {
	/*height:21px;*/
	line-height:20px;
	background-color:#01507c;
	background-image:url(marker.gif);
	background-position:5px 9px;
	background-repeat:no-repeat;
	color:#efd1d1;
	padding-left:15px;
	clear:both;
	margin:15px 0 0 0;
	font-size:12px;
	font-weight: bold;
}

.box3 {
	/*height:21px;*/
	line-height:20px;
	background-color:#01507c;
	/*background-image:url(marker.gif);*/
	background-position:5px 9px;
	background-repeat:no-repeat;
	color:#efd1d1;
	padding-left:15px;
	clear:both;
	margin:15px 0 0 0;
	font-size:12px;
	font-weight: normal;
}

.caption_conv {
	height:45px;
	clear:both;
	display:block;
	background-image:url(h2-bg.png);
	background-repeat:no-repeat;
	background-position:0 100%;
	color:#e4e4e4;
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	font-weight:normal;
}
