/*
GE: styles used exclusively in the search pages,
all other styles come from the main site stylesheet at ../stylesheet.css.
*/
label {
  font-size:9pt;
}
#tblSearchContent{
	margin-top:15px; margin-left:15px;
	width: 750px;

	}
#pnlSearchInputBox{
	width:100%;
	}

#pnlSearchOptionBox{
	width:100%; margin-top:20px;
	}

#pnlSearchResultBox{
	width:100%;
	}

#pnlMessageBox{
	width:100%;
	}
	
.searchinput {
  width:380px;
}

.searchtitle {
  font-size:10pt;
  font-weight:bold;
}

.searchsubtitle {
  font-size:9pt;
}

.searchbutton {
  font-size:10pt;
}

.addedsearchlinks {
  font-size:8pt;
}

.searchhead {
  font-size:12pt;
  font-family: "Trebuchet MS";
	color:#006699;
} 
.searchcontent, .searchcontent span{
  font-size:10pt;
  padding-top:3pt;  
  font-family: Arial;
  font-size:  9pt;
  line-height:14pt;
  color: #999999;    
}

.searchlink {
  color:#339933;
  font-size:8pt;
  padding-top:3pt;
  font-family:Arial;
}

.searchitem {
  margin-bottom:15px;
	margin-top:10px;
}

.searchoptions_header {
  font-family:arial;
  font-size:11pt;
  font-weight:bold;
  color:#59895F;
  background-color:#EAEAEA;
  padding:3px;
}

.searchnum {
  font-size:9pt;
}

.pagenum {
  font-size:8pt;
  
}

.pagenumcurrent {
  font-size:10pt;
  font-weight:bold;
}

.optionhead {
  background-color:#cccccc;
  font-size:9pt;
  font-weight:bold;
  padding:3px;
}

.options {
  font-size:8pt;  
}

