/*Common styles*/
body {
	background-color: #FFFFFF;
	color: #868686;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #444444;
}

a:hover {
	text-decoration: underline;
}

.container{
	background-color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
}

.top_navi{
	padding-top: 17px;
	width: 800px;
	height: 35px;
	background-color: #A0ACB8;
	margin-bottom: 6px;
	color: #FFFFFF;	
	font-size: 12px;
	font-weight: bold;
}

.top_navi a {
	color: #FFFFFF;
	text-decoration: none;
}

.top_navi a:hover {
	color: #333333;
}

.inactive_navi {
	color: #333333;	
}

.free_text_search{
	width: 115px;
	height: 13px;
	margin-left: 8px;
	font-size: 11px;
}

.language_choise{
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}

.language_choise a {
	color: #B0B0B0;
	font-size: 11px;
	text-decoration: none;
}

.language_choise a:visited {
	font-weight: bold;
	color: #B0B0B0;
}

.top_left {
	float: left;
	/*background-image: url("images/layout/7.gif");*/
	width: 517px;
	height: 233px;
	margin-bottom: 6px;
}

.top_right {
	float: right;
	/*background-image: url("images/layout/background_top_right.jpg");*/
	margin-left: 6px;
	width: 277px;
	height: 233px;
	margin-bottom: 6px;
}

.content_default {
	float: left;
	border: 1px solid #B0B0B0;
	background-image: url("images/layout/background_gradient.gif");
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	width: 461px;
	padding: 18px 27px 1318px 27px;
	color: #444444;
	font-size: 12px;
	margin-bottom: -1300px; 
}

.content_basic{
	float: left;
	border: 1px solid #B0B0B0;
	background-image: url("images/layout/background_gradient.gif");
	background-repeat: repeat-x;
	width: 461px;
	padding: 18px 27px 18px 27px;
	color: #444444;
	font-size: 12px;
}	

.content_default td, th { 
	width: 220px;
	padding: 0 0 10px 0;
}

.content_search {
	float: left;
	border: 1px solid #B0B0B0;
	background-image: url("images/layout/background_gradient.gif");
	background-repeat: repeat-x;
	width: 461px;
	height: 496px;
	padding: 18px 27px 18px 27px;
	color: #444444;
	font-weight: bold;
	display: table-cell;
}

.content_topic_default {
	font-size: 13px;
	padding-bottom: 5px;	
	color: #868686;
	font-weight: bold;

}

.content_topic_search {
	color: #868686;
	font-size: 13px;
	padding-bottom: 5px;
	font-weight: bold;	
}

.content_search_results {
	float: left;
	border: 1px solid #B0B0B0;
	background-image: url("images/layout/background_gradient.gif");
	background-repeat: repeat-x;
	width: 461px;
	height: 700px;
	padding: 18px 27px 18px 27px;
	color: #444444;
}

.content_search_item {
	float: left;
	border: 1px solid #B0B0B0;
	background-image: url("images/layout/background_gradient.gif");
	background-repeat: repeat-x;
	width: 488px;
	height: 725px;
	padding: 18px 0 18px 27px;
	color: #444444;
}

.content_search_item td {
	width: 300px;
	padding: 0 0 0 0;
}

.content_search_item th {
	width: 120px;
	padding: 0 30px 0 0;
	text-align: right;
	vertical-align: top;	
}

.content_admin {
	float: left;
	border: 1px solid #B0B0B0;
	background-image: url("images/layout/background_gradient.gif");
	background-repeat: repeat-x;
	width: 461px;
	padding: 18px 27px 1318px 27px;
	color: #444444;
	font-size: 12px;
	margin-bottom: -1300px; 
	font-weight: bold;
}
 
.current_affairs_default {
	float: left;
	border: 1px solid #B0B0B0;
	background-image: url("images/layout/background_gradient.gif");
	background-repeat: repeat-x;
	background-color: #EFEFEF;
	margin-left: 6px;
	width: 275px;
	font-weight: bold;
	margin-bottom: -1300px; 
	padding-bottom: 1318px;

}

.current_affairs_search {
	float: left;
	border: 1px solid #B0B0B0;
	background-image: url("images/layout/background_gradient.gif");
	background-repeat: repeat-x;
	margin-left: 6px;
	width: 275px;
	font-weight: bold;
}

.current_affairs_topic{
	padding: 11px 14px 11px 14px;
	width: 245px;
	font-size: 13px;
	border-bottom: 1px solid #B0B0B0;	
}

.current_affairs_content{
	padding: 0 14px 18px 14px;
}

.current_affairs_default a {
	color: #333333;
	text-decoration: none;
}

.current_affairs_search a {
	color: #333333;
	text-decoration: none;
}

.sub_navi{
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;	
}

.sub_navi a{
	color: #FFFFFF;
	font-weight: bold;
}

.sub_navi a:hover{
	color: #333333;
}

.copyright{
	float: left;
	width: 800px;
	padding-top: 5px;
	color: #C4C4C4;	
	margin-bottom: 30px;
}

.copyright a{
	color: #868686;
	text-decoration: none;
}

.list{
	width: 100%;
}

.errorMsg{
	color: #E61111;
	margin-bottom: 5px;
}

.okMsg{
	color: #0ADA14;
	margin-bottom: 5px;	
}



	


	
	



