body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#fff;
	color:#000;
	margin:0px;
	padding:0px;
}
p  {font-size:0.8em;}

blockquote  {font-size:0.8em;}

form {margin:0;padding:0;}

.main {
	margin: 0 15px 15px 15px;
	min-height: 185px; /* not in IE/Win */
}
/* Hides from IE5-mac \*/
* html .main {height: 200px;} 
/* for IE/Win only as IE bug will allow this to auto expand and end IE5-mac hide */
.bottom {
	margin: 0 15px 15px 15px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}

/*for use of elements with background colour = red*/
.backgroundred {
	background-color: #900;
}
/*for use of elements with background colour = black*/
.backgroundblack {
	background-color: #000;
}

/*format for secondary navigation and functionality links at top of page content*/
p.secondarylinks {
	font-size:0.75em;
}
/*.functionlinks {
	line-height:50%;
}*/

.border {
	width:585px;
	border-bottom:1px #900 solid;
	/*margin-bottom:-10px;*/
	padding-bottom:10px;
	clear:left;
}

p.linkonright {
	font-size:0.7em;
	float: right;
	margin-top: -18px;
	margin-right: 0px;
}

h1 {
	font-size: 1.4em;
	color: #900;
	margin-top: 13px;
	margin-bottom: -6px;
	letter-spacing: 1px;
	padding-bottom:5px;
	border-bottom:1px #900 solid;
	width:585px;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
	margin-top: 23px;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	letter-spacing:1px;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}

a:link, a:visited {
	color: #069;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	background-color: #069;
	text-decoration: none;
}

a:link.bold, a:visited.bold, a:hover.bold, a:active.bold {
	font-weight: bold;
}

hr{
	color:#000;
	height:1px;
	margin-top:15px;
	width:300px;
	margin-left:0px;
}
/*style in bibliography*/
small{
	font-size: 0.85em;
}

/*styles for navigation links*/

/*utility nav (help, site map)*/
#utility {
	color: #fff;
	font-weight: bold;
	text-align:center;
	font-size: 0.7em;
}
#utility a:link, #utility a:visited {
	color: #fff;
	text-decoration: underline;
	padding-left: 2px;
	padding-right: 2px;
}
#utility a:hover, #utility a:active {
	color: #fff;
	background-color: #069;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}


/*main left-hand nav links*/
.mainnav {
	background-color: #900;
	color: #fff;
	font-size: 0.7em;
	line-height: 1.3em;
	width: 148px;
}
.mainnav a:link, .mainnav a:visited  {
	font-weight: bold;
	color: #fff;
	width: 148px;
	display:block;
	padding: 0.3em 0 0.55em 0;
}
.mainnav a:hover, .mainnav a:active {
	color: #fff;
	background-color: #069;
}

/*ilc left-hand nav links*/
.backgrnd {
	font-size:1px;
	height:13px;
	background-color: #000;
}

/*styles for quick search box and ref shelf
#quicksearch {
	background-color: #000;
	color: #fff;
	font-size: 0.7em;
	padding-left:5px;
}
.gobutton{
	color: #fff;
	text-decoration: none;
	background-color:#96c;
	border: 1px solid #306;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#quicksearch a:link, #quicksearch a:visited, #quicksearch a:hover, #quicksearch a:active {
	color: #fff;
	text-decoration: none;
	background-color:#96c;
	border: 1px solid #306;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	padding: 1px 2px 1px 2px;
}
/*
/*style on quick search box
.quick {
	width: 126px;
	margin-left: 1px;
	margin-bottom:-10px;
	display:block;
}
*/
/*styles for reference shelf box
.reference {
	width:127px; 
	font-size: 1em;
	margin-bottom:5px;
}
*/

/*styles for up/down buttons on select page
#search a:link,#search  a:visited, #search a:hover,#search  a:active {
	color: #fff;
	background-color:#069;
	border: 1px solid #033;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	padding: 1px 12px 1px 12px;
	text-align: center;
	width: 61px;
	height: 21px;
}*/

