
body, td, div, input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;	
}

select{
font-size: 11px;
}

body, td, div{	
	font-size: 10px;
	color: #000000;
}

.9px {font-size: 9px;}
.10px {font-size: 10px;}
.11px {font-size: 11px;}
.12px {font-size: 12px;}
.14px {font-size: 14px;}
.16px {font-size: 16px;}

.bold{
	font-weight: bold;
}

input.text{
  font-family: Verdana, Regular, Sans-serif;
  color:#000000;
  font-size: 10px;
  border: #B2B2A6 1px solid;  
}

input.button{
  background: url('../img/bg_btn.gif') repeat-x;
  font-family: Verdana, Regular, Sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  padding: 0px;
  margin: 0px;
  color:#8A3D02;
  border: #52782F 0px solid;  
}

.b {
 font-weight:bold;
}

.red_dot {
  color:#FF0000;
  font-weight:bold;
}

.error_header {
  color:#FF0000;
  font-weight:bold;
  text-decoration:none;  
}

.error {
  color:#FF0000;
  font-weight:lighter;
  text-decoration:none;  
}

.red  {
  color:#FF0000;
}

a, a:link, a:visited{
	text-decoration: underline;
	color: #006B33;
}
a:hover{
	text-decoration: none;
}

.header, h1 {
	color: #FFDD24;
	margin: 0px; 
	padding: 0px 0px 15px 0px;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



a.active, a.active:visited, a.active:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  size:11px;
  font-weight: none;
  text-decoration:none;  
  color: #105B82;
}

a.ch_box, a.ch_box:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  size:11px;
  font-weight: none;
  text-decoration:none;  
  color: #FFFFFF;
}

a.ch_box:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  size:11px;
  font-weight: none;
  text-decoration:none;  
  color: #FFFFFF;
}


a.add, a.add:visited {
color: #FFF2A3;
  font-size: 11px;
  font-weight: bold;
  text-decoration:none;
}
a.add:hover {
  text-decoration:underline;
}

a.details, a.details:visited {
  color: #006B33;
  font-size: 10px;
  font-weight: normal;
}


a.back, a.back:visited {
  font-size: 10px;
  font-weight: normal;
}

/* ------------------- Menus ------------------- */

a.top_menu, a.top_menu:visited {
  color:#FFFFFF;
  font-size:10px;
  font-weight:none;
  text-decoration:none;
}
a.top_menu:hover {
  color:#5E0109;
  font-size:10px;
  font-weight:none;
  text-decoration:none;  
}

a.top_menu_sel, a.top_menu_sel:visited, a.top_menu_sel:hover {
  color:#5E0109;
  font-size:10px;
  font-weight:none;
  text-decoration:none;
}

.footer {
	padding: 26px 19px 5px 5px;
	text-align: right;
	color: #FFFFFF;
	line-height: 18px;
}

.footer a, .footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover, .footer a:visited:hover{
	text-decoration: underline;
}


td.copyright {
  color:FFFFFF;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;  
}


a.lang_menu, a.lang_menu:visited {
  color:#FFFFFF;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
}
a.lang_menu:hover {
  color:#FFFFFF;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;  
}
a.lang_menu_sel, a.lang_menu_sel:visited, a.lang_menu_sel:hover {
  color:#5E0109;
  font-size:10px;
  font-weight:normal;
  text-decoration:none;
}

/*----------------------right_menu-----------------------------------------*/
td.right_menu {
	padding: 8px 10px 0px 0px;

}

span.right_menu_item {
	padding: 0px;
	background-color: #FDEAB5;
}

a.right_menu, a.right_menu:visited{
 color: #793300;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 13px;
 text-decoration: none;
}

