/* Print style sheet for University of Oxford Admin pages
Created by Tom James, 10 July 2001
Last modified by Trevor Barton. Version 0.1 (Adminweb, Oxweb, HTML4, XHTML1)
This style sheet will be used for CSS-P compliant browsers 

- fundamentals
- page parts
- tables
- fieldsets
- examregs site specifics
*/

/* ----------------------fundamentals---------------------- */

body {margin: 0; font-family: 'times new roman', times, serif; color: #000000; background-color: #ffffff;}

img {border: 0px; background-color: #ffffff;}

h1 {font-size: 20pt; font-family: times, serif;}

h2 {font-size: 16pt; font-family: times, serif;}

h3 {font-size: 14pt; font-family: times, serif;}

h4 {font-size: 13pt; font-family: times, serif; font-weight: bold;}

h5 {font-size: 12pt; font-family: times, serif; font-weight: bold;}

h6 {font-size: 12pt; font-family: times, serif; font-weight: normal;}

p, li, dd, dt, td, th {font-size: 12pt; text-align: left; vertical-align: top;}

ul {list-style-type: disc;}

ul ul {list-style-type: circle;}

ul ul ul {list-style-type: square;}

hr {color: #002147; background-color: #ffffff;}

.sitename {font-weight: bold; font-family: arial, helvetica, sans-serif; letter-spacing: 0.2em;}

.sitename a:link, .sitename a:visited {text-decoration: none;}

.pagebreak {page-break-before: always;}

/* ----------------------end of fundamentals---------------------- */

/* ----------------------page parts---------------------- */

#footer {font-size: 11pt;}

#leftcol, #optional, #breadcrumb, #rhinfo, .noprint, #search2 {display: none;}
	
.hidden, .noprint {display: none; visibility:collapse;}

#footer {word-spacing: 0.5em;}

.floatright {float: right; padding-left: 5px; padding-right: 5px;}

/* hide rightcontent from Three column pages in print view */
#rightcontent {display: none; visibility: collapse;}

/* ----------------------end of page parts---------------------- */
/* ----------------------tables---------------------- */

table {width: auto; margin: 0, 0, 10pt, 0;}

td {padding: 12pt, 12pt, 12pt, 12pt;}

td {border: 1px; border-color: #cccccc;}

th {border: 1px; border-color: #cccccc;}

/* A border style is specified, but this caused pages not to render in print view in Netscape 7.0 on one PC testing box. If problems occur, this line should be removed first */
table td {border-style: solid;}
/* end of volatile line */

table p {font-size: 11pt;}

/* ----------------------end of tables---------------------- */

/* ----------------------fieldsets---------------------- */

table caption, fieldset legend {text-align: left; color: #002147; font-weight: bold; font-family: times, serif; font-size: 12pt; margin-top: 2pt; margin-bottom: 5pt; margin-right: 15pt;}

/* fieldsets */
fieldset {margin-bottom: 10pt;}

/* ----------------------end of fieldsets---------------------- */

/* ----------------------Examregs site specifics ---------------------- */



/* Fix for list numbering in the Exam Regs site. Removes defaults to allow numbering to be given in content */



.main ul, .main ol, .main li {list-style: none;}


/* add spacing between lists, and list items */

.main ul, 
.main ol { 
	margin-top: 1em; 
	margin-bottom: 1em;
}

.main li span.xml-p {
	display: block;
	margin-bottom: 1em;
}

/* ensure 'small-caps' text is uppercased */

.main .xml-sc {
	text-transform: uppercase;
}

/* make footnote references smaller, and superscripted */


.main .role-footNote {
	font-size: 0.6em;
	vertical-align: super;
}
/* ----------------------End of Examregs site specifics ---------------------- */


/* ----------------------end of stylesheet---------------------- */

/* end of styles */