/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
@import url("/css/main.css");
/* BEGIN Old CSS */
/* END Old CSS */
body {
	/* width: auto; */
}

#corpus {
	background-color: #000000;
	background-image: url(/images/GUI_inventory_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#head {
	width: 100%;
	margin-bottom: 30px;
}
#htmlNav {
	margin-left: 0;
	width: 100%;
	margin-bottom: 20px;
}

.desc  /* album descriptions on main page just description and author*/ 
{
	line-height: 1.62;
	padding: 20px;
}
.albumdesc {
	background-color: #565656;
	padding: 20px;
}
.title {
	padding-top: 10px;
}
	.title a:link, .title a:active, .title a:visited {
		color: #FFFFFF;
	}
.g-photo {
}
.vatable {
	margin: 50px 0;
}
#adminbox {
	padding: 10px 25px;
}
.modnavboxmid {
	padding: 10px 25px;
	background-repeat: repeat-x;
	background-position: center;
}
div.modcaption {
	font-size: 12px;
	line-height: 1.62;
	text-align: left;
	background-color: #565656;
	padding: 10px;
}
a.modcaption {
	color: #FFFFFF;
	font-size: 14px;
}
navtableborderbegin {
}
.searchform {
	margin-left: 10px;
}
.modfooter {
	padding: 10px 25px 30px 25px;
}
.galInstructions {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
p.applyLoan a {
	color: #FFFFFF;
}