
#siResults .resultRow {
	margin: 			0;
	color: 				#191919;
	min-height:			20px;
	padding:			4px;
}

#siResults .resultRow a.getItem {
	
	color: 				#191919;
	text-decoration:	underline;
}

#siResults .resultRow a:hover.getItem {
	color:				#78858D;
	text-decoration:	none;
}

#siResults .divider {
	height: 			5px;
}

.header {
	border-collapse: 	collapse;
}
.header p {
	margin-left:		5px;
}
.header a {
	font-family:		Arial, Helvetica, sans-serif;
	color:				#717F99;
	font-weight:		bold;
	font-size:			16px;
	text-decoration:	none;
}
/*#header a:hover {
	background-color:	#3366FF;

}*/
.header #keywordsTitle {
	background-color:	#E9EBEC;
	height:				25px;
}
#searchForm {
	background-color:		#E9EBEC;
	height:					250px;
	width:					450px;
}
#results {
	background-color:	#EFEFE2;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-size:			14px;
	color:				#2E4B57;
	margin:				0;
	border-collapse:	collapse;
}
#results .resultsHeaderTitle {
	width:				175px;
}
#results .resultsHeaderJournal {
	width:				125px;
}
#results .resultsHeaderDate {
	width:				55px;
}
#results .resultsHeaderPage {
	width:				35px;
}
#results .resultRow {
	font-size:			10px;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
}