/*

Print style sheet for University of Oxford Admin pages
Created by Tom James, 10 July 2001
Last modified by Ruth Mason, 18 February 2004
This style sheet will be used for CSS-P compliant browsers

*/

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

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

h1
	{font-size: 18pt;
	font-family: arial, helvetica, sans-serif;}

h2
	{font-size: 16pt;
	font-family: arial, helvetica, sans-serif;}

h3
	{font-size: 14pt;
	font-family: arial, helvetica, sans-serif;}

h4
	{font-size: 13pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;}

h5
	{font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;}

h6
	{font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;}

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

table p
	{font-size: 11pt;}
ul
	{list-style-type: disc;}

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

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

hr
	{color: #000066;
	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;}