/*up and down links on select from list*/
.searchwide{margin:10px 0;}
.searchwide a:link,.searchwide a:visited,.searchwide a:hover,.searchwide a:active,.search a:link,.search a:visited,.search a:hover,.search a:active {
	color: #fff;
	background-color:#069;
	border: 1px solid #033;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	padding: 0.2em 0.8em;
	text-align: center;
	width: 4em;
}
.searchwide a:link,.searchwide a:visited,.searchwide a:hover,.searchwide a:active {
	width: 13em;;
}
/*combine search link class on search history page*/
.searchnormal a:link,.searchnormal a:visited,.searchnormal a:hover,.searchnormal a:active {
	color: #fff;
	background-color:#069;
	border: 1px solid #033;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0.15em 0.8em;
	text-align: center;
	width: 12em;
}

/*styles for browse list pages*/
.lookfor {
	color: #fff;
	background-color:#069;
	border: 1px solid #033;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	width: 6.6em;
	height: 1.8em;
}
/*border around list items*/
.listitems {
	border: 1px #900 solid;
	padding:5px;
}
table.list {
	font-size: 0.8em;
	border: 1px #900 solid;
	padding-left:5px;
}
/*removed table structure for MLA thesaurus*/
div.list {
	font-size: 0.8em;
	border: 1px #900 solid;
	padding:5px;
	margin:0 0 10px 0;
	width:60%;
}
div.list h4 {
	font-size:1em;
	margin-bottom:0;
}
.selecteditem {
	color: #f00;
	font-weight: bold;
}
/*display of non-preferred terms in MLA thesaurus*/
.nonPreferred{
 padding-left:28px;
 background:/*#EFECF6*/ url(/images/arrow_prefterm.gif) 2% 50% no-repeat;
}
input.preferred{
 margin-left:10px;
}
label.preferred{
 font-style: italic;
 font-weight:normal;
}



/*styles for results summary*/
table.resultsummary {
	width: 585px;
	font-size: 0.8em;
	margin-top:-10px;
	margin-bottom: 0px;
	padding-top: 20px;
}
.onresult {
	color: #f00;
	font-weight: bold;
	background-image:url(../images/left_indicator.gif);
	background-position: 0 80%;
	background-repeat:no-repeat;
	padding:10px 0 0 7px;
	margin-bottom:-15px;
}
/*styles for display of results*/
table.results {
	width: 585px;
	font-size: 0.8em;
	margin-top:-10px;
	margin-bottom: 10px;
}
td.results {
	height:22px;
}

/*styles for format of list of results loading in separate tables  - used in ILCs*/
table.crresults {
	width: 584px;
	font-size: 0.8em;
	margin: 5px 15px 20px 15px;
}
form.critref {
	margin:0px;
}

/*style for display of full record*/
table.fullrec {
	width:585px;
	font-size: 0.8em;
	margin-top:-3px;
}


table.layout {
	width:585px;
	font-size: 0.8em;
}
table.layout td{
	vertical-align: top;
}
table.layout td.fieldname {
	font-weight:bold;
}
table.layout td.subject{
	padding-left:10px;
}
table.layout td.subject2{
	padding-left:20px;
}
table.login {
	width:513px;
	border: 1px #900 solid;	
}
table.ref {
   width: 600px;
   font-size: 0.8em;
}

