BODY {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color:#666666;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
}

img, table{border:0px;}

a, a:active{
	color:#0157A2;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

input{
	margin:0px;
	padding:0px;
	color:#4F585B;
}

td {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color:#666666;
}
h1{
	font-family: arial, tahoma, sans-serif;
	font-size:19px;
	margin:0px 0px 30px 0px;
	font-weight:normal;
}

p{
	text-indent: 0px;
	margin:0px 0px 20px 0px;
}
select{
	font-size:11px;
}

ul{
	padding:0px;
	margin:0px 0px 20px 30px;
}

li{
	margin-bottom:7px;
}

.pos_rel{
	position:relative;
}



.t{
	height:80px;
	background:url("../images/t_bg.gif") repeat-x 0px 1px;
	background-color:#A2C0E1;
	vertical-align:bottom;
}
	.t td{
		color:#7298BB;
	}

.search_block{
	margin:0px 18px 0px 10px;
}

.search_inp{
	width:220px;
	border:1px solid #6294cc;
	color:#ffffff;
	padding:2px 0px 0px 4px;
	background-color:#1e60ad;
	font-size:11px;
	height:19px;
}


.ico_mail{
	color:#BFD4EA;
	font-size:9px;
	padding-left:13px;
	background:url("../images/ico_mail.gif") no-repeat 0px 3px;
}
.ico_fav{
	color:#BFD4EA;
	font-size:9px;
	padding-left:15px;
	background:url("../images/ico_star.gif") no-repeat 0px 1px;
}
.ico_print{
	color:#BFD4EA;
	font-size:9px;
	padding-left:15px;
	background:url("../images/ico_print.gif") no-repeat 0px 1px;
}





.logo{
	padding:21px 0px 50px 0px;
}

.menu{

}
	.menu div{
		position:relative;
	}
	.menu a{
		display:block;
		color:#666666;
		padding:8px 0px 8px 32px;
		background:url("../images/arrow_m.gif") no-repeat 10px 12px;
		font-weight:bold;
	}
	.menu a:hover{
		background:url("../images/arrow_m1.gif") no-repeat 10px 12px;
		background-color:#F5F5F5;
		color:#E40000;
	}
	.mhr{
		width:96%;
		background-color:#F5F5F5;
		display:block;
		margin-left:10px;
		position:absolute;
	}
.sm{
	padding:15px 0px 14px 32px;
	font-family:tahoma;
}
	.sm a{
		font-size:11px;
		color:#666666;
		padding:0px 8px 0px 0px;
		background:url("../images/arrow_sm.gif") no-repeat 100% 6px;
		display:inline;
		text-transform: none;
	}
	.sm a:hover{
		color:#666666;
		text-decoration:none;
		background:url("../images/arrow_sm.gif") no-repeat 100% 6px;
	}
	.sm a.act{
		background:url("../images/arrow_sm1.gif") no-repeat 100% 6px;
		font-weight:bold;
		color:#E61717;
	}
	.menu a.act{

		font-weight:bold;
		color:#E61717;
	}
	.sm div{
		padding:0px 0px 3px 10px;
		font-weight:normal;
	}
		.sm div a{
			font-weight:normal;
		}
		.sm div a:hover{
			color:#666666;
		}
	.sm span{
		font-size:11px;
		color:#E61717;
		padding:0px 8px 0px 0px;
		background:url("../images/arrow_sm1.gif") no-repeat 100% 6px;
		display:inline;
	}
	.smhr{
		background:url("../images/dots_hor.gif") repeat-x 0px 50%;
		display:block;
		height:16px;
		width:100%;
	}

#tmenu {
	list-style: none;
	padding: 0px;
	position:relative;
	margin: 0px 0px 30px 0px;
	font: 11px/12px arial;
	left: 0px;
	border: 1px solid white;
	text-transform: uppercase;
}
#tmenu li {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #F4F4F4;
}
#tmenu li a {
	display: block;
	color:#666666;
	padding:8px 0px 8px 32px;
	background:url("../images/arrow_m.gif") no-repeat 10px 50%;
	font-weight:bold;
	zoom: 1;
}
#tmenu li a:hover {
	background:url("../images/arrow_m1.gif") no-repeat 10px 50%;
	background-color:#F5F5F5;
	color:#E40000;
}
#tmenu li a.current {
	font-weight:bold;
	color:#E61717;
}
#tmenu li ul {
	text-transform: none;
	list-style: none;
	font:11px/13px Tahoma;
	margin: 0px 0px 0px 32px;
	overflow: hidden;
	width: 100%;
}
#tmenu li ul li {
	border: none;
	background:url("../images/dots_hor.gif") repeat-x 0px 100%;
	padding:7px 0px 10px 0px;
	margin-bottom: -1px;
}
#tmenu li ul li a {
	color:#666666;
	padding:0px 8px 0px 0px;
	background:url("../images/arrow_sm.gif") no-repeat 100% 6px;
	display:inline;
}
#tmenu li ul li a:hover {
	color:#666666;
	text-decoration: none;
	background-color: none;
	background:url("../images/arrow_sm.gif") no-repeat 100% 6px;
}
#tmenu li ul li ul {
	margin-left: 10px;
}
#tmenu li ul li ul li {
	background:url("../images/dots_hor.gif") repeat-x 0px 0px;
	padding: 7px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#tmenu li ul li ul li a {
	font-weight: normal;
	text-decoration: underline;
}
#tmenu li ul li ul a:hover{

}
.select_bg1{
	background:url("../images/select_bg1.gif") no-repeat 0px 0px;
}
.select_block{
	background-color:#F5F5F5;
	margin:0px 0px 12px 0px;
}
.select_block1{
	position:relative;
	left:-10px;
	background:url("../images/select_bg1.gif") no-repeat 10px -40px;
	background-color:#F5F5F5;
	margin:0px 0px 20px 0px;
}
	 .select_block td{
		padding:12px 30px 14px 30px;
		font-size:11px;
		font-family:tahoma;
	}
	.select_block1 td{
		padding:12px 15px 14px 33px;
		font-size:11px;
		font-family:tahoma;
	}
		.select_block1 td table td, .select_block td table td{
			padding:3px 0px 0px 0px;
		}
			.select_block1 td table td select, .select_block td table td select{
				width:100%;
				border:1px solid #828282;
				height:17px;
			}
			.select_block td table td select{
				color:#666666;
			}



