@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	font-family:Arial,"Trebuchet MS",Tahoma,Georgia,Verdana,Lucida,Helvetica,sans-serif;
	font-size:12px;	
	text-align:left;
	background:#fff
}
a{ text-decoration:none }

.eng_font{ font-family:Arial,"Trebuchet MS",Tahoma,Georgia,Verdana,Lucida,Helvetica,sans-serif }

.bn_font, #lightbox-image-details {
	font-family:Arial,"Trebuchet MS",Tahoma,Georgia,Verdana,Lucida,Helvetica,sans-serif;font-size:12px;
	font-size:14px
}
.num_font{ font-family:Arial,"Trebuchet MS",Tahoma,Georgia,Verdana,Lucida,Helvetica,sans-serif;font-size:12px }

.wrapper{ width:990px }

.main_site{
	position:relative;	
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	border:1px solid #ccc;
	margin-top:-145px;
	z-index:2
}

#brk_news{
	position:relative;
	display:block;
	background:#eee
}

#header_content{
	position:relative;
	background:#fff;
	padding:10px 15px 10px 15px
}

#log_panel{
	display:inline-block;
	width:160px;
	margin:0px 0 0 5px;
}

#signin,#signup,#date_desc,#srch_panel,#font_info{
	position:relative;
}

#signin{
	padding:5px;
	cursor:pointer;
	color:#C00
}

#signin_or_signup{
	color:#666
}

#signup{
	padding:0px 5px 0px 5px;
	cursor:pointer;
	color:#C00
}

#top_content{
	background:#fff url(../../../assets/images/top_header_bg.jpg) repeat-x top;
	height:200px;
	color:#fff;
}

#top_header{
	width:960px;
	position:relative;
	display:inline-block;
	padding:10px 15px 10px 15px;
	z-index:3
}

#eng_version{
	display:inline-block;	
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	margin-left:-1px;
	font-size:12px;	
	cursor:pointer
}
#eng_version a{
	display:inline-block;
	text-decoration:none;
	padding:10px 7px 10px 7px;	
	color:#006699
}
#eng_version:hover,#eng_version a:hover{
	background:#eee url(../images/top_bg_alt.jpg) repeat-x center;
	color:#CD0000
}

#archive_panel{
	display:inline-block;	
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:8px 7px 8px 7px;
	font-size:14px;	
	cursor:pointer;
	color:#fff
}

#archive_panel:hover{
	background:#eee url(../images/top_bg_alt.jpg) repeat-x center;
	color:#CD0000
}

#weather_rpt{
	display:inline-block;
	width:80px;
	background:#f7f7f7;
	padding:3px 5px 3px 5px;
	font-size:10px;
	font-weight:bold;
}

#srch_caption{
	display:inline-block;
	padding:3px 5px 3px 5px;
	background:#ddd;
	font-size:10px;
	font-weight:bold;
}

#srch_input input{
	display:inline-block;
	width:120px;
	margin-left:-15px;
	font-size:14px;
	background:#fff url(../images/srch_icon.jpg) left no-repeat;
	border:1px solid #ccc;
	padding-left:20px
}
/***/
#main_content{
	background:#fff;
	position:relative;	
	padding:15px;
	/*border:1px solid #ddd;*/
	z-index:2
}

/** Left Content Styles **/
#left_content{
	display:block;
	width:756px;
	padding-right:15px;
	border-right:1px solid #ccc
}
#left_top_right_news{
	display:block;
	padding-left:15px
}
/***/

/** Left Top Content **/
#left_top_news{
	width:500px;
	border-right:1px solid #ccc;
	padding-right:15px;
}
/***/


/** Left Top Lead More News **/
#lead_more_news td{
	border-top:1px dashed #ddd;
}
#lead_more_news div.lead_more_news_1{
	/*margin-right:10px;*/	
}
#lead_more_news div.lead_more_news_2{
	margin-left:10px;
}
#lead_more_news div.border{
	border-bottom:1px dashed #ddd;
}
/***/

/** Left Mid Content **/
.news_tab{
	margin-right:10px;
}
.photo_news{
	margin-left:10px;
}
/***/


/** Right Content Styles **/
#right_content{
	display:block;
	width:171px;
	margin-left:-1px;
	padding-left:15px;
	border-left:1px solid #ccc;
	text-align:left
}
/***/

#footer_content{
	position:relative;
	/*background:#fff url(../../../assets/images/top_footer_bg.jpg) repeat-x bottom;*/
	padding-top:150px;
	margin-top:-150px;
	color:#333;	
	font-size:12px;
}

#powered_by{
	font-family:Arial,"Trebuchet MS",Tahoma,Georgia,Verdana,Lucida,Helvetica,sans-serif;font-size:12px;
	position:relative;
	background:#fff;
	border-top:1px solid #ccc;	
	color:#000;	
	font-size:11px;
	z-index:2
}

.div_separate{
	margin-top:5px;
	padding-top:10px;
	border-top:1px dashed #ddd
}

.clr{
	clear:both;
	height:1px;
	font-size:1px
}