table.infoc {font-size:0.8em;width:500px;border:1px #900 solid;}
table.infoc td{border:1px #E0E0E0 solid;}
table.infoc td.column1{width:70%;}

table.archive{
	width:585px;
	font-size: 0.8em;
	border: 1px #900 solid;
	padding:0;
}
table.archive td, table.archive th {
	border:1px #E0E0E0 solid;
	padding:4px;
}

.key {
	border: 1px #900 solid;
	font-size: 0.8em;
	width: 585px;
	margin-bottom:10px;
	text-align:center;
}
/*icons on LoR (ABELL)*/
.icon{
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	background-color: #900;
	border: 1px #900 solid;
	padding:1px 2px 1px 2px;
	margin-bottom: 15px;
	cursor: default;
}


/*styles for individual results in LoR*/
.com {
	font-size:0.6em;
	padding-left: 35px;
}

/*styles for author headers on Author Page */
.category {
	background-color:#900;
	color:#fff;
	width:585px;	
	margin:10px 0 25px 0;
	padding: 2px 0;
	text-indent: 5px;
}
/*
.qsbox {
	border: 2px #96c solid;
	padding: 5px;
	width:602px;			width is bigger than content width
}*/
/*return to top links*/
.return {
	font-size: 0.8em;
	text-align:right;
}


/*styles for contents pages*/
h2.contents {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing:1px;
	color: #000;
	margin-bottom:10px;
}
/*h2.contents{
	font-size:1em;
	background-color:#96c;
	color:#fff;
	font-weight: bold;
	width:606px;
	margin:10px 0px 25px 0px;
	border: 1px #639 solid;
	padding-left: 5px;
}*/
h3.contents {
	font-size: 1.6em;
	color: #000;
	border-bottom:1px #000 solid ;
	margin:25px 0px 3px 0px;
	width:0.9em;
	padding-left:1px;
}
h3.title {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	letter-spacing:1px;
}
.alphalinks {
	font-size: 0.8em;
	width: 615px;
}
table.contents{
	font-size:1em;
	width:585px;
	margin-top:10px;
}
#fulltext {
	width:585px;
}

/*styles for formatting LoR*/
dl.textDL {
	margin-left:30px;
	margin-top:0px;
	margin-bottom:0px;
}
/*dt.textDT {
	margin-left:10px;
}*/
dl.wwwDL{
	margin-left:70px;
	margin-top:0px;
	margin-bottom:0px;
}
.foundhits {
	margin-top:7px;
	font-weight:bold;
}
.found{
	margin-left:20px;
}

/*styles for author record*/
.center {
	text-align: center;
}
.authorimage {
	padding:1px;
	border: 2px #900 solid;
	margin: 25px 0px 5px 10px;
}
ul.author {
    list-style: square url(../images/bullet.gif);
	font-size: 1em;
	line-height: 1.6em;
	margin-top:2px;
    padding-top: 0;
	margin-bottom: 0;
    padding-bottom: 0;
}	
p.author {
	margin: 25px 0px 0px 0px;
	font-size: 1em;
}



/*styles for Browse Author Index pages*/
.browse {
	padding:5px;
	margin-top:-10px;
}
ul.browseoptions {
    list-style: none;
	font-size: 0.8em;
	line-height: 1.6em;
}
/*button style used for all 'search' button*/
.selectbutton, .selectbuttonintable {
	color: #fff;
	background-color:#069;
	border: 1px solid #033;
	text-decoration: none;
	font-weight: bold;
	width: 5.8em;
	height: 1.8em;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin: 10px 0px 10px 0px;
}
.selectbuttonintable {
	width: 5.8em;
	height: 1.8em;
	font-size: 1em;
	margin:0;
}
.gotobutton {
	color: #fff;
	background-color:#069;
	border: 1px solid #033;
	text-decoration: none;
	font-weight: bold;
	width: 5.8em;
	height: 1.8em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}
.items {
	font-size:0.8em;
}
ul.contents {
	font-size:1em;
	margin-left:27px;
	padding-left: 0;
}


/*styles for subheadings on search pages*/
h3.texttitle {
	font-size: 1em;
	font-weight: bold;
	color: #900;
	letter-spacing: 1px;
	margin:0px;
}

/*styles for BAL cloth grain page*/
.clothdetails  {font-weight:bold;font-size:.8em;}
.clothdetails h4{font-size:1em;margin:0;}
.clothdetails h5{font-size:1em;}
.center {text-align:center;}

/*styles for My Archive pages*/
.titlelink {
	font-size:0.95em;
	font-weight: bold;
	margin-bottom:-10px;
}
/*style for list of options on Saved Searches page*/
ul.headings {
	margin-top:-10px;
	list-style:none;
	list-style-image:none;
	font-size:0.9em;
	margin-left:20px;
	line-height:2.2em;
}
ul.indentheadings {
	font-size:0.8em;
	list-style:none;
	list-style-image:none;
	margin-left:15px;
	line-height:1.2em;
}
/*styles for Notes page
.notesbox {
	width: 400px;
	border: 1px #639 solid;
	background-color: #96c;
	text-align:center;
	padding-top:15px;
	margin-top:-10px;
	margin-bottom:5px;
}
.bodynote {
	margin:15px 15px 15px 15px;
	font-size:100%;
	width: 400px;
}
h2.notes {
	font-size: 1.2em;
	color: #96f;
	margin-top: 0px;
	margin-bottom: -10px;
	padding-bottom:3px;
	border-bottom:1px #96c solid;
	width: 400px;
}
*/



/*styles for KnowledgeNotes
.knheading {
	background-color:#96c;
	color:#fff;
	font-weight: bold;
	width:100%;
	border: 1px #639 solid;
	padding: 2px 5px 2px 5px;
}
.box{
	border:1px #639 solid;
	padding-left: 5px;
	font-size:0.8em;
}
ul.knote {
    list-style: square url(../images/bullet_kn.gif);
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 10px;
    padding-top: 0;
	margin-bottom: 0;
    padding-bottom: 0;
}	
h2.knote{
	font-size:1.4em;
	margin:0px;
}
h4.knote{
	font-size:1.2em;
	color: #96c;
	font-weight:bold;
	margin-bottom:0px;
}
h5.knote{
	font-size:1em;
	color: #96c;
}
*/

/*styles for search history*/
.onpage {
	color: #f00;
	font-weight: bold;
	background-image:url(../images/arrow_right.gif);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	padding-left:12px;
	margin-left:-13px;
	
	/*padding-top:10px;
	margin-bottom:-15px;*/
}

/*styles for formatting lists*/
ul {
    list-style: square url(../images/bullet.gif);
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 4px;
    padding-top: 0;
	margin-bottom: 0;
    padding-bottom: 0;
}	
ul.indent {
	list-style: none;
	list-style-image: none;
	margin-left: 10px;
	margin-top:0em;
	font-size: 1em;
	line-height:1.25em;
	padding-left: 0;
}

ul.download li{
	padding:.3em 0;
}

ol {
    font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 4px;
    padding-top: 0;
	margin-bottom: 0;
    padding-bottom: 0;
}

/* styles for citation page in infoCentre */
cite {
	font-style: normal;
	margin-left: 40px;
	margin-top: 15px;
	text-indent: -40px;
	font-size: 0.8em;
	display: block;
}

/*styles for subscription info page*/
table.subsinfo{
	width:585px;
	font-size:0.8em;
	border: 1px solid #900;
}
th.subsinfo {
	border-bottom: 1px solid #900; 
}
th.collection{
	font-weight: normal;
	text-align:left;
}
.dark {
	background-color: #F8D6D6;
	}
.light {
	background-color: #fff;
}
.tabletitle {
	font-size:1.2em;
}

/*COUNTER stats*/
#stats table{
	font-size:0.8em;
}
/*User stats*/
#userstats th{
	font-size:1em;
}

/*AWS book cover gallery*/
#awsgallery img{border: 1px #069 solid; padding:1px; margin-right: 20px;}
#awsgallery a:hover {background-color:#fff;}
#awsgallery a:hover img{border: 1px #069 dashed; padding:1px;}
#awsgallery ul.nobullet li {list-style: none;list-style-image: none;}
#awsgallery ul.nobullet img {/*margin-left:20px;*/}
#awsgallery ul.nobullet li{margin-left:-10px;}
#awsgallery li{padding:4px 0;}

/*misc text formatting*/
.small {font-size:0.86em;}
.smaller{font-size: 0.8em;}
.skiplink {position:absolute;left:0px;top:-500px;width:1px;height:1px;overflow:hidden;}
p.small {font-size:0.7em;}
.indent{	padding-left:20px;}
.right {text-align: right;}
 #skip a {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
 	left:0px; 
 	top:-500px; 
}
#skip a:active, #skip a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	background-color: #fff;
	color: #069;
	top: 5px;
	left: 5px;
	padding: 5px;
	border: 1px solid #069;
	font-weight:bold;
	font-size:0.8em;
}
.hiddentext{position:absolute;left:0px;top:-500px;	width:1px;height:1px;overflow:hidden;}
fieldset{margin:0;padding:0;}