.select_bg2{
	background:url("../images/select_bg2.gif") no-repeat 0px 0px;
}
.select_block2{
	position:relative;
	left:-10px;
	background:url("../images/select_bg2.gif") no-repeat 10px -32px;
	background-color:#F5F5F5;
	margin:0px 0px 45px 0px;
}
	.select_block2 td{
		padding:12px 15px 14px 33px;
		font-size:11px;
		font-family:tahoma;
	}
		.select_block2 td table td{
			padding:3px 0px 0px 0px;
		}
			.select_block2 td table td input{
				width:100%;
				font-size:11px;
				border:1px solid #828282;
				height:19px;
				padding:2px 0px 0px 3px;
			}


.nav{
	height:75px;
	vertical-align:top;
	padding:19px 0px 0px 0px;
	font-size:11px;
	color:#A2A2A2;
}
	.nav a{
		color:#666666;
		padding-left:9px;
		background:url("../images/arrow_nav.gif") no-repeat 0px 5px;
	}
	.nav a.home{
		padding-left:12px;
		background:url("../images/ico_home.gif") no-repeat 0px 3px;
	}
	.nav span{
		color:#E40000;
		padding-left:9px;
		background:url("../images/arrow_nav1.gif") no-repeat 0px 5px;
	}
	.nav a.last{
		color:#E40000;
		padding-left:9px;
		text-decoration:none;
		background:url("../images/arrow_nav1.gif") no-repeat 0px 5px;
	}


.cont{
	height:100%;
	vertical-align:top;
	padding:0px 0px 110px 0px;
}


.c_col{
	width:70%;
}
.vert_slash{
	width:5%;
	background:url("../images/grey.gif") repeat-y 50% 0px;
}
.r_col{
	width:20%;
}

.r_q{
	font-family:arial;
	font-size:11px;
	display:block;
	padding:0px 0px 5px 14px;
	background:url("../images/arrow_white.gif") no-repeat 0px 2px;
	font-weight:bold;
}

.r_magaz{
	font-family:arial;
	font-size:11px;
	display:block;
	padding:0px 0px 5px 14px;
	background:url("../images/arrow_m.gif") no-repeat 0px 2px;
	font-weight:bold;
}


.r_m{
	font-family:arial;
	font-size:11px;
	display:block;
	color:#666666;
	padding:0px 0px 12px 14px;
	background:url("../images/arrow_m.gif") no-repeat 0px 2px;
	font-weight:bold;
}
	.r_m a{
		color:#666666;
	}
.r_sm{
	font-size:11px;
	margin:0px 0px 30px 0px;
}
	.r_sm a{
		display:block;
		padding:0px 0px 0px 9px;
		background:url("../images/arrow_blue.gif") no-repeat 0px 4px;
		margin:0px 0px 8px 0px;
	}



.ban{
	border:5px solid #E5E5E5;
	display:block;
	margin:0px 0px 25px 0px;
}

.counts{
	margin:30px 0px 0px 0px;
}
	.counts a{
		margin:0px 12px 0px 0px;
	}
.pdate {
	display: block;
	float: left;
	padding: 0px 20px;
	border-right: 1px solid #999;
	margin: 0px 20px 0px 0px;
	line-height: 22px;
}
.pdate, .date{
	font-size:11px;
	color:#999999;
	text-align:right;
}
.date_slash{
	background:url("../images/grey.gif") repeat-y 50% 0px;
}
.prev19{
	font-size:19px;
}
a.first{
	color:#E61717;
}

