body         {
	background : white;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1           { font-family: Arial, Helvetica, sans-serif;   font-size : 180%;  color : #000080;  font-weight : bold;   }
h2           { font-family: Arial, Helvetica, sans-serif; font-size : 150%; color: #000080;  font-weight : bold;}
h3           { font-family: Arial, Helvetica, sans-serif;   font-size : 120%;  color : #000080;  font-weight : bold;   }
h4           { font-family: Arial, Helvetica, sans-serif;   font-size : 100%;  color : #000080;  font-weight : bold;   }

.datatable th {
	background-color: #000080;
	font-weight: bold; color : #FFFFFF;
	text-align: center;
	padding: 4px;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}

.datatable tr:hover {
	background-color: silver;
	color: #FFFFFF;
}

.redbold {
	font-weight: bold;
	color: #FF0000;
}

.small {
	font-size: 80%;
}

.blue {
	color: #0000FF;
}
.bluebold {
	color: #000080;  font-weight : bold;
}

.red {
	color: #FF0000;
}

.white {
	color: #FFFFFF;
}


.whitesmall {
	color: #FFFFFF;
    font-size: 80%;
    font-weight: bold;

}
.clear {clear:both;
}

.hovermenu ul{
	margin-left: 5px;
	height: 20px;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	margin-right: 5px;
	margin-top: 2px;
	padding: 5px;
	line-height: 2.2;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 5px;
text-decoration: none;
color: #FFFFFF;
background-color: #0087c7;
border: 1px;
}

.hovermenu ul li a:hover{
	background-color: #FFFFFF;
	border-style: outset;
	color: #0087c7;
	border: 1px;
	padding: 5px;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 140px; /* Width of Menu Items */
	font-size: 90%;
	font-weight : bold;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
visibility: hidden;
	font-size: 100%;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: blue;
text-decoration: none;
background: white;
padding: 1px 5px;
}

.suckerdiv ul li a:visited{
color: blue; /* remove whole visited section to avoid different hover colour*/
}

.suckerdiv ul li a:hover{
background-color: blue; /* Hover over background colour*/
color: white;   /* text hovered over all levels*/
}

.suckerdiv .subfolderstyle{
background: url(arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}