/* CSS Document */
#search {
	background: #ffffff;
	margin: 15px;
	border: 1px solid #97afcb;
	padding: 10px 20px 20px 20px;
	text-align: center;
}

#search h2 {
	font-size: 14px;
	color: #055a8d;
	margin-bottom: 10px;
}

#searchBox {
	width: 500px;
	margin-left: 70px;
}

#results {
	margin: 15px;
}

#results h2 { color: #055a8d; border-bottom: 1px solid #97afcb; margin-bottom: 15px; padding-bottom: 5px; }
#nosearch { text-align: center; font-style: italic; }

#searchError {
	text-align: center;
	margin: 10px;
	font-weight: bold;
	color: #FF0000;
}

#numberOfResults { font-weight: bold; }

#searchResults { list-style-type: none; }
#searchResults li { margin-top: 15px; }

#searchResults li .resultText {
	margin-top: 5px;
	overflow: hidden;
}

#searchResults li .urlText { font-style: italic; color: #0175bb; }
#searchResults li #modifiedDate { float: right; font-style: italic; color: #0175bb; }

#searchResults a:link, #searchResults a:visited { color: #055a8d; text-decoration: none; border-bottom: 1px solid #055a8d; }
#searchResults a:hover { border-bottom: 1px solid #819dc0; }

#livequery { width:450px; }
#liveNav { list-style-type: none; }
#liveNav a:link, #liveNav a:visited { color: #055a8d; text-decoration: none; }