.pages{
	margin:35px 0px 0px 0px;
}
	.pages td{
		font-size:11px;
		color:#999999;
	}
	.pages td div{
		margin:4px 16px 5px 0px;
	}
	.pages td a{
		font-weight:bold;
		background-color:#EDEDE9;
		padding:5px 4px 6px 4px;
		margin-right:4px;
		display:block;
	}
	.pages td span{
		font-weight:bold;
		padding:5px 4px 6px 4px;
		margin-right:4px;
		color:#E61717;
		display:block;
	}

.pic{
	border:5px solid #E5E5E5;
	margin:0px 0px 5px 0px;
}
.pic2{
	border:5px solid #E5E5E5;
	margin:0px 20px 5px 0px;
	float:left;
}
img.pic3{
	border:5px solid #E5E5E5;
	margin-bottom:3px;
}


a.more{
	padding:0px 0px 0px 9px;
	background:url("../images/arrow_blue.gif") no-repeat 0px 5px;
	display:block;
	font-size:11px;
}
	.auth{
		color:#666666;
		text-decoration:none;
		font-size:11px;
	}

.px9{
	font-size:9px;
	padding:2px 0px 0px 0px;
}
.px11{
	font-size:11px;
}
.px10{
	font-size:10px;
}


.fe{
	width:100%;
	border:1px solid #828282;
	background-color:#ffffff;
}

.form_table td{
	padding:9px 0px 9px 0px;
	font-size:11px;
}
.form_table td td{
	padding:0px;
}

.form_table td.thr{
	height:1px;
	padding:0px;
	background-color:#ffffff;
}


.show_answer_block{
	height:19px;
	background:url("../images/dots_hor.gif") repeat-x 0px 100%;
	margin-bottom:30px;
}
	.show_answer_block .b_answer{
		float:right;
		cursor:pointer;
	}
.hide_answer_block{
	height:19px;
	background:url("../images/dots_hor.gif") repeat-x 0px 100%;
	display:none;
	margin-bottom:30px;
}
	.hide_answer_block .b_closeanswer{
		float:right;
		cursor:pointer;
	}

.answer_block{
	display:none;
	color:#000000;
	margin-bottom:20px;
}

.n{
	text-align:center;
	vertical-align:top;
}
	.n td{
		font-size:11px;
		padding:0px 0px 20px 0px;
	}

.dep_name{
	color:#E40000;
	font-size:12p;
	padding-left:14px;
	background:url("../images/arrow_m1.gif") no-repeat 0px 3px;
	font-weight:bold;
	margin:0px 0px 16px 0px;
}

.hr{
	background:url("../images/dots_hor.gif") repeat-x 0px 50%;
	display:block;
	height:37px;
	width:100%;
}

.zoom{
	position:absolute;
	left:149px;
	top:-26px;
}



.fl{
	height:153px;
	vertical-align:top;
	padding:37px 0px 0px 0px;
	white-space:nowrap;
}

#f1{
	color:#798086;
	font-size:11px;
	padding:7px 0px 0px 0px;
}
#f1 a, #f1 a:visited{
	padding:0px 2px 0px 2px;
	text-decoration:underline;
}
	#f1 a:hover{
		text-decoration:none;
	}
#f2{
	color:#798086;
}
#f2 a, #f2 a:visited{
	color:#798086;
	font-size:9px;
}
	#f2 a:hover{
		text-decoration:none;
	}


.f{
	height:153px;
	vertical-align:top;
	padding:37px 0px 0px 60px;
	color:#70A6C9;
	font-size:11px;
	background:url("../images/f_bg.gif") repeat-x;
}
	.f a{
		color:#ffffff;
	}

a.rss_ico{
	color:#ffffff;
	padding-left:14px;
	background:url("../images/rss_ico.png") no-repeat 0px 1px;
	font-size:10px;
}

div.paginator {
	float: left;
	width: 100%;
	font: 11px/22px Tahoma, Arial;
	margin: 0 auto;
	color: #999999;
	padding: 40px 0px 0px 50px;
}
div.paginator div {
	float: left;
	margin-right: 15px;
}
div.paginator a,
div.paginator span {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 0px 4px;
	font-weight: bold;
}
div.paginator a {
	background: #EDEDE9;
	color: #0157A2;
}
div.paginator span {
	color: #E61717;
}

.journals {width: 100%;}
.journals td {width: 33%; text-align: center; font-size: 11px;}

.slevel {list-style: none;}
.slevel li {margin-bottom: 10px;}
.hidden {display: none;}

.images {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 15px;
}
.images a {
	display: block;
	margin: 0px 10px 20px 0px;
	float: left;
	border: 5px solid #E5E5E5;
	width: 180px;
	height: 120px;
	overflow: hidden;
	cursor: url(../images/zoomin.cur), pointer !important;
}
.images a:hover {
	border-color: #807E7C;
}
.partners {
	/*
	width: 350px;
	text-align: left;
	border: 0px solid red;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	*/
}
.partners img {
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0px 5px 5px 0px;
}