/*
	-----------------------------------------------
	CSS styles for http://www.lib.ox.ac.uk/ website
	-----------------------------------------------
*/

/*	
	-----------------------------
	"basic" styles for www.lib
	Included into /style/default.asp
	KF 2001-01
	KF 2002-10
	KF 2003-06
	-----------------------------
	colours: #006, #f90
*/

/* ----- main page - black on white ----- */

body {
	color: #000; 
	background-color: #fff;
}
/*body, div.contents, table, tr, td, th {*/
body, div, table, tr, td, th {
	font-family: arial, helvetica, sans-serif; 
}

.copyright, .modified {
	font-size: 75%;
	font-style: italic;
	color: #009;
	background-color: #fff;	
	padding-top: 0px;
	margin-top: 0px;
}
.copyright {
	text-align: left;
}
.modified {
	text-align: right;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

a:link {
	color: #00f;
}
a:visited {
	color: #009;
}
a:hover {
	color: #00c;
}
a:active {
	color: #00c;
}


/* ----- paragraphs and headings----- */
p {
	font-family: arial, helvetica, sans-serif; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif; 
	color: #006;
	background: transparent;
	text-align: left;
	font-weight: normal; 
	margin-top: 0.01em;
	padding-top: 0.49em;
	margin-bottom: 0.01em;
	padding-bottom: 0.24em;	
}
h1 {
	text-align: center;
	font-size: 180%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

.h3 {
	color: #006;
	background: transparent;
	font-family: arial, helvetica, sans-serif; 
	text-align: left;
	font-weight: normal; 
}


/* ----- menu bar (white on blue) ----- */

td.menu	{
	background-color: #006; 
	color: #fff;
	width: 15em;
	font-size: 10pt;
	padding: 0.25em;
}
.menu dt {
	background-color: #006;
	color: #fff;
	padding-bottom:0.5em;
	padding-top:0.5em;
}
.menu dd {
	background-color: #006;
	color: #fff;
	padding-bottom:0em;
	padding-top:0em;
}
.menu dd p {
	background-color: #006;
	color: #fff;
	padding-bottom:0.25em;
	padding-top:0.25em;
	margin: 0em;
}
/*
.menu dt.uni, a.uni, .menu dt.uni a img {
	text-align:center;
	color: #fff;
}
*/
.menu p.level0 {
	text-align:center;
	color: #fff;
}
.menu hr.level0 {
	 display: none;
}

.menu ul.level1 {
	 /* use browser defaults */
}
.menu ul.level2 {
	 /* use browser defaults */
}
.menu li {
	 /* use browser defaults */
}

.menu a:link {
	background-color: #006;
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;
}
.menu a:active {
	background-color: #006;
	color: #f00; 
	text-decoration: none; 
	font-weight: bold;
}
.menu a:visited {
	background-color: #006;
	color: #def; 
	text-decoration: none; 
	font-weight: bold;
}
.menu a:hover {
	background-color: #006;
	color: #f90; 
	text-decoration: none; 
	font-weight: bold;
}


/* ----- side bar (matches page background) ----- */

td.sidebar	{
	width: 15em;
	padding: 0.25em;
	font-size:0.8em;
	/* ========== TEMP! hardcoded user colour scheme :-( for NN4 etc */
	background-color:#FFF3BF; 
	color: #000;
	border:none; 	
}

.sidebar ul.level1 {
	 /* use browser defaults */
}
.sidebar ul.level2 {
	 /* use browser defaults */
}
.sidebar li {
	 /* use browser defaults */
}
.sidebar .highlightsection {
	 /* use browser defaults */
}
.sidebar h2 {
	font-size: 1em;
	font-weight: bold;
}


/* ----- nav and jump bars ----- */

div.jumpbar {
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #eee;
	border: none;
}
div.jumpbar hr, div.jumpbar span.label {
	display: none;
}
div.jumpbar a {
	font-weight: normal;
	text-decoration: underline;
}


/* ----- sections ----- */

div.groupsection {
	font-family: arial, helvetica, sans-serif; 
}

.highlightsection {
	font-family: arial, helvetica, sans-serif; 
	border:none;
}

/* ----- OLIS banner ----- */

div.olisbanner {
	text-align: center;	
}
div.olisbanner a img {
	border:none;
}

/* ----- warning messages ---- */
div.warningmessage {
	border: solid 0.1em #f00;
	color: #f00;
	background: #fff;
	text-align: center;
	padding: 0.25em;
}
div.warningmessage h1, div.warningmessage h2, div.warningmessage h3 {
	color: #f00;
	background: #fff;
	text-align: center;
}


/* DEBUG: CCBot/1.0 (+http://www.commoncrawl.org/bot.html) */

/* DEBUG: advancedCSS=False */
/*
	---------------------------------------
	The content of this CSS file depends on 
	the useragent that requested/downloaded 
	it. The current reported useragent is: 
	unknown - unknown
	---------------------------------------
*/

