/*
Feel free to customize this CSS to fit your needs.
.alertBox, .error, and .msg only occur with an error type situation.
All the rest (.search_whatever) are specific to the search results. Just
search, view source and you'll see them in use.
*/

body{
	font: 11px tahoma;
}

.alertBox{
	background-color: #FFFFE0;
	border: 1px solid #0000FF;
	font-size: 1.25em;
	margin: 10px;
	padding: 2px;
	width: 70%;
}

.alertBox h1{
	color: #FFFFFF;
	font-size: larger;
	margin: 0px;
}

.alertBox h1.errorHeader {
	background-color: #FF0000;
}

.alertBox h1.msgHeader {
	background-color: #008000;
}

.alertBox ul {
	margin: .8em;
	margin-left: 2em;
}

.error{
	color: #FF0000;
}

.msg, .search_fileSize, .search_truncatedMsg, .search_link, .search_hitCount {
	color: #008000;
}

.search_container{
	list-style-position: inside;
	list-style-type: disc;
	width: 450px;
}

.search_hitCount{
	font-size: smaller;
}

.search_summary{
	color: #000000;
}

.search_term{
	background-color: #F5F5F5;
	font-weight: bolder;
}

/*.search_title :link{
	color: #20317B;
}*/
.search_title A { COLOR: #20317B; LINE-HEIGHT: 16px; BORDER-BOTTOM: #20317B 1px dotted; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none }
.search_title A:hover { COLOR: #20317B; LINE-HEIGHT: 16px; BORDER-BOTTOM: #20317B 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none }

.search_truncatedMsg, .search_searchInfo {
	font-size: smaller;
}

#search {
	PADDING-RIGHT: 8px; PADDING-LEFT: 8px;  PADDING-BOTTOM: 12px; PADDING-TOP: 12px; FONT: 11px verdana, arial, helvetica, sans-serif; COLOR: #333333; TEXT-ALIGN: left; LINE-HEIGHT: 16px
}
