#searchTop{
	padding:5px 10px 13px;
	text-align:center;
}
#searchTop form{
	margin:0;
}
#searchResult{
}
#searchFilter{
	color:#323232;
	float:left;
	width:220px;
	margin:0px 10px 10px 0;
}
#searchList{
	position:relative;
	right:0;
	margin:0px 10px 10px 220px;
	border-left:1px solid #CCCCCC;
}
#searchRefine{
	padding:5px;
	height:20px;
	border-bottom:1px solid #CCCCCC;
}
#searchBC{
	background-color:#EFEFE9;
	color:#323232;
	padding:5px 5px;
	height:20px;
}
#searchInfo{
	color:#323232;
	padding:5px;
	border-bottom:1px solid #CCCCCC;
}
input.search_box {
	border:1px solid #A1A1A0;
	color:#000000;
	font-size:1.2em;
	width:480px;
}
input.search_button {
	background-color:#DFDFD9;
	border:medium none;
	color:#121212;
	height:24px;
}

div.searchRefine  {
	/* font-size:1.1em; */
	color:#323232;
}
h2.searchNum  {
	font-size:1.2em;
	font-weight:normal;
	color:#323232;
	float:left;
}
h2.searchNum span{
	font-weight:bold;
}
h2.searchBC{
	font-size:1.2em;
	color:#003399;
	float:left;
}
h2.searchBC span{
	font-size:0.9em;
	font-weight:normal;
	color:#323232;
}
h2.searchSort{
	font-size:1.2em;
	font-weight:normal;
	color:#323232;
	float:right;
	margin: 0px 10px;
}
h2.searchPage  {
	font-size:1.2em;
	font-weight:normal;
	color:#323232;
	float:left;
	margin: 0px 0px 0px 20px;
}
div.document{
	padding:6px 10px;
}
div.document em{
	color:#0191C8;
}
div.document a{
	/* font-size:1.1em; */
	text-decoration:none;
}
div.document a:hover{
	color:#003399;
}
div.document a:visited{
	color:#003399;
}
div.document div.title a{
	text-decoration:underline;
}
#refineReset{
	/* font-size:1.1em; */
	text-decoration:none;
	color:#003399;
	cursor:pointer;
}
div.facet{
	background-color:#FFFFFF;
	color:#323232;
	padding:2px 10px;
}
div.facet a{
	color:#003399;
	text-decoration:none;
}
div.facet a:visited{
	color:#003399;
}
div.facetVal{
	padding:2px 10px;
}
div.facetVal a{
	color:#003399;
	text-decoration:none;
	cursor:pointer;
}
div.facetVal a:visited{
	color:#003399;
}
div.hl{
	font-size:1em;
	line-height:1.3em;
}
div.hl em{
	background-color: #FAE8D1;
/* background-color: #FF9; */
}
span.hl{
	font-size:1em;
	line-height:1.3em;
/* background-color: #FF9; */
}
span.highlight{
	background-color: #FF9;
}
span.hlTxt{
	background-color: #ffff00;
	font-style: italic;
}
span.cc{
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
/* TOOLTIP */
#simpleTooltip { padding: 7px; border: 1px solid #A6A7AB; background: #F2F3F5;  max-width: 500px;}