
body {
  font-size: smaller;
	font-family: "Lucida Grande", "Lucida Sans", Arial, "Book Antiqua", "Georgia", sans-serif;
	color: #000;
	line-height: 150%;
	margin: 0;
	padding: 0;
	background-color: #444;
	min-width: 950px;
}

/* div at top of page with jump link to content */
div#jumplinks {
  display: none;
}

/* common to content wrapper and header */
div#content-wrapper, div#header {
  width: 90%;
	padding: 0;
	margin: 0 auto 0 auto;
}

/* main div which contains content unique to page */
div#content-wrapper {
	background-color: #fff;
	display: block;
}

/* content header and utilities boxes headers have similar backgrounds */
div#header, dt.utilities-box {
  background-color: #014391; /* colour of bottom of blue header image */
  background-image: url(/images/blue_header_1x53.gif) ;
	background-repeat: repeat-x;
	position: relative;
	overflow: hidden;
}

/* text with these backgrounds need to be white */
div#header h1, div#header a, dt.utilities-box {
  color: #fff;
}

/* goes on top of content, has site name and some links common to all pages */
div#header {
  min-height: 4em;
	margin-top: 1em;
}

/* increase line height again */
div#header * {
  line-height: 150%;
}

/* corners in header have grey background */
div#header span.corner {
  background-image: url(/images/grey_corners_20x10.gif);
}

/* corners in utilities boxes have white background */
dt.utilities-box span.corner {
  background-image: url(/images/white_corners_20x10.gif);
}

/* rounded corners */
span.corner {
	position: absolute;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	top: 0;
}

/* side borders */
span.side {
  background-image: url(/images/grey_side.gif);
	position: absolute;
	background-repeat: repeat-y;
	width: 10px;
	height: 100%;
	top: 0;
}

/* left/right corners and sides */
span.l { left: 0; background-position: 0 0; }
span.r { right: 0; background-position: -10px 0; }

/* main heading on page */
div#header h1 {
	margin: 0.5em 0 0 1em;
	float: left;
	display: block;
  font-size: 150%;
}

/* list of links in header */
div#header ul {
	float: right;
	padding: 0;
	margin: 1em 1em 0 0;
}

/* items in list in header */
#header li {
	display: inline;
	padding: 0 0.5em 0 0.5em;
}

/* unique content goes here */
div#main-centre-content {
	background-color: inherit;
	width: 75%;
	padding: 0 0 1em 2em;
	margin: 0;
}

/* side bar in main content */
dl#main-centre-utilities {
	float: right;
	width: 20%;
	margin: 1em 1em 0 0;
	padding: 1em 0 0 0;
}

/* header for utilities box and content of utilities box */
dt.utilities-box, dd.utilities-box {
	margin: 0;
	padding: 0.25em 0.75em;
	overflow: hidden;
}

/* links in utilities box DTs */
dt.utilities-box a {
  color: #fff;
}

/* box containing links/forms for side bar */
dd.utilities-box {
  background-color: #e7e5f8;
	border-width: 1px 1px 3px 1px;
	border-color: #b7b6b6;
	border-style: solid;
	margin-bottom: 1em;
}

/* bring content of utilities-boxes up to top */
dd.utilities-box * {
	margin: 0 auto auto 0;
	padding: 0;
}

/* headings of sub lists in utilities boxes and in details lists */
dd.utilities-box dt, dl.details_list dt, label, .small {
  font-weight: bold;
	color: #444;
	font-size: smaller;
}

/* items in sub lists in utilities boxes */
dd.utilities-box dd {
  margin: 0;
}

/* forms in utility boxes should have border */
dd.utilities-box form.boxed {
		border: 1px solid #ccc;
		padding: 2px;
		margin: 4px 0;
}

/* forms in utility boxes should be smaller */
dd.utilities-box form p * {
		font-size: 8pt;
}

/* classes for hiding and showing DDs */
dd.hide_dd { display: none; }
dd.show_dd { display: block; }

/* links for toggling display of collections lists */
dd.utilities-box dt a {
  font-size: 120%;
	text-decoration: none;
	border: 1px solid #ccc;
	font-family: monospace;
}

