body {
	margin: 0px;
	background-color: #c0c0c0;
}
*{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
img {
	border-width: 0px;
}
form{
	margin: 0px;
}
.button{
	background-color: #828282;
	color: #FFFFFF;
	border: 0px;
	height: 19px;
	font: 700 8pt/15px Verdana;
}
/**/
.clearfix:after {/* for modern browsers */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {/* for IE7/Win */
	display: inline-block;
	min-height:1px;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {/* for IE5-6/Win */
	height: 1%;
}
* html>body .clearfix { /* for IE5/Mac */
    height: auto;
    display: inline-block;
}
/**/
.main_container {
	width: 814px;
	text-align: left;
	background: #FFFFFF;
	border-top-width: 0px;
}
.main_container_inner{
	padding: 1px;
/*	border: 1px solid #FFFFFF; */
}
.right_content{
	border: 1px solid #e7e7e7;
	background: #f9f9f9;
}
.right_sep{
	height: 10px;
	font-size: 1px;
	clear: both;
}
.right_caption{
	background: url(../images/right_caption_bck.png) no-repeat; 
	height: 24px;
	width: 300px;
	margin-bottom: 1px;
}
.right_caption span{
	padding-left: 12px;
	font: 700 8pt/22px Tahoma;
	color: #FFFFFF;
}
.right_caption_2{
	background-color: #cccccc;
	height: 13px;
	width: 300px;
}
.right_caption_2 span{
	padding-left: 8px;
	font: 700 8pt/13px Tahoma;
	color: #FFFFFF;
}
/**/
.nav_link{
	height: 25px;
}
.nav_link a{
	padding-left: 6px;
	font: bold 9pt/25px Tahoma;
	color: #336699;
}
/**/
.middle_sub_page_title{
	background: #D50018; /*url(../images/middle_sub_page_title_bck.png);*/
	height: 21px;
	overflow: hidden;
	margin-bottom: 10px;
}
.middle_sub_page_title span{
	padding-left: 10px;
	font: bold 8pt/21px Tahoma;
	color: #FFFFFF;
}
.middle_page_title{
	background: url(../images/middle_content_bck.png) repeat-x;
	height: 40px;
	overflow: hidden;
}
.middle_page_title span{
	margin-top: 10px;
	padding-left: 10px;
	font: bold 12pt/35px Arial;
	color: #212121;
}
.middle_content{
	padding: 0px;
}
table.middle_content{
	margin: 0px;
	padding: 0px;
}
/**/
.base {
	clear: both;
	width: 812px;
	overflow: hidden;
	background: url(../images/line_1.png) repeat-y 490px 0px;
}
.base_middle {
	float: left;
	padding: 10px 11px 10px 9px;
}
.base_middle .base_middle_inner{
	width: 470px;
	overflow: hidden;
}
.base_middle_index {
	float: left;
	padding: 10px 0px 0px 0px;
	width: 490px;
	overflow: hidden;
}
.base_right {
	float: left;
	padding: 10px 10px 0px 12px;
}
.base_right_inner {
	width: 300px;
	overflow: hidden;
}
/**/
.footer{
	clear: both;
	position: relative;
	width: 812px;
	height: 98px;
	background: url(../images/footer.png) no-repeat 50% 0%;
}
.footer .link{
	position: absolute;
	top: 10px;
	left: 210px;
	width: 602px;
	height: 26px;
}
.footer .link,
.footer .link a{
	font: 700 8pt/25px Tahoma;
	color: #000;
}
.footer .link span{
	font: 100 8pt/25px Tahoma;
	color: #000;
}
.footer .content{
	position: absolute;
	left: 210px;
	top: 40px;
	width: 602px;
	height: 51px;
}
.footer .content,
.footer .content a{
	font: 100 8pt/18px Tahoma;
	color: #787878;
}
/**/
.logo{
	position: relative;
	width: 812px;
	height: 133px;
	background: url(../images/logo.png) no-repeat;
	overflow: hidden;
}
.logo .logo_link{
	position: absolute;
	top: 32px;
	left: 0px;
	width: 275px;
	height: 95px;
}
.logo .banner{
	position: absolute;
	width: 468px;
	height: 60px;
	left: 326px;
	top: 49px;
	z-index: 2000;
}
.top_menu{
	position: absolute;
	top: 0px;
	left: 7px;
	width: 799px;
	height: 31px;
	overflow: hidden;
}
.top_menu .item{
	float: left;
	background: url(../images/icon_1.gif) no-repeat 3px 14px;
	padding-left: 12px;
}
.top_menu .sep{
	float: left;
	padding-left: 8px;
}
.top_menu .item a, .top_menu .sep{
	color: #554d49;
	font: 100 11px/31px Tahoma;
}
.search_form{
	position: absolute;
	top: 6px;
	left: 602px;
	width: 210px;
	height: 18px;
	overflow: hidden;
}
.search_form .input{
	border-width: 0px;
	width: 135px;
	height: 16px;
	background: #FFFFFF url(../images/search_input_bck.gif);
	font: normal 10px Tahoma;
	padding: 2px;
	color: #8D8D8D;
}
.search_form .submit{
	border-width: 0px;
	width: 53px;
	height: 16px;
	background-image: url(../images/search_submit_bck.gif);
	font: 100 10px/14px Tahoma;
	margin-left: 4px;
}
/**/
.top_menu_2 {
	clear: both;
	width: 812px;
	height: 33px;
	z-index: 90;
	overflow: hidden;
	background: url(../images/top_menu_2_bck.png) repeat-x;
}
.top_menu_2 a, .top_menu_2 {
	font: 700 11px/27px Tahoma;
	color: #666;
}
.top_menu_2 .item {
	float: left;
}
.top_menu_2 .sep {
	float: left;
	width: 3px;
	height: 27px;
	background: url(../images/top_menu_2_sep.png) no-repeat;
	margin: 0px 0px;
}
/**/
#ja-transmenu {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: #D8D8D8;
}
#ja-transmenu li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	display: inline;
	background: none transparent scroll repeat 0% 0%;
}
#ja-transmenu li a {
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 7px;
	text-align: center;
}
#ja-transmenu li a:hover {
	color: #888;
}
.transmenu {
	position: absolute;
	left: -1000px;
	top: -1000px;
	overflow: hidden;
}
.transmenu .content {
	position: absolute
}
.transmenu .background {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
.transmenu .shadowright {
	position: absolute;
	z-index: 3;
	top: 3px;
	width: 2px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	display: none;
}
.transmenu .shadowbottom {
	z-index: 1;
	position: absolute;
	left: 3px;
	height: 2px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	display: none;
}
.transmenu .items {
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
}
.transmenu .item {
	cursor: pointer;
	color: #ffffff;
	border-style: none;
	font: 100 11px tahoma, arial, sans-serif;
}
.transmenu .item td{
	background: #EAEAEA;
	color: #212121;
	font: 100 11px tahoma, arial, sans-serif;
}
.transmenu .hover.item {
	color: #212121;
}
.transmenu .hover td{
	background: #C1C1C1;
}
.transmenu .item img {
	margin-left: 10px
}
.transmenu .item#active {
	background: #5fa4fb;
	color: #ffffff;
}
.transmenu .item#active:hover {
	background: #545c66;
	color: #ffffff;
}
/**/
.top_headline{
	text-align: center;
	padding: 6px 0px 0px 0px;
	
}
/**/
.main_author{
	background: url(../images/authors_bck.png?v2) no-repeat;
	width: 300px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.main_author .article_content{
	position: absolute;
	left: 20px;
	top: 10px;
	width: 105px;
	overflow: hidden;
	text-align: center;
}
.main_author .article_content img {
	width: 105px;
	height: 120px;
	margin-bottom: 5px;
}
.main_author .article_content .name{
	margin-bottom: 5px;
}
.main_author .article_content .name a{
	color: #f20000;
	font: 700 8pt/13px Verdana;
}
.main_author .article_content .title a{
	color: #000;
	font: 100 8pt/13px Verdana;
}
.main_author .items{
	position: absolute;
	left: 145px;
	top: 10px;
	width: 155px;
	height: 175px;
	overflow: hidden;
}
.main_author .item {
	height: 18px;
	background: transparent url(../images/icon_2.gif) no-repeat 10px 6px;
	overflow: hidden;
}
.main_author .item a{
	color: #000000;
	padding-left: 20px;
	font: 700 11px/17px Tahoma;
}
/**/
.main_author_list{
	padding: 10px;
}
.main_author_list .item {
	height: 71px;
	overflow: hidden;
	background: transparent url(../images/author_name_bck.png) no-repeat left top;
	margin: 0px 0px 6px 0px;
}
.main_author_list .img {
	float: left;
}
.main_author_list img {
	width: 50px;
	height: 65px;
	margin: 3px 12px 3px 3px;
}
.main_author_list .name{
	height: 30px;
	overflow: hidden;
}
.main_author_list .name a{
	font: 700 11px/30px Tahoma;
	color: #d60101;
}
.main_author_list .title{
	height: 39px;
	overflow: hidden;
}
.main_author_list .title a{
	font: 100 8pt/13px Tahoma;
	color: #4b4b4b;
}
.main_author_list .all{
	text-align: right;
}
.main_author_list .all a{
	font: 700 8pt Tahoma;
	color: #BB3434;
}
/****/
.mostly_readed{
	clear: both;
	width: 300px;
	text-align: left;
}
.mostly_readed_inner{
	width: 300px;
	height: 338px;
	overflow: hidden;
	background: url(../images/mostly_bck.png);
}
.mostly_readed .caption{
	height: 25px;
}
.mostly_readed .caption div{
	float: left;
}
.mostly_readed .caption .item_1{
	padding: 0px;
	width: 170px;
}
.mostly_readed .caption .item_1 a{
	color: #FFF;
	padding-left: 13px;
	font: 700 8pt/24px Tahoma;
}
.mostly_readed .caption, .mostly_readed .caption a{
	font: 700 7pt/24px Tahoma;
	color: #cee9f4;
}
.mostly_readed .mostly_content{
	padding: 10px 0px 0px 0px;
}
.mostly_readed .first_item{
	clear: both;
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
}
.mostly_readed .first_item_inner{
	height: 80px;
	overflow: hidden;
}
.mostly_readed .item{
	clear: both;
	margin: 0px 12px;
}
.mostly_readed .item_inner{
	clear: both;
	height: 20px;
	overflow: hidden;
	background: url(../images/icon_1.gif) no-repeat 0px 8px;
}
.mostly_readed .item a{
	font: 700 8pt/19px Verdana;
	padding-left: 10px;
	color: #002757;
}
.mostly_readed img{
	width: 105px;
	height: 80px;
	margin-right: 8px;
}
.mostly_readed .title a{
	color: #15536E;
	font: 700 8pt/16px Verdana;
}
.mostly_readed .short_content a{
	font: 100 8pt/16px Verdana;
	color: #15536E;
}
/**/
.main_mail_list{
	clear: both;
	border: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.main_mail_list div{
	margin: 5px 10px 2px 10px;
}
.main_mail_list .input_type{
	font-size: 8pt;
	width: 248px;	
}
/****/
.right_news{
	clear: both;
	width: 300px;
	text-align: left;
}
.right_news_inner {
	margin: 10px;
}
.right_news .title{
	padding-bottom: 8px;
}
.right_news .title a{
	font: 700 9pt/16px Verdana;
	color: #000000;
}
.right_news .content{
	width: 100%;
	overflow: hidden;
}
.right_news .content a{
	font: 100 8pt/16px Verdana;
	color: #000;
}
.right_news img{
	border: 1px solid #C0C0C0;
	width: 100px;
	height: 75px;
	margin: 0px 5px 0px 0px;
}
/****/
.main_image_gallery{
	background: url(../images/index_gallery_bck.png) no-repeat;
	padding: 48px 20px 10px 20px; 
}
.main_image_gallery .inner{
	width: 260px;
	height: 82px;
}
.main_image_gallery img{
	width: 109px;
	height: 82px;
}
.main_image_gallery a{
	font: 700 8pt Verdana;
}
/**/
.mostly_viewed{
	clear: both;
	text-align: left;
}
.mostly_viewed .item{
	clear: both;
}
.mostly_viewed .item .content{
	padding: 5px;
}
.mostly_viewed .item img{
	margin: 5px 4px 3px 10px;
	width: 100px;
	height: 75px;
	border: 1px solid #D0D0D0;
}
.mostly_viewed .title{
	color: #15539F;
	font: 700 8pt/15px Verdana;
}
.mostly_viewed .date{
	color: #000;
	font: 700 8pt/15px Verdana;
}
/***/
.main_video_gallery{
	padding: 48px 20px 10px 20px; 
}
.main_video_gallery .inner{
	width: 260px;
	height: 82px;
}
.main_video_gallery img{
	width: 109px;
	height: 82px;
}
.main_video_gallery a{
	font: 700 8pt Verdana;
}
/**/
.weather_report {
	background: url(../images/main_weather_bck.png) no-repeat;
	padding: 2px 0px 5px 0px;
}
.weather_report table {
	height: 68px;
}
.weather_report td{
	width: 60px;
	text-align: center;
	vertical-align: top;
	height: 50px; 
}
.weather_report .name{
	color: #000000;
	font: 700 8pt/17px Tahoma;
	width: 60px;
	margin-bottom: 34px;
}
.weather_report .value{
	color: #000000;
	font: 100 8pt/17px Tahoma;
	width: 60px;
}
/**/
.main_poll{
	clear: both;
	overflow: hidden;
	width: 300px;
	height: 159px;
}
.main_poll .inner{
	margin: 12px;
}
.main_poll .question{
	font: 700 8pt/15px Verdana;
	color: #1F1F1F;
	margin: 5px 0px;
}
.main_poll .image{
	text-align: left;
}
.main_poll .image img{
	width: 274px;
	height: 60px;
	margin-bottom: 12px;
}
.main_poll .submit{
	font: 700 8pt/15px Verdana;
	color: #1F1F1F;
}
/**/
.mostly_views_gallery{
	clear: both;
	overflow: hidden;
	width: 300px;
}
.mostly_views_gallery_inner{
	margin: 0px 10px;
	padding: 10px 0px 0px 0px;
}
.mostly_views_gallery .item{
	margin: 0px 0px 10px 0px;
	clear: both;
}
.mostly_views_gallery .content{
	height: 47px;
	overflow: hidden;
}
.mostly_views_gallery img{
	margin: 0px 5px 0px 0px;
	width: 60px;
	height: 45px;
	border: 1px solid #e7e7e7;
}
.mostly_views_gallery .title{
	color: #000000;
	font: 700 8pt/14px Verdana;
	cursor: pointer;
}
.mostly_views_gallery .date{
	font: 100 8pt/14px Verdana;
	height: 14px;
	overflow: hidden;
	color: #000000;
	cursor: pointer;
}
.mostly_views_gallery .sep{
	clear: both;
	border-top: 1px solid #e7e7e7;
	font-size: 1px;
	height: 10px;
}
/**/
.mostly_views_video{
	clear: both;
	overflow: hidden;
	width: 300px;
}
.mostly_views_video_inner{
	margin: 0px 10px;
	padding: 10px 0px 0px 0px;
}
.mostly_views_video .item{
	margin: 0px 0px 10px 0px;
	clear: both;
}
.mostly_views_video .content{
	height: 47px;
	overflow: hidden;
}
.mostly_views_video img{
	margin: 0px 5px 0px 0px;
	width: 60px;
	height: 45px;
	border: 1px solid #e7e7e7;
}
.mostly_views_video .title{
	color: #000000;
	font: 700 8pt/14px Verdana;
	cursor: pointer;
}
.mostly_views_video .date{
	font: 100 8pt/14px Verdana;
	height: 14px;
	overflow: hidden;
	color: #000000;
	cursor: pointer;
}
.mostly_views_video .sep{
	clear: both;
	border-top: 1px solid #e7e7e7;
	font-size: 1px;
	height: 10px;
}
/**/
.right_cat_news{
	background: url(../images/right_cat_news_bck.png) no-repeat;
	width: 300px;
	height: 285px;
	overflow: hidden;
}
.right_cat_news .content{
	padding: 5px 10px 5px 15px;
}
.right_cat_news .title{
	height: 20px;
	overflow: hidden;
	color: #000000;
	font: 700 8pt/20px Tahoma;
	cursor: pointer;
}
.right_cat_news img{
	margin: 0px 5px 0px 0px;
	width: 99px;
	height: 75px;
}
.right_cat_news .short_content{
	font: 100 8pt Tahoma;
	height: 67px;
	color: #666666;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 13px;
}
.right_cat_news .item{
	clear: both;
	background: url(../images/icon_5.gif) no-repeat 0px 8px;
	height: 18px;
	overflow: hidden;
}
.right_cat_news .item a{
	font: 700 8pt/18px Tahoma;
	color: #1e6897;
	padding-left: 14px;
}
.right_cat_news .all{
	text-align: right;
}
.right_cat_news .all a{
	font: 700 8pt Tahoma;
	color: #DE0029;
}
/**/
.font_sizer{
	text-align: right;
	margin-bottom: 10px;
}
.font_sizer img{
	width: 18px;
	height: 20px;
	margin-left: 2px;
}