/* CSS Document */

/*** The center cells class ***/
.center_cell {
	background: #F2F0EE;
	background-image: url('images/logo_back.gif');
	background-repeat: no-repeat;
	background-position: center top;
	border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;    
}


/*** This is the menu button normal state ***/
.button {
 	border-left-width: 1px;
 	border-right-width: 1px;
 	border-top-width: 1px;
 	border-bottom: 1px solid #808080;
	background: #EEEDEB;
	color: #5B5C65;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	cursor: default;
}
/*** This is the menu button hover state ***/
.button_hover {
 	border-left-width: 1px;
 	border-right-width: 1px;
 	border-top-width: 1px;
 	border-bottom: 1px solid #808080;
	background: #f8f8f8;
	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

/*** the top right links (arxiki selida, links, contact) ***/
a.tr_links:link ,a.tr_links:active, a.tr_links:visited {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	color: #777CB3;
}
a.tr_links:hover {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
	color: #674D20;
}

/*** the date at the top left ***/
.date {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 9px;
}

/*** the current location ***/
a.location:link, a.location:active, a.location:visited {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #cbd9e9;
	text-decoration: none;
}
a.location:hover {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #BE9143;
	text-decoration: none;
}

/*** This is the input fields for the search area ***/
.input_search {
	background: #EEEDEB;
	border: 1px solid #999999;
	color: #123321;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
}
.input_search_button {
	color: #332233;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #999999;
	background: #dddddd;
	width: 15px;
	vertical-align: top;
}
.button_search {
	cursor: hand;
}
a.search:link, a.search:active, a.search:visited {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #5B5C65;
	text-decoration: none;
}
a.search:hover {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #123123;
	text-decoration: none;
}
/**** the news box section **********/
a.news:link, a.news:active, a.news:visited {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #AA1111;
	text-decoration: none;
}
a.news:hover {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #123123;
	text-decoration: none;
}
.news_text {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #111111;
}
a.news_more:link, a.news_more:active, a.news_more:visited {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.news_more:hover {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #661221;
	text-decoration: none;
}
a.pager:link, a.pager:active, a.pager:visited {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #B78836;
	text-decoration: none;
}
a.pager:hover {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #661221;
	text-decoration: none;
}


a.search_title:link, a.search_title:active, a.search_title:visited {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #e68f12;
	text-decoration: none;
}
a.search_title:hover {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #e68f12;
	text-decoration: Underline;
}
a.search_link:link, a.search_link:active, a.search_link:visited {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #719155;
	text-decoration: none;
}
a.search_link:hover {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #719155;
	text-decoration: Underline;
}
ul.news_article > li > a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
td.footer , td.footer a {
	color:#395D06;
}
td a.vitals {
	text-decoration:none;
	color:#FFFFFF;
}
div a.home_link:active ,div a.home_link:link ,div  a.home_link {
	color:#000000;
	text-decoration:none;
}

.news_articles {
	color:#009900;
}
td a.back {
	color:009900;
	float:right;
	clear:both;
}
.news_article_description  , .news_article_description  div{
	margin:0!important;
}
.se_form {
	padding-left:700px; 
	margin-top:-25px; 
	margin-bottom:7px;
}
*+html .se_form {
	padding-left:700px; 
	margin-top:-25px; 
	margin-bottom:-2px;
	border:1px #FF0000;
}