/* containing DIV for group of elements */
div.group {
  /*float: left;*/ /* Safari 18 bug */
	padding: 0;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: 1em 0 1em 0;
}

/* move group div headings down a bit */
div.group h4, div.group h3 {
  margin-top: 1em;
}

/* item/work details and headings for these lists */
dl.details_list, h4.details_list {
	clear: left;
}

/* want DT and DD on same line */
dl.details_list dt {
	float: left;
	margin-right: 0.5em;
}

/* bit of margin to keep DDs away from DTs */
dl.details_list dd {
	margin: 0.5em 0;
}

/* put colon after DT */
dl.details_list dt:after {
  content: ":";
}

/* form labels */
label {
  width: 6em;
	display: block;
	float: left;
}

/* reduce border on select menus */
select {
	border: 1px solid;
}

/* medium width select menu */
select.medium, input.medium {
  width: 20em;
}

/* table captions go on the left */
caption {
  text-align: left;
}

/* no UL list bullets */
ul {
  margin: 0;
	padding: 0;
	list-style: none;
}

li {
	list-style: none;
}

dd.ocrtextdiv ul li {
  list-style: disc;
}


/* link colour based on BG colour of blue areas */
a {
	color: #014141;
}

/* and grey when hovered */
a:hover {
  color: #444;
}

/* div containing search text box has to be positioned relative, so that contents can be absolute */
div.searchtext {
  position: relative;
	background-color: #fff;
	background-image: url(/images/search_icon.png);
	background-position: center left;
	background-repeat: no-repeat;
	float: left;
	width: 80%;
}

/* same thing as for div.searchtext, but different size, colour and float */
div.submitbutton {
  float: right;
	width: auto;
	background-color: #014391;
	position: relative;
}

/* search form uses corners for inputs */
span.small_corner {
  background-image: url(/images/pale_blue_corners_12x12.gif);
	position: absolute;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
}

/* 4 corner divs */
span.tl { top: 0; left: 0; background-position: 0 0; }
span.tr { top: 0; right: 0; background-position: -6px 0; }
span.bl { bottom: 0; left: 0; background-position: 0 -6px; }
span.br { bottom: 0; right: 0; background-position: -6px -6px; }

/* search text input needs left margin to avoid search icon on left */
input.searchtext {
	margin-left: 26px;
  width: 80%;
}

/* white on blue text for submit button */
input.submitbutton {
  color: #fff;
	text-align: center;
}

/* common stuff for text box and submit button */
input.searchtext, input.submitbutton {
	border: 0;
	padding: 0;
	background-color: transparent;
}

/* put crest on rhs of footer div */
div#footer {
	clear: both;	
	background-image: url('/images/crest.gif');
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #014391;
	border: 1px solid #999;
	height: 22px; /* no harm in using px here for height */
}

div#footer p {
  text-align: right;
	margin: 0 22px 0 0;
	padding: 0;
}

/* want footer text to be hidden to CSS capable browsers */
div#footer p span, p.hidden {
	display: none;
}

div#footer p a {
  color: #fff;
}

/* give paragraphs some top and bottom padding */
p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0;
}

/* box going round search result lists */
ul.extended .resultbox {
	clear: left;
	padding: 0.5em;
	border: 1px dotted #ccc;
	margin: 0.75em 0 0.75em 0;
	overflow: hidden;
}

ul.simple {
		clear: left;
}

ul.simple .resultbox {
	display: block;
	float: left;
	height: 150px;
	width: 105px;
	padding: 0.5em;
	margin: 0.75em;
	text-align: center;
}

ul.simple .resultbox p, ul.simple .resultbox span, ul.simple .resultbox ul .searchimagebox,
ul.more_images .searchimagebox p, ul.more_images .searchimagebox span {
		display: none;
}

ul.simple .resultbox ul .searchimagebox:first-child, ul.more_images li, ul.extended .resultbox ul .searchimagebox {
	display: block;
	float: left;
	/*height: 125px;*/
	width: 105px;
	padding: 0.5em;
	margin: 0.75em;
	text-align: center;
}

