@charset "utf-8";

#listingitems td .itemtitle {
	color: #000066;
	font-weight: bold;
}

.requestbutton {
	cursor: pointer;
}

.oddrows {
	background-color: #CCCCCC;
}

.evenrows {
	background-color: #CCCCFF;
}

#listings td {
	background-color: #000066;
	margin: 1px;
	padding: 5px;
}

#listings a {
	color: #FFFFFF;
	display: block;
}

#listings a:hover {
	text-decoration: underline;
}

.libraryformfield {
	width: 200px;
	border: 1px solid #000066;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000066;
}

.libraryformbutton {
	width: 200px;
	border: 1px solid #000066;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #000066;
	color: #FFFFFF;
}