/* Classes reserved for popup window links */
.popUpSingle, .popUpHelp, .popUpMulti, .externalLink {background: url(/images/popup.gif) right 50% no-repeat;padding-right: 15px;}
/* Class to add for links that need background images removed */
.noBG {background: transparent;padding-right: 0;}
/* Class dynamically added to hidden text in links by script */
a span.hiddenText{position:absolute;left:0px;top:-500px;width:1px;height:1px;overflow: hidden;}


/*article linker and PMuse links on full record*/
.outboundlinks{margin:10px 0;}
.articlelinker{float:left;margin-right:20px;}
.jstoricon{}
.outboundlinks a{background:none;}

.toppage{font-size:.8em;}


/* PQ Next Text styles for jnl pages */
.textMediumBold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:80%;
	font-weight: bold;
	}
.textMediumItalic {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:80%;
	font-style: italic;
	}
.textSmall {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:75%;
	}
.textReallySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40%;
	}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight: bold;
	}



/*styles for display of footer text*/
.footer{
	font-size: 0.8em;
	padding:15px 0;
	width: 615px;
	margin-left:148px;
}
.footercontents{
	font-size: 0.6em;
	padding-top:20px;
	border-top: 1px #900 solid;
	width: 585px;
}
.version {
	font-size: 0.8em;
	vertical-align: top;
}

.inMarkedList {
	background-color:#F0F5F8;
	font-size:.8em;
	width: 584px;
	padding:2px 2px 2px 0;
	margin: 8px 15px;
}
.notInMarkedList {
	background-color: #fff;
	font-size:.8em;
	width: 584px;
	padding:2px 2px 2px 0;
	margin: 8px 15px;
}
#addmarkedlist{font-size:1em;margin-bottom:5px;}

/* Durable URL layer */
#durableHolder,.dur-holder{position:absolute; display:none; border: 2px solid #990000; background-color: #FFFFFF; width:360px; padding: 8px; z-index:100;}
#durableHolder h2, .dur-holder h2{font-size: 18px; color: #990000; margin:0; padding:0 0 6px 0; border-bottom: 1px solid #990000; width: 100%; font-weight:bold}
#durableHolder input, .dur-holder input{font-family: "Courier New",Courier,monospace; font-size:13px; width: 359px; background-color:#F1F1F1; border:1px solid #000; margin:0; padding:1px 4px}
#durableHolder img, .dur-holder img{vertical-align:bottom; border:none;}
#durableHolder p, .dur-holder p{margin:10px 0; font-size:13px}
.closewin{ position:absolute; top:10px; right:10px; border:0; width:14px; height:14px;}

/*wordhoard on search screen*/
#variantspell{background:#F5F3F9;border-top:1px dotted #B299CC;border-bottom:1px dotted #B299CC;margin:0 0 10px 0;padding:0 0 3px 3px;}
#variantspell .label{float:left;padding-top:3px;}
#variantspell .variant{float:left;margin:0 10px;}
#variantspell .typo{}
#variantspell label{}
span.originalWord{font-weight:normal;background-color: #FFFF99;}
.altwords{display:inline;}

/*Remove horrible roll over state on transparent images*/
a:hover img, a:active img{background-color:#ffffff;}
