/*
-----------------------------------------------
LibWeb Stylesheet
Author:   Michael Dunne
Version:  19 January 2010
----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* -- basic elements -- */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1;
}
a:link {
	color: #0000CC;
	background-color: #FFFFFF;
}
a:visited {
	color: purple;
	background-color: #FFFFFF;
}
a:active {
	color: red;
	background-color: #FFFFFF;
}
blockquote p {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	margin-left: 1em;
	width: 25em;
	color: #003399;
	background-color: #FFFFFF;
}
caption {
	font-size: 12px;
	line-height: 18px;
}
code {
	font-family: monospace;
}
dl {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
em {
	font-style: italic;
}
h1 {
	color: #3A5D73;
	background-color: #FFFFFF;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 18px;
}
h2 {
	color: #467795;
	background-color: #FFFFFF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	margin-top: 28px;
	margin-bottom: 18px;
}
h3 {
	color: #666666;
	background-color: #FFFFFF;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 16px;
}
h4 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 16px;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
sup {
	font-size: 10px;
	vertical-align: top;
	}
table {
	margin-bottom: 18px;
}
td {
	font-size: 12px;
	line-height: 18px;
	}
th {
	font-size: 12px;
	line-height: 18px;
	}
li {
	font-size: 12px;
	line-height: 20px;
}
ol, ul { 
  margin-bottom: 18px; 
}
ol li {
	list-style-type: decimal;
}
ul li {
	list-style-type: square;
}
strong {
	font-weight: bold;
}
/* -- page layout -- */
#maincontent {
	margin: 1em 12em 0em 16em;
	padding: 1em;
}
#maincontent li {
	vertical-align: top;
}
/* -- navigation on left-hand side on every page-- */
.sidelinks {
	font-size: 18px;
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0.35em 0 0.35em 0;
	color: #3A5D73;
	background-color: #FFFFFF;
	border-bottom: none;
}
#nav {
	color: #32556B;
	background-color: #FFFFFF;
	padding: 0.75em;
	border: 2px solid #DDDDDD;
	margin-top: 1em;
	margin-left: 5px;
	float: left;
	width: 150px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.navlistlinks {
	list-style-type: none;
	line-height: 1.80em;
	border-bottom: 2px dotted #DDDDDD;
}
.navlistlinks a:link {
	color: #333;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
}
.navlistlinks a:visited {
	color: #333;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
}
.navlistlinks a:hover {
	color: #CC0000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
/* -- header navigation on every page -- */
#search {
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: right;
}
#top {
	margin: 2px 0 5px 5px;
}
#topnav {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 0.45em;
	text-align: center;
}
#topnav a {
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
}
#library {
	position: absolute;
	top: 0.50em;
	right: 1em;
	width: auto;
	font-size: 24px;
}
#red {
	color: #CC0000;
	background-color: #FFFFFF;
}
/* -- footer on every page --*/
#footer {
	color: #666666;
	background-color: #FFFFFF;
	padding: 0.35em;
	font-size: 11px;
	margin-top: 4em;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: right;
	clear: left;
}
.vertbar2 {
	color: #990033;
	background-color: #FFFFFF;
	font-weight: bold;
}
/* -- home page -- */
.double_border {
	border: 5px solid #DDDDDD;
	padding: 5px; /*Inner border size*/
	background: #FFFFFF; /*Inner border color*/
}
.double_border_transparent {
	border: 5px solid #FFFFFF;
	padding: 5px; /*Inner border size*/
	background-color: #FFFFFF; /*Inner border color*/
}
.gbox_grey {
	width: 50%;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	background-color: #F9F9F1;
	}	 
/* -- MetaLib Search Form -- */
	.metalibTable{
		border-right: solid 1px #CCCCCC;
		border-bottom: solid 1px #CCCCCC;
		border-left: solid 1px #CCCCCC;
		border-top: solid 1px #CCCCCC;
		text-align: left;
		font-size: 12px;
		background-color: #F9F9F1;
		width: 50%;
	}
.more {
	font-weight: bold;
}
.nobutton {
	list-style-type: none;
	line-height: 22px;
}
.section {
	margin-top: 1em;
	margin-right: 18em;
	border-bottom: 2px solid #DDDDDD;

	}
