@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, Verdana,  sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #632e0b;
}
a:visited {color: #000000}  /* visited link */

img {
	border-style: none;
}
h1 {
	font-size: 1.2em
}
h2 {
	font-size: 1.2em
}
.p1 {
	font-size: 1.1em;
}
.exp1 {
	font-size: 0.9em;
}
p {
	font-size: 1em
}
img.titleImg
{
float: Right;
} 
img.mgsImg
{
	float: Right;
	position: relative;
	top: -13px;
}
/*Fixed centre column layout*/
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*Main page contnet holder*/
div.mainContent {
	position: relative;
	width: 760px;
	margin-top: 10px;
	margin-left: 10px;
}
/*Whats on boxes*/
span.exTitle {
	font-size: 0.8em;
	font-weight: 900;
}
span.exInfo {
	font-size: 0.7em;
	font-weight: 900;
}
div.exhibition {
	margin: 0px 5px 0px 5px;
}
div#box{
	margin-bottom: 10px;
	width: 550px;
	background: #fff7d4;
}
b.btop, b.btop b, b.bbot, b.bbot b{
    display: block;height: 10px;font-size: 1px;
    background-image:url(rc.png);
    background-repeat: no-repeat}
b.btop b{background-position: 100% -10px}
b.bbot{background-position: 0 -20px}
b.bbot b{background-position: 100% -30px} 
/*Object List*/
div.objectList {

}
/*Object title*/
div.objectListTitleBar {
	position: relative;
	width: 760px;
	background-color: #e1dbca;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.objectListTitle {
	font-size: 1.1em;
	font-weight: 900;
	float:left;
	display: inline-block;
}
.pageNumbers {
	font-size: 0.9em;
	float:right;
	display: inline;
}
/*Object titlebox*/
div.objectBar {
	position: relative;
	width: 760px;
	background-color: #ebe7dc;
	vertical-align: top;
	margin: 0px 0px 5px 5px;
	padding: 10px 5px 10px 5px;
}

.imageHolder {
	width: 130px;
	text-align: center;
	float: left;
	display: inline;
}
.descriptionHolder {
	float: left;
	width: 615px;
	margin: 0px 0px 0px 5px;
	display: inline;
}
span.objectListHeadings {
	font-size: 1.1em;
	font-weight: 900;
}
span.objectNumber {
	font-size: 1.1em;
	font-weight: 900;
}
span.objectTitle {
	font-size: 1.1em;
	font-weight: 900;
}
span.objectNoTitle {
	font-size: 0.9em;
	font-weight: 900;
}
span.objectDate {
	font-size: 1.1em;
	font-weight: 900;
}
span.objectAuthor {
	font-size: 0.9em;
}
span.objectLender {
	font-size: 0.9em;
}
span.objectPrint {
	font-size: 0.9em;
}
span.objectLender {
	font-size: 0.9em;
}
span.objectExhibition {
	font-size: 0.9em;
}
span.exhibitionName {
	font-size: 0.9em;
}
.objectNumberHolder {
	float: left;
	width: 30px;
	margin: 0px 5px 0px 0px;
}
.imageHolderTitleBar {
	float: left;
	width: 160px;
	margin: 0px 5px 0px 0px;
}
.titleHolder {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 5px;
} 
.dateHolder {
	float: left;
	width: 50px;
	margin: 0px 0px 0px 5px;
} 
.authorHolder {
	float: left;
	width: 100px;
	margin: 0px 0px 0px 5px;
} 
.lenderHolder {
	float: left;
	width: 100px;
	margin: 0px 0px 0px 5px;
}
.exhibitionNameHolder {
	float: left;
	width: 100px;
	margin: 0px 0px 0px 5px;
}
/*Form layout*/
.formLayout {
	float: left;

}
div.formContnet {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	height: 30px;
}