/* titles are bold */
li.title {
  font-weight: bold;
}

/* agents are italicised */
li.agent {
  font-style: italic;
}

/* details link has search icon */
.detailslink {
	background: url('/images/icons/magnifier.png') left center no-repeat;
	padding: 0.75em 0 0.75em 20px;
}

/* item notes are indented */
dd.notes {
		padding-left: 2em;
		font-size: smaller;
}

/* stuff that has to be on new line */
.newline {
  clear: left;
}

/* put slideshow icon in link */
a.slideshowlink {
	background-image: url('/images/icons/film.png');
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding: 0.75em 0 0.75em 20px;
}

/* compare link in lightbox has been clicked */
.clicked {
		background-color: #444;
		color: #fff;
}

a.addlink {
	background: url('/images/icons/add.png') left center no-repeat;
	padding-left: 20px;
}

.deletelink {
	background: url('/images/icons/delete.png') left center no-repeat;
	padding: 7px 0px 7px 20px;
}
.backlink {
	background: url('/images/icons/back.gif') left center no-repeat;
	margin-left: 20px;
	padding: 7px 0px 7px 20px;
}
.moveleft {
	background: url('/images/navgraphics/arrow_left.gif') left center no-repeat;
	padding-left:	 20px;
}
.moveright {
	background: url('/images/navgraphics/arrow_right.gif') right center no-repeat;
	padding-right: 20px;
}

/* hide text in moveleft and moveright */
.moveleft span, .moveright span {
		display: none;
}

a.adminlink {
	/*background: url('/images/icons/accept.png') left center no-repeat;
	padding-left: 20px;*/
	font-style: italic;
}

/* advanced search form */
form.inputform label {
  width: 10em;;
}

form.inputform fieldset {
	text-align: left;
	margin: 1em;
	padding: 0.75em;
}

form.inputform fieldset.centered{
	text-align: center;
}

form.inputform legend {
	margin: 0 8px;
	padding: 0 2px;
	font-weight: bold;
	text-align: center;
}

form.inputform label {  
	display: inline-block;
	padding: 3px;
}

form.inputform textarea {
	margin-bottom: 1em;
}

form.inputform fieldset ul {
	margin: 0;
	padding: 0;
}

form.inputform fieldset li {
	list-style: none;
	padding: 5px;
	margin-left: 15px;
	margin: 0;
}

#main-centre-content input{
	border: 1px solid;
}

/* left and right new_item form boxes */
.leftbox, .rightbox {
	width: 45%;
	border: 1px dotted;
	padding: 1em;
	margin-bottom: 1em;
}

.leftbox { float: left; }
.rightbox { float: right; }

fieldset p {
  clear: left;
}

#main-centre-content input.noborder {
  border:	0;
}	

#main-centre-content input.smallmargin{
	margin-left: 2px;
}

form.inputform 	label.plain {
  display: inline;
	float: left;
	width: auto;
}

fieldset.full_width label {
	width: auto;
	display: inline;
	float: none;
}

table {
  width: 100%;
}

td {
  padding: 0.5em;
	margin: 0;
	border: 0;
}

/* different colours for table rows */
tr.row-dark { background-color: #eee; }
tr.row-light { }

.lightbox {
	border: 1px dotted;
}

.lightbox fieldset {
	width: 350px;
	margin: 20px;
	padding: 10px;
}

textarea {
	border: 1px solid;
}

label.wide_label {
  width: 20em;
}

label.hide_label {
  display: none;
}

.lightbox ul li {
	display: inline;
}

/* uses max width and height for thumbnails */
a.thumbnailimagelink {
	width:	 100px;
	height:	100px;
	display:	block;
	padding:	0;
	margin:	 0px;
}	

/* list of pages of search results - use float: left instead of display: inline */
ul.pager {
		list-style: none;
		float: left;
		clear: left;
		margin: 10px 15px 20px 60px;
} 
ul.pager li{
	float: left;
	margin-right: 0.25em;
}


p.headerbar {
	color: #FFFFFF;
	margin: 0;
	padding: 0px 0px 4px 10px;
}

p.form {
	margin: 1em 1em 1em 1em;
}

p.forminput input.submitbutton {
	margin-left: 16em;
}

h1, h2, h3, h4, h5 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	margin: 0 0 15px 0;
	padding: 0;
}