.section a:link {
	color: #0000CC;
	background-color: #FFFFFF;
	text-decoration: none;
}
.section a:visited {
	color: #0000CC;
	background-color: #FFFFFF;
	text-decoration: none;
}
.section a:hover {
	color: #CC0000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.vertbar {
	color: #73AB89;
	background-color: #FFFFFF;
	font-weight: bold;
}
#digest {
	float: right;
	width: auto;
}
#feed1 {
	width: 13em;
	float: right;
	clear: right;
}
#homecontent {
	margin: 1em 1em 0em 14em;
}
#masthead {
	font-size: 14px;
	width: 45em;
	border-bottom: 1px dotted #99CCCC;
}
#qpchatwidget {
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	float: right;
	width: auto;
	}
#web2 {
	float: right;
	width: auto;
	clear: right;
	padding-right: 30px;
	}
#web2 li {
	font-size: 12px;
	line-height: 18px;
	display: inline;
	padding-bottom: 10px;
	}
#whatsnewwidget {
	float: right;
	width: auto;
}
/* -- miscellaneous formatting -- */
.altrow {
	color: #333333;
	background-color: #99CCCC;
}
.asterix {
	color: #990033;
	background-color: #EEEEEE;
}
.blubox {
	border: 1px solid #99CCFF;
	padding: 1em;
}
.citationlinker {
	color: #333333;
	background-color: #EEEEEE;
}
.news strong {
	color: #004B00;
	background-color: #FFFFFF;
}
.image_right {
	border: 1px solid #1958B7;
	margin-left: 1em;
	float: right;
	width: auto;
}
.indent {
	padding-left: 20px;
}
.loginlink {
	border: 1px solid #000000;
	padding: 0.5em;
	color: #000000;
	background-color: #B7CFF7;
}
.loginlink a {
	color: #000000;
	background-color: #B7CFF7;
}
.nestedlist {
	margin-left: 1em;
	margin-bottom: 0;
}
.nestedlist li {
	list-style-type: circle;
}
.red {
	color: #990033;
	background-color: #FFFFFF;
}
.staffpics {
	float: left;
	width: auto;
	margin-right: 30px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
.suppress {
	list-style-type: none;
}
.uparrow {
	float: right;
	width: auto;
}
#chatlink {
	border: 1px solid gray;
	padding: 5px;
}
#citlink {
	margin-top: 2em;
	width: 100px;
	border: 1px solid #000000;
	padding: 0.5em;
	color: #000000;
	background-color: #B7CFF7;
}
#citlink a {
	color: #000000;
	background-color: #B7CFF7;
}
#copystatement {
	font-size: 0.75em;
	border: 1px solid #999;
	padding: 0.50em;
}
#emphasise {
	color:#993300;
	background-color:#FFFFFF;
	}
#floatlink {
	float: right;
	width: auto;
}
#mjd_logos {
	margin-bottom: 1em;
	}
#newstudents {
	color: #333333;
	background-color: #D6DFA8;
	font-size: 0.95em;
	padding: 0.35em;
	margin-top: 1em;
	margin-right: 18em;
	margin-bottom: 1em;
}
#newstudents a {
	background-color: #D6DFA8;
	}
#news {
	font-size: 0.95em;
	color: #003366;
	background-color: #FFFFFF;
	float: right;
	width: 100px;
	padding: 1em;
	margin-left: 10px;
	border: 1px solid #999;
}
#notice {
	font-size: 0.95em;
	border: 1px solid #999;
	padding: 0.35em;
	margin-top: 1em;
	margin-bottom: 1em;
}
#reminder {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	border: 1px solid #999999;
	padding: 0.50em;
}
#thesescontents {
	float: right;
	width: auto;
	border: 2px solid #DDDDDD;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
	list-style-type: none;
	padding: 1em;
	}
/* -- map page -- */
.old_style {
	font-size: 1.7em;
	font-family: "Old English Text MT", "Times New Roman", "Times Roman", serif;
}
/* -- citation linker -- */
.citelink {
	border: none;
}
/* -- primo search box -- */

