@import url("frame.css");
@import url("menu.css");
@import url("article_fp.css");
@import url("lists.css");
@import url("lightbox.css");
* 
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
}


body
{
	background-color: #000000;
	margin-top: 20px;
	padding: 0px;
	color: #ffffff;
	text-align:center;
}

a {
	text-decoration: none;
	color:#fff;
	font-weight:normal;
}


a:hover {
	text-decoration: none;
	color: #fe6601;
	font-weight:normal;
}


.blue_a a {
	text-decoration: none;
	color:#fff;
	font-weight:normal;
}


.blue_a a:hover {
	text-decoration: none;
	color: #fe6601;
	font-weight:normal;
}



#main_content {
	width:850px;
	margin: 0px auto;
	/*background-color:Aqua;*/
	
}





#dev_by{

	clear:left;
	color:#fff;
	text-align:right;
	width:850px;
	height:7px;
}

#dev_by a{

	color:#fff;

}




#dev_by a:hover{

	color:#00adef;

}



#header {

	width:850px;
	/*background-color: #f9f9f9; */

}


#logo {

	margin-top:5px;	
	clear:left;
	
}

#langs {
	color:#ffffff;
	clear:left;
	margin-left:300px;
	margin-bottom:105px;
	font-size:9px;
	
}

#langs a {
	color:#ffffff;
	text-decoration:none;	
	font-size:8px;
}

#langs a:hover {
	color:#fe6601;
	text-decoration:none;
	font-size:8px;	
}


#content{
	width:850px;

}


#content_data{
	width:800px;
	padding-left:11px;
	padding-bottom:10px;

}



#clean {

	height: 20px;
	clear:both;

}



#footer_container {
	
    height: 100px;
	clear:both;
	text-align:center;
	color:#acacac;

	


}




#header_date{
	color:#f20201;
	font-weight:bold;
	float:left;

}






.img_border 
{
	border:1px solid #a8b1b8;
	
}



.terms_of_use 
{
	font-size:9px;
	text-align:center;
	clear:left;
}

.button_more {

    background-image: url('../images/morebg.jpg');
    background-repeat:repeat-x;
    height:22px;
    width:60px;
    color:#ffffff;
    text-align:center;
    padding-top:4px;
    margin-top:10px;
    clear:left;

}



.button_more a {

    color:#ffffff;

}


.button_more a:hover {

    color:#3e3e3e;

}



.pages {
color: #fe6601;
}
.pager-footer {
	clear: both;
}
.pager-footer p {
	margin: 0;
	padding: 0 5px;
	color: #fff;
	line-height: 20px;
}


.pager-footer a {
	color: #fe6601;
}


.pager-footer a:hover {
	color: #fff;
}

.pager-footer .active{
	color: #fff;
}



.picture {

border:1px solid #c0c0c0;
}