a.right_menu:hover, a.right_menu:visited:hover{
 text-decoration: underline;
 color: #793300;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

a.right_menu_active, a.right_menu_active:visited{
 color: #793300;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
}

a.right_menu_active:hover{
 font-weight:bold;
 text-decoration: underline;
}
/*----------------------/right_menu----------------------------------------*/

/* -------------------/Menus ------------------- */



table.stdTable{
	border-collapse: collapse;
}

table.stdTable th {
	padding: 3px;
	border: 0px solid #01BB4E;
	border-bottom-width: 0px;
	color: #007535;
	text-align:center;
	font-size:11px;
	background-color: #01BB4E;
}


table.stdTable th a, table.stdTable th a:visited{
	color: #FFF2A3;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;	
}

table.stdTable th a:hover, .table.stdTable th a:visited:hover{
	text-decoration: underline;
	color: #FFF2A3;
	font-size: 11px;
	font-weight: bold;
}


table.stdTable td {
	padding: 4px;
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #01BB4E;
	text-align2:center;
}

table.stdTable td a, table.stdTable td a:visited{
	color: #FFFFFF;
	font-size:11px;
	font-weight: normal;
	text-decoration: underline;	
}

table.stdTable td a:hover, .table.stdTable td a:visited:hover{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;		
}




/* ----------table------------------*/
.table_title {
  color:#000000;
  font-size:16px;
  text-decoration:none;
  font-weight:bold;
}

th.table_header {
  border-bottom:1px solid #000000;
  border-top:1px solid #000000;
  border-right:1px solid #D6D6D6;

  color: #000000;
  font-size: 12px;
  font-weight:bold;
}

a.table_header, a.table_header:visited {
  color: #000000;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none;
}

a.table_header:hover {
  color: #000000;
  font-size: 12px;
  font-weight:bold;
  text-decoration: underline;
}

td.table_cell {
  border-right:1px solid #D6D6D6;
  border-bottom:1px solid #D6D6D6;
/*  text-align:center;  */

  font-size: 11px;
  color: #000000;
  
}

a.email, a.email:visited {
  color:#0000FF;
  font-size:11px;
  text-decoration:underline;
}

a.email:hover  {
  color:#BE0005;
  font-size:11px;
  text-decoration:underline;
}


a.source, a.source:visited {
  color:#0000FF;		   
  font-size:11px;
  text-decoration:none;
}

a.source:hover  {
  color:#BE0005;
  font-size:11px;
  text-decoration:underline;
}

.legend_title {
  padding: 8px 0px 8px 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

/* ----------/table------------------*/


/* -----------pager------------------*/

.pager_pages {
	background: url('../img/bg_paging.gif') repeat-x;
	color: #007535;
	font-weight: bold;
	font-size: 10px;
}
.pager_pages a, .pager_pages a:visited{
	color: #FFF2A3;
	font-weight: bold;
	text-decoration: none;	
}

.pager_pages a:hover, .pager_pages a:visited:hover{
	text-decoration: underline;
}

a.pager, a.pager:visited {
  color:#0000FF;
  font-size: 10px; 
  text-decoration:none;   
}

a.pager:hover  {
  color: #BE0005;
  font-size: 10px;
  text-decoration: underline;
}

.pager_total_found {
  color: #FFFFFF;
  font-size: 11px;
  padding-left: 7px;
}

.pager_total_found_coll {  
  color: #015928;
  font-weight:bold; 
}

.pager_display {  						  
  color: #FFFFFF;
  font-size: 11px;
  padding-right: 18px;
}


/* ----------/pager------------------*/


/*---------------------simple page --------------------------------------*/
.simple_page_header {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  font-size: 11px;
  color: #45453D;
}

/*---------------------/simple page --------------------------------------*/



/*----------------------content-------------------------------------------*/
.page_title, h2 {
  color:#B65F00;
  font-size: 26px;	   
  font-weight: bold;
  margin: 10px 0px 10px 12px;
  padding: 0px;
}

.section_title{
	font-family: Palatino Roman, Times New Roman, Serif;
	color:#45453D;
	font-size:16px;	
	font-style : italic;
}

.search_title {
  color:#FFFFFF;
  font-size:11px;	   
  font-weight:bold;
}

.content {
 text-align: justify;
}

.field_caption {
  color: #FFFFFF;
  font-weight: bold;
}

.ep_caption {
  font-weight: bold;
  color: #FFFFFF;
  padding-right: 5px;
}

/*----------------------/content-------------------------------------------*/


/*-----------------------featured_services---------------------------------*/
.featured_services h3{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px; 
	padding: 0px;
	padding-bottom: 5px;
	font-weight: normal;
	color: #7F4800;
	font-weight: bold;
}

.featured_services a, .featured_services a:visited{
	color: #04760B;
	font-weight: bold;
	text-decoration: none;	
}

.featured_services a:hover, .featured_services a:visited:hover{
	text-decoration: underline;
}


/*-----------------------/featured_services---------------------------------*/


.breadcrumbs {
	padding: 10px 10px 17px 14px;
	color: #000000;
}

.breadcrumbs a, .breadcrumbs a:visited{
	color: #000000;
	text-decoration: underline;
}

.breadcrumbs a:hover, .breadcrumbs a:visited:hover{
	text-decoration: none;	
}

.infoblock_content h5{
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #813002;
	font-size: 10px;
}



.infoblock_content a, .infoblock_content a:visited{
	color: #F2DA99;
	font-weight: bold;
	text-decoration: none;	
}

.infoblock_content a:hover, .infoblock_content a:visited:hover{
	text-decoration: underline;
}


.infoblock_content a.dark, .infoblock_content a.dark:visited{
	color: #C18D02;
	font-weight: bold;
	text-decoration: none;	
}

.infoblock_content a.dark:hover, .infoblock_content a.dark:visited:hover{
	text-decoration: underline;
}

.infoblock_content p{
	margin: 0px;
	padding: 0px;
}




table.tabs{
	margin-left: 10px;
	margin-top: 10px;
}

table.tabs td{
	padding: 4px;
	background-color: #01BB4E;
	padding-left: 15px;
	padding-right: 15px;
	cursor: hand;
}

table.tabs td.active{
	background-color: #029A46;
}



table.tabs td a, table.tabs td a:visited{
	color: #F2DA99;
	font-weight: bold;
	text-decoration: none;	
}

table.tabs td a:hover, table.tabs td a:visited:hover{
	text-decoration: underline;
}

h3{
	color: #FFFFFF;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 14px;
}

.h3{
	color: #FFFFFF;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 14px;
	font-weight:bold;
}

h5{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

h6{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

.green, a.green, a.green:visited{
	color: #006B33;
}

.brown {
  color:#45453D;  
}

.green2 {
  color:#00ff33;  
}

a.green:hover, a.green:visited:hover{
	color: #006B33;
}

td.tabs2 {
 font-size:11px;
 font-weight:bold;
 color:#96FFC1;
}

td.tabs2_a {
 font-size:11px;
 font-weight:bold;
 color:#F3D859;
}
