/*

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 */

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

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

img.unicode {width: 0.8em; height: 1.5em; vertical-align: middle;}

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;}

#footer {font-size: 11pt;}

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

#footer {word-spacing: 0.5em;}

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

/* 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;}

/* captions and legends */

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;}

/* 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;}

/* end of styles */
