﻿
.CesToolbar /* left area toolbar listing areas to narrow by. */
{
	font-size:9pt;
	width:100%;
	margin-right:20px;
}

.CesSearch a:link
{
	font-size: 12px;
	color:#4d7192;
}

.CesSearch a:active
{
	font-size: 12px;
	color:#4d7192;
}

.CesSearch a:visited
{
	font-size: 12px;
	color:#4d7192;
}

.CesSearch a:hover
{
	font-size: 12px;
	color:#4d7192;
}

.CesNormalFacet /* each individual narrow by area box */
{
	/*border-color:#000000;
	border-width:1px;
	border-style:Solid;*/
	font-family:Tahoma;
	font-size:8pt;
	margin-top:10px;
	/*margin-left:10px;*/
	border-left:1px solid #000000;

}

.CesFacetTitle /* title section for each individual narrow by area box */
{
	color:#FFFFFF;
	background-color:#11416D;
	font-size:10pt;
	font-weight:bold;
	border-top:1px solid #000000;

}

.CesFacetTitle a /* [Clear] text for facet that is "selected" or "removed" for search */
{
	color:#FFFFFF;
	/*background-color:#11416D;*/
	font-size:10pt;
	font-weight:bold;

}

.CesFacetEmpty /* nothing shown... */
{
	color:#11416D;
	background-color:#11416D;
	font-size:8pt;
	height:100px;
}

.CesFacetItem /* active link state for each individual facet */
{
	color:#4d7192;
	border-color:#000000;
	border-width:0px;
	border-style:None;
	font-size:8pt;
	text-decoration:none;
	width:100%;
}

.CesFacetHoveredItem /* hover state on each individual facet */
{
	color:#4d7192;
/*	background-color:#FFFFFF;*/
	background-color: #ecf4f8;
	border-width:0px;
	border-style:None;
	font-size:8pt;
	text-decoration:none;
	width:100%;
}

.CesFacetSelectedItem /* nothing shown... */
{

/*	color:#000000;*/
	color:#6d6e71;
	background-color:#ffffff;
	font-size:8pt;
	font-weight:bold;
}

.CesFacetRemovedItem
{
	color:#6d6e71;
	background-color:#ffffff;
	font-size:8pt;
	font-weight:normal;
}

.CesPager /* page links */
{
	color:#FFFFFF;
	font-size:8pt;
}

.CesPagerActive /* page link pipes */
{
	color:#939393;
	font-size:8pt;
}

.CesHeaderTitle a:link
{
	background-color:#FFFFFF;
	color:#4d7192;
	font-size:10px; /* MIF updated */
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	text-decoration: none;

}


.CesHeaderTitle a:hover
{
	background-color:#FFFFFF;
	color:#4d7192;
	font-size:10px; /* MIF updated */
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	text-decoration: none;

}


.CesHeader /* Search results header with box to search, sort by, page, and "searched for" area */
{
	color:#000000;
	background-color:#FFFFFF;
	font-size:9pt;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;

}

.CesResult /* each individual result area in the body with the type icon */
{

	margin-top:8px;
	margin-left:2px;
	color:#959595;

}

.CesResultHeader /* each individual result area in the body without the type icon */
{
	width:625px;
}

.CesResultTitle a /* actual result link in body */
{
	color:#4D7192;
	font-size:8pt;
}

.CesResultExcerpt /* description for result in body */
{
	color:#000000;
	font-size:8pt;
	width:550px;
}

.CesResultScore /* percentage for result in body */
{
	color:Gray;
	font-size:8pt;
	font-weight:bold;
}

.CesResultUri /* URI under the description in body */
{
	color:#000000;
	font-size:8pt;
	font-style:italic;
}

.CesResultSize /* size next to URI in body */
{
	color:#000000;
	font-size:8pt;
}

.CesResultLink a /* nothing shown... */
{
	color:#0000OO;
	font-size:8pt;
}

