/* for info, this is for really really really old webpages */

/* these set the colour of our departmental bar (at the top) though most pages have this set within

	the page */

div.departmentalBar, div.departmentalBar span.left, div.departmentalBar span.right {background-color:#81937D;}

input.deptSubmit {background-color:#81937D;color:#EEE;}

div.departmentalBar, div.departmentalBar a, div.departmentalBar a:visited {color: #EEE;}

div.departmentalBar a:hover, div.departmentalBar a:active {color: #FFF;}


/* ############################################################################
   page layout
   */


/* use class="fixedwidth800" to make the centre of a page fixed width 800 */

.fixedwidthpage800 {
		max-width: 800px;
		margin: 0 auto;
}



.fixedwidthpage {
		max-width: 830px;
		margin: 0 auto;
}

#wide_fixedwidth {
		padding:0px;
		margin:0px;
		max-width:880px;
	}


/* by default, bullet points use the arrow */
li.arrow {
    padding:0px 0 10px 4px;
    list-style-position:outside;
    list-style-image: url(images/arrow.gif);
}



ul li {
	padding:0px 0 10px 4px;
	list-style-position:outside;
	list-style-image: url(images/arrow.gif);
}


li.normal {
	list-style-type: disc;
	list-style-image: none;
	padding: 0;
}



/* ok in people wrap the core of page in increasefont then it will pick up these */
.increasefont p, .increasefont ol, .increasefont tr {
	font-size:1.1em;
	line-height:1.5em;
}

.increasefont {
	font-size:1.1em;
	line-height:1.5em;
}
 

 /* this should work but doesn't under IE6 */
.XXXincreasefont > ul  {font-size:1.1em;} 

.increasefont ul li  {font-size:12px;} 



/* for intranet, but maybe useful elsewhere, shows hr tag */

hr {
	clear:none;
	visibility:visible;
	border: 0;
	width: 80%;
	}



/* #### Boxes. you can never have too many boxes. especially blue ones! */
.box1 {
	background-color: #E1E8EB;
	border: medium none;
	height: auto;
	width: auto;
	padding: 10px;
	margin: 10px;
	float: none;
}


/* has a nice blue border around it */
.box {
	border: 2px solid #003366;
	margin: 5px 5px 15px;
	background-color:#E1E8EB;
	padding: 2px;
}



.clearbox {	
	border: medium none;
	height: auto;
	width: auto;
	padding: 10px;
	margin: 10px;
	float: none;
}



/* blue box 200width on right hand side */
.boxright {
	/* background-color: #DDDDFF; */
	background-color:#E1E8EB;
	border: 1px solid #999999;
	width: 200px;
	padding: 4px;
	margin: 3px;
	float: right;
}



/* box designed for length of window, to go around a message at the top */
.blueboxalert {
	border:1px solid #000000;
	margin: 5px; margin-bottom: 15px; 
	float: center; 
	background-color: #eeeeee;	
	padding: 2px; font-weight: bold;
}


/* useful for action buttons */
.bigSubmit {
    padding: 10px 25px 10px 25px;
    hheight: 18px;
    background-color:#e1e8eb;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 0px 5px 0px 5px;
    cursor: pointer;
    width: 500px;
	ffont-weight: bold;
	font-size: 160%;
	color: EEEEEE;
}

.bigSubmit a {text-decoration:none; color:black; }

.bigSubmit:hover {
	background-color: #cfc6c9;
}

h2 {
    font: 2.0em georgia,serif;
    padding: 10px 0 0 0px;
    vertical-align:bottom;
    margin:0;
}





/* ######### Below here are page specific stuff such as elib and library review */





/* ############################################################## */

/* for library review pages added Sept 2007 */

.review_left {
	padding: 4px;
	margin: 7px;
	float: left;
	width: 40%;	
	min-width: 150px;
}



.review_right {
	padding: 4px;
	margin: 7px;
	float: right;
	width: 40%;
	min-width: 150px;
}



/* ##################################################*/

/* Electronic library,  */



/* These do the pop up boxes when you hover over the left hand menu */

div#elib_descrip_links {
	font-weight: bold;
}



div#elib_descrip_links {z-index: 100;}

div#elib_descrip_linkss a {display: block; text-align: center; font: bold 1em sans-serif; 
   padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: #FFC; background: #444;
   border-right: 5px solid #505050;}



	/* needed for IE */

   div#elib_descrip_links a:hover {
   background-color:#E1E8EB;}



div#elib_descrip_links a span {display: none;}

div#elib_descrip_links a:hover span {
	display: block;
	background-color:#FFFFFF;
	position: absolute; 
	top: 190px; 
	left: 200px; 
	width: 250px;
	height:100px;
    padding: 20px; 
   margin: 20px; 
   z-index: 100;
   font-weight:bold;
   font-size:12px;
   border: medium solid #ccc;

}

/* ############# End of Electronic Library code */





/* ################# when asking for feedback on a page (normally because we want to delete it!) */
/* Reviewing a webpage message box */

.reviewbox {
	background-color: #FFFF66;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin: 0px auto;
	padding: 5px;
	width: 600px;
	margin: 0px auto;
}

.review_largetext {
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}



/* for Special Collections as they need a wider search button */
input.scSubmit {
    font: bold 1em verdana,arial,sans-serif;
    padding: 0px 0 3px 0;
    height: 18px;
    background-color: #a44;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    color: #ccc;
    margin: 0px 2px 0px 2px;
    cursor: pointer;
    width:165px;
	background-color:#81937D;
}


/* two column layout, mainly for research pages */
#lib_two_column {
	width: 100%;	
}

#lib_twocol_left {
	padding: 3px;
	float: left;
	width: 49%;
}

#lib_twocol_right {
	padding: 3px;
	float: right;
	width: 49%;
}


/* ############################################ */
/* odds and sods, some of which I'm not sure why they are here */
/* from main_menu.css */
div.descriptor {
    padding:0px 0 8px 0;
}


/* not sure why this is here
table.layout a {font-weight:bold;}
*/


h3.standard_block {
    padding:6px 0 0 23px;
}




/* ######################################## */
/* RSS feed */
uk.rssbullets {
	margin-left: 0; padding-left: 1.2em;
}


.rssfooter {
	text-align: center;
	position: absolute;
	bottom: 0;
}


.rsstitle {
	text-align: center;
}


li.rssbulletitem {
	list-style-type: disc;
	list-style-image: none;
	padding: 0;
}

