/* SEARCH RESULTS STYLES */

a{
	text-decoration: none;
}

h1 {
font-size:24px;
font-weight:bold;
color:#1a33a0;
margin:0 0 20px 0;
padding:0 0 5px 0;
border-bottom:1px solid #cbddf9;

}


.search_button{
	margin: 6px 0px 0px -50px;
}

#searchTable {
	background:#e8f3f8;
	border:1px solid #e3e3e3;
	margin: 20px 0px 20px 0px;
	color:#675757;
	
}

#searchTable td {
	padding:10px;
}


#resultsHeader {
	font-size: 13px;
	padding:10px;
	border-bottom:1px solid #ccc;
	text-align:left;
}

#resultsHeader td {
	padding:0px 0 3px 0;
}

.resultLastModified {
	clear:right;
	float:right;
	margin:0 0 15px 15px;
}

.resultMainText {
	clear: none !important;
}

.resultMainText a {
	text-decoration: none;
}

.resultMainText a:hover{
	text-decoration: none;
}

.resultSmallLinks {
	font-size: 13px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	clear: none !important;
	border-bottom: 1px solid #ccc;
}

.resultSmallLinks a {
	text-decoration: none;
}

.resultSmallLinks a:hover{
	text-decoration: none;
}
	
.searchTextField {
	height: 20px;
	border:1px solid #e3e3e3;
}

.searchArrow img {
	padding:0 8px 0 8px;
	position:relative;
	top:2px;
}

.results {
	font-size:13px;
}
.arrowRight { 
	margin: 0 0 0 5px;
	position:relative;
	top:3px;
}
.arrowLeft {
	margin:0 5px 0 0;
	position:relative;
	top:3px;
}

