/* Main window definitions.  Normally used to set the background color of the page and the main margins */
.window {
	font:13px Verdana, Helvetica, sans-serif;
	color:#000000;
	background: #ffffff;
	background-image: /images/sunflowerbg1.jpg
	letter-spacing:0em;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	}

/* body & mybody define the look of the main body of the page */
/* should be the same except for the padding.  set padding for body to zero */
body {
	font:13px Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	background: #181B90;
	letter-spacing: .1em;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	}

.mybody {
	font:13px Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	background: #181B90;
	letter-spacing:.05em;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 1em;
	}

.mybody1 {
	font:13px Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	background: #181B90;
	letter-spacing:.05em;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	}
/* Define the look of the banner */
.mybanner {
	font:24px Times New Roman, Times, serif;
	color: #000000;
	background: #ffffff;
	letter-spacing:.3em;
	line-height:26px;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	}

.bannersubtitle {
	font: 11px Verdana, Helvetica, sans-serif;
	color: #ffffff;
	line-height:16px;
	}

/* define the look of the left cell */
.myleft {
	font:11px Verdana, Helvetica, sans-serif;
	color:#181B90;
	letter-spacing:.0em;
	padding-top: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	}

/* define the look of the right cell */
.myright {
	font:13px Verdana, Helvetica, sans-serif;
	color:#000000;
	background: #00ff00;
	letter-spacing:.1em;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	}

/* define the look of the footer */
.myfooter {
	font:13px Verdana, Helvetica, sans-serif;
	color:#000000;
	background: #ffffff;
	letter-spacing:.1em;
	padding-top: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	}


/* define how links look. */
a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

a.siblingmenu {
	color: #181B90;
	text-decoration: underline;
	}
	
a.siblingmenu:hover {
	color: #181B90;
	text-decoration: underline;
	}

.hiddenPic {display:none;}


		.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: #FFFFFF; }
		.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 {  font-size: 80%; background: #181B90; color: #FFFFFF;}
		input.zoom_searchbox {  font-size: 80%;  }		
		
		.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;}