h2 {
  padding-top: 1em;
}

img {
	border: 0;
}

a em {
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px dotted;
}

hr {
	margin: 10px 25px 10px 5px;
}

.boxcontainer {
	border: 1px solid #000000;
	margin: 10px;
}
.boxcontainer p.header {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}
.box {
	border: 1px solid #999999;
	margin: 25px;
}

.box p {
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 2px;
}
.box p.header {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	background: #EEEEEE;
}

.box ul {
	margin: 0;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 2px;
}
.divider {
	clear: both;
}
.leftdivider {
	clear: left;
}
.rightdivider {
	clear: right;
}
p.divider {
	padding-top: 15px;
	clear: both;
}

.sortform {
	float: right;
}
.error {
	color: #CC0000;
	font-weight: bold;
}
.success {
	color: #008000;
	font-weight: bold;
}
.warning {
	color: #FF8C00;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.textright {
	text-align: right;
}
.borderone {
	border: 1px solid #999999;
}

option {
	padding-right: 10px;
}

.width650 {
	width: 650px;
}
.widthforty {
	width: 40em;
}
.widththirty {
	width: 30em;
}
.widthtwenty {
	width: 20em;
}
.width100 {
	width: 100px;
}
.width200 {
	width: 200px;
}
.width300 {
	width: 300px;
}
.width400 {
	width: 400px;
}
.width80 {
	width: 80px;
}

.heighttwelve {
	height: 12em;
}
.heighteight {
	height: 8em;
}
.heightsix {
	height: 6em;
}
.heightfour {
	height: 4em;
}


#jumplinks li {
	list-style: none;
}
.inlinelist li {
	display: inline;
}
.inlinelist li a{
	text-decoration: underline;
}
a em {
	border: none;
	font-style: italic;
}

.imagebox {
	display: block;
	float: left;
	/*height: 125px;*/
	width: 105px;
	padding: 0.5em;
	margin: 0.75em;
	text-align: center;
}

.imagebox_with_height {
	display: block;
	float: left;
	height: 125px;
	width: 105px;
	padding: 0px;
	margin: 10px;
	text-align: center;
}

.detailimage {
	float: right;
	padding: 8px;
	display: block;
}
.lightboximage {
	display: inline;
	/*float: left;*/
	padding: 0px;
	margin: 10px;
	/*text-align: right;*/
}
.caption {
	font-size: 0.85em;
	line-height: 0.9em;

}
.halfscreenimagebox {
	margin-top: 10px;
	float: left;
	display: inline;
	width: 300px;
	height: 100px;
	padding: 5px;
	border: 1px dotted;
}


/*#main-centre-content select{
	border: 1px solid;
	margin-left: 22px;
	vertical-align: middle;
}
#main-centre-content select.date{
	margin-left: 2px;
}
#main-centre-content select.nomargin {
	margin-left: 0px;
}*/

/*.boxwidth {
	width: 220px;
}*/

.quarterBoxWidth {
	width: 55px;
}

.bigboxwidth {
	width: 380px;
}
.smallboxwidth {
	width: 200px;
}
.tinyboxwidth {
	width: 80px;
}

/*.leftbox  textarea {
	width: 220px;
}
.rightbox  textarea {
	width: 220px;
}*/
.fullwidth {
	width: 550px;
}

.leftimage {
	float:left;
	vertical-align: middle;
	padding-right: 5px;
}
.rightimage {
	float:right;
}
#main-centre-content ul.imagelist{
	list-style: none;
}
#main-centre-content ul.imagelist li{
	width: 120px;
	height: 150px;
	float: left;
	display: inline;
}

.column {
	width: 190px;
	position: relative;
	display: inline;
	float: left;
	border: 1px solid;
	padding: 0px;
	margin: 5px;
}
.column ul {
	padding: 5px 5px 2px 15px;
}
.column br {
	margin: 0;
	padding: 0;
}
.adminheader {
	background: #6A6A6A;
	margin: 0;
	color: #FFFFFF;
}


