/* 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: #336699;
	letter-spacing:0em;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	}

.maintable {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin outset #fffffe;
	background-color: #ffffff;
	}

/* 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:14px Verdana, Helvetica, sans-serif;
	color:#000000;
	background-color: #ffffff;
	letter-spacing: .1em;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	}

.mybody {
	font:11px Verdana, Helvetica, sans-serif;
	color:#000000;
	background-color: #FFFFFF;
	letter-spacing:.1em;
	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-color: #FFFFFF;
	letter-spacing:.3em;
	line-height:0px;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	}

.bannersubtitle {
	font: 11px Verdana, Helvetica, sans-serif;
	color: #000000;
	line-height:0px;
	}


/* define the look of the left cell */
.myleft {
	font:12px Verdana, Helvetica, sans-serif;
	color:#000000;
	background-color: #6699CC;
	letter-spacing:.1em;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	}

/* define the look of the right cell */
.myright {
	font:12px Verdana, Helvetica, sans-serif;
	color:#000000;
	background-color: #6699CC;
	letter-spacing:.1em;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	}

/* define the look of the footer */
.myfooter {
	font:12px Verdana, Helvetica, sans-serif;
	color:#000000;
	background-color: #6699CC;
	letter-spacing:.1em;
	padding-top: .5em;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	}


		.highlight { background-color: #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: #000000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: 

#555555;}

		.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-color: #6699CC; 
			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: #ffffff; }
		.recommend_infoline { font-size: 80%; font-style: normal; 

color: #ffffff;}



/* define how links look. */
a {
	color: #000000;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}

.hiddenPic {display:none;}

