/* Global print styles - as amended by QUL */
/* Last modified: 8 Feb 2008 */

body {
	background-color: #fff;
	font-size: 76%; /* tested sizes are 60%, 69%, 76%. Anything else requires testing (espcially on a Mac) */
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: justify;
	margin: 0;
	line-height: 12pt;
	}
		
p  {	
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag */
	line-height: 1.4em;
	margin-top: 0.3em;
	}
	
ul, ol, dl  {	
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag */
	line-height: 1.6em;
	margin-top: 0.3em;
	}
	
img { border: 0; }

#colwrapper { 
	width: 100%;
	border: 0;
	float:none;
	margin: 0;
	}

/* Hide the items below */
			 
#upgrade-notice,
#skip-to-content, 
#header, 
.header-image, 
.tnav,
.printer,
#lnav, 
#qcat-searchbox,
#footer-rgt,
#rgt-sidebar,
#queensfooter {
	display: none;
	}
	
	
#logo-printonly {
	position: relative;
	top: 0;
	left: 0;
	border-bottom: 1px solid black;
}

.txt-small { font-size: 0.8em; }

.italic { font-style: italic; }

/* global link styles - these will apply to any link that does not have specific syle information*/
a {
	color:#0B4390;
}

a:visited {
	color:#0B4390;
}

a:hover {
	color:#677F95;
}

/* used in the colour bar to indicate the name of the current library */
#library-name{
	color:#036;
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

#page-ttl{
	border-bottom: 1px solid #5D531F;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;		
	font-size:1.1em;
	margin-bottom:10px;	
}

#page-ttl0{
	border-bottom: 1px solid #5D531F;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;		
	font-size:1.1em;
	margin-bottom:10px;
}

/* page specific navigation */
#page-nav { 
	margin:1em 0;
	font-size:1.1em;
	line-height: 1.6em;	
}

.content-intro {
	margin: +2%;
	color:#036;
	background-color:#f1f4f7;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left: 10px;
	padding-right: 10px;	
	border: 1px solid #A6B9CA;	
}

.content-intro-centred {
	margin: +2%;
	color:#036;
	background-color:#f1f4f7;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;	
	padding-left: 8px;
	padding-right: 8px;	
	border: 1px solid #A6B9CA;	
}

/* NEXT SECTION ADDED TO CORRECT WRONG SPELLING OF PREVIOUS */	
.content-intro-centered {
	margin: +2%;
	color:#036;
	background-color:#f1f4f7;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;	
	padding-left: 8px;
	padding-right: 8px;	
	border: 1px solid #A6B9CA;	
}

#type0-lcol{
	float: left;
	width: 340px;
	margin: 10px 0 0 10px;
	}
	
#cookie-crumb{
	color: #677F95;	
	font-size:1.0em;
	}
	
.content-title, .page-ttl-lft {
	color:#036;
	margin:0 0 5px 0;
	padding:0;
	font-size:1.1em;
	font-weight: bold;	
}

.content-emphasis {
	color:#036;
}

.content-highlight {
	color:#036;
	font-weight:bold;
}

.content-justify {
	text-align: justify;
}

.content-indent {
	margin: +2%;
}

.sub-title {
	color:#5D531F;
	font-weight:bold;
	margin: 0;
	padding: 0;
	/*line-height: 0;*/
}
	/* link definitions for the sub-title*/
	.sub-title a{
		color:#5D531F;
	}
			
	.sub-title a:visited {
		color:#5D531F;
	}
	
	.sub-title a:hover {
		color:#CAC4A3;
	}
	
/* next group added by Liz and duplicates previous group */
/* only added because ecentricarts made mistake on some content templates */
.title {
	color:#5D531F;
	font-weight:bold;
	margin: 0;
	padding: 0;
	/*line-height: 0;*/
}
	/* link definitions for the sub-title*/
	.title a{
		color:#5D531F;
	}
			
	.title a:visited {
		color:#5D531F;
	}
	
	.title a:hover {
		color:#CAC4A3;
	}
	
.note {
	color: #677F95; 
}

.code {
	font-family: Monospace, Arial, Helvetica, sans-serif;		
	font-size:1.2em;
}

#revised-date{
	text-align:right;
	color: #7F99B2; 
	font-size:0.9em;
}

/* FOOTER FORMATTING */
#footer {
	border-top: 6px solid #999;
	color: #666666;	
	}
	#footer a {
		color : #036;	
		text-decoration: none;	
		}
	#footer a:visited { 
		text-decoration: none;  
		}
	#footer a:hover { 
		text-decoration: underline;  
		}
				
/* BEGIN FORM STYLES */

.formLabel { 
	font-weight: bold;
	margin: 8px 0 2px 0;
	font-size: 0.85em;
 }

.formTextElement { width: 165px; }	

.formTextArea { height: 65px; width: 500px; }

.formBrowseBtn { font-size: 12px; }
	
/* END FORM STYLES */