.searchform p{
	margin: 10px 0px 0px 0px;
	padding: 0;
}

.underline {
	font-style: normal;
	text-decoration: underline;
}

.message {
	margin: 20px;
	padding: 5px;
	font-size: 1.1em;
}
.inlinelist li{
	display: inline;
	margin: 0;
}

ul.collectionlist {
	list-style: none;
	width: 70vw; /* Safari 18 bug */
}
ul.collectionlist li{
	display: inline;
}


.marginzero {
	margin: 0;
}
.paddingzero {
	padding: 0;
}

hr.whitespacer {
	height: 5px;
	clear: both;
	color: #FFFFFF;
	background: #FFFFFF;
	border: 0;
	/*align: center;*/
}

.lightbox img {
	/*float: left;*/
	padding: 0; /*2px 5px 5px 8px;*/
}


.sizetable {
	border: 1px solid;

}
.sizetable th{
	border: 1px solid;

}
.sizetable td{
	border: 1px solid;
	padding: 3px;

}

.adminoptions {
	margin-left: 25px;
}
ul.adminoptions li:before {
	content: " BB 0";
	}
	
ul.imagelist, ul.imagelist li {
	margin: 0;
	padding: 0;
	
}

.usertable {
	margin-top: 15px;
	width: 625px;
}
.usertable td{
	padding: 5px;
	border: 1px dotted;
}
.bordertable td {
	padding: 3px;
	border: 1px dotted;
}
.bordertable th {
	padding: 3px;
	border: 1px dotted;
	text-align: left;
}

.leftdivider {
	clear:left;
}
ul.borderlist  {
	margin-left: 30px;
}
ul.borderlist  li:before{
	content: "0 0 0  BB 0"; 
}

ul.lightboximages {
	
}

ul.lightboximages li {
	margin: 8px;
	/*text-align: left;*/
	float: left;
	/*width: 116px;*/
	height: 156px;
	display: inline;
	text-align:	 center;
}

/*form {
	margin-top: 15px;
}
form.notopmargin {
	margin-top: 0px;
}*/

.ocrtextdiv {
	font-size: 0.9em;
}

.ocrtextdiv ul, ol{
	/*list-style: normal;*/
	padding-left: 25px;
}
.ocrtextdiv h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #000000;
}

.nobr {
	white-space: nowrap;
}

ul.resultbox {
  width: 70vw;
}

		.swfuploadbtn {
			display: block;
			width: 100px;
			padding: 0 0 0 20px;
		}
		
		.browsebtn { 
			background: url(/images/upload/add.png) no-repeat;
			padding: 0px 0px 0px 25px;
			margin: 0px 0px 0px 15px;
			height: 30px;
			width: 150px; 
		}
		.uploadbtn { 
			display: none;
			background: url(/images/upload/accept.png) no-repeat 0 4px; 
		}
		
		.cancelbtn { 
			display: block;
			width: 16px;
			height: 16px;
			float: right;
			background: url(/images/upload/cancel.png) no-repeat; 
		}
		
		#cancelqueuebtn {
			display: block;
			display: none;
			background: url(/images/upload/cancel.png) no-repeat 0 4px;
			margin: 10px 0;
		}
		
		#SWFUploadFileListingFiles ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.SWFUploadFileItem {
			text-align: right;
			display: block;
			width: 250px;
			background: #eaefea;
			margin: 0 10px 10px 15px;
			padding: 5px;

		}

		.fileUploading { background: #fee727; }
		.uploadCompleted { background: #d2fa7c; }
		.uploadCancelled { background: #f77c7c; }
		
		.uploadCompleted .cancelbtn, .uploadCancelled .cancelbtn {
			display: none;
		}
		
		span.progressBar {
			width: 245px;
			display: block;
			font-size: 10px;
			height: 4px;
			margin-top: 2px;
			margin-bottom: 10px;
			background-color: #CCC;
		}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-menu-item {
  background-color: #fff;
  width: 14em;
}

