/* Styles for formatting object lists, layout and content */
.filterwrapper {
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
	text-align: center;
	font-weight: bold;
}
.listnavigation {
	font-size: small;
	font-weight: bold;
	color: #FFFFDD;
	background-color: #3E3D8C;
	padding: 4px;
	float: right;
	margin-bottom: 2px;
	margin-top: 2px;
}
.listnavigation a:link,
.listnavigation a:visited {
	color: #FFFFFF;
}
.listtable {
	border: medium solid #3E3D5B ;
	width: 100%;
	clear: both;
}
.listheader {
	font-weight: bold;
	color: #FFFFDD;
	background-color: #3E3D8C;
}
.listheader a:link,
.listheader a:visited {
	color: #FFFFDD;
}
.listrow {
	background-color: #FFFFFF;		
}

.listrow a:link {
	color: #990000;
}
.listrow a:visited {
	color: #996600;
}
.listrow a:hover, 
.listrow a:active {
	color: #CC0000;
}

.listrowVolHomePage {
	background-color: #BBE0FF;	
	font-weight:bold;
	vertical-align:bottom;
	color:Black;
}

.altlistrow {
	background-color: #FFFFCC;
}
.altlistrow a:link {
	color: #990000;
}
.altlistrow a:visited {
	color: #996600;
}
.altlistrow a:hover, 
.altlistrow a:active {
	color: #CC0000;
}

.altlistrowVolHomePage {
	background-color: #EBF6FF;
}

