/* CSS Document */

/* Haslam and Whiteway */
/* Some basic CSS to show admin pages off */

h1, h2, h3, h4, h5, p, tr, td, th, a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF; /* COLOUR */
	}

h1, h2 {
	font-size: medium;
	font-weight: bold;
	}

h1.grey {
	color: #666666;
	}
	

p {
	font-size: small;
	line-height: 140%;
	padding: 5px 0;
	margin: 0;
	}

#contentwrapper {
	float: left;
	width: 100%;
	min-height: 500px;
	}

#content {
	margin-left: 165px; /* Same as width of menu */
	}

#contentbio {
	margin-left: 165px; /* Same as width of menu */
	/*width: auto;
	max-width: 550px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 50px;
	float: left;*/
	}

.innercontent{
margin: 10px 50px 10px 25px; /*Margins for inner DIV inside each column (to provide padding)*/
min-height: 600px;
}

.innercontentbio{
margin: 10px 50px 10px 25px; /*Margins for inner DIV inside each column (to provide padding)*/
max-width: 500px;
min-height: 600px;
}
	
#content a {
	color: #336699;
	text-decoration: none;
	}

#content a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px #666666 dotted;
	}

#content th, td {
	font-size: small;
	padding: 5px;
	text-align: left;
	}

#content th {
	background-color: #4f5559;
	color: #FFFFFF;
	}

#content .itemlist td {
	border-bottom: 1px #4f5559 solid;
	}

#content table.smalltable td {
	font-size: xx-small;
	border-bottom: 0;
	}

#content img.imgRight {
	margin: 0 0 5px 5px ;
	padding: 2px;
	border: 1px #4f5559 solid;
	}

#content img.imgLeft {
	margin: 0 5px 5px 0;
	padding: 2px;
	border: 1px #4f5559 solid;
	}
	
#content img.imgSpace {
	margin: 5px;
	padding: 2px;
	}

div#refinesearch
{
display: none;
}

#loginform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	width: 360px;
	margin-top: 150px;
	}

#loginform label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	}

#loginform fieldset {
	border: 1px solid #000066;
	padding: 20px;
	}
	
#loginform legend {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #000066;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-bottom-color: #999999;
	border-right-color: #999999;
	padding: 4px;
	margin: 0;
	}

/* LOGO SECTION */

#logo {
	margin: 0;
	padding: 0;
	background:#FFF;
	background:#FFF url(../images/bannergill2_grey.gif) repeat-x;
	height: 70px;
	}
	
#logo td {
	font-size: xx-small;
	color: #000000;
	padding: 0;
	margin: 0;
	}

.dinky {
	font-size: xx-small;
	}



#logo a {
	color: #FFFFCC;
	text-decoration: none;
	}

#logo a:hover {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px #CCCCCC dotted;
	}

.exhib {
	float: left;
	width: 200px;
	margin: 10px;
	height: 18em;
	text-align: center;
	padding: 5px;
	border: 1px #4f5559 dotted;
	}


.exhib h1 {
	font-size: small;
	font-weight: bold;
	padding: 2px 0;
	text-align:left;
	}

.exhib h2 {
	font-size: x-small;
	font-weight: bold;
	padding: 2px 0;
	text-align:left;
	}
	
.exhib p {
	font-size: xx-small;
	font-weight: normal;
	padding: 2px 0;
	line-height: 120%;
	text-align:left;
	}

.exhib img {
	text-align: center;
	}

/* QUICKSEARCH */
#quicksearch {
	margin-left: 650px;
	padding-top: 5px;
	}

#quicksearch h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: xx-small;
	color: #FFF;
	}

#quicksearch a {
	font-size: xx-small;
	}

#quicksearch p {
	padding: 5px 0 0 0;
	margin: 0;
	font-size: xx-small;
	color: #ffffff;
	}

#quicksearch input {
	color: #666666;
	background-color:#FFFFFF;
	border: 1px solid #d7d6d5;
	}

#quicksearch form {
	margin: 0;
	padding: 0;
	}

/* VIEWING */

#biography {
	width: 200px;
	}

#description {
	width: 60%;
	float: left;
	}

#images {
	width: 25%;
	float: left;
	padding: 0 25px;
	}

#images img {
	margin-top: 10px;
	margin-bottom: 1px;
	}

#images a.imagelink {
	border-bottom: 0;
	}

#images a.imagelink:hover {
	border-bottom: 0;
	}

#images img.nospace {
	margin-top: 1px;
	margin-bottom: 1px;
	}

#images p {
	font-size: x-small;
	margin: 0;
	padding: 0;
	}

#content a.imagelink {
	border-bottom: 0;
	}

#content a.imagelink:hover {
	border-bottom: 0;
	}

#content img.imagenoborder {
	border: 0;
	}

/* DEFAULT PAGE */

#home {
	width: 60%;
	float: left;
	margin-right: 25px;
	}

#rightbar {
	width: 25%;
	float: left;
	padding: 0 10px;
	border-left: 1px dotted #d7d6d5;
	border-right: 1px dotted #d7d6d5;
	}

#rightbar h2 {
	color: #666666;
	font-size: small;
	padding: 10px 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #333366;	

	}

#rightbar p {
	color: #000000;
	font-size: xx-small;
	padding: 3px 0;
	margin: 0;
	}

#rightbar img {
	margin: 5px 0 5px 0;
	padding: 2px;
	border: 1px #4f5559 solid;
	}

#rightbar a.arrow {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position:left center;
	}

/* FOOTER */

#footer{
	clear: left;
	width: 100%;
	background: #d7d6d5;
	color: #000;
	text-align: left;
	font-size: xx-small;
	padding: 4px;
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #333366;
	text-decoration: none;
	padding: 0;
	}

#footer a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px #666666 dotted;
	}