/*

Nested print style sheet for University of Oxford Access Guide website
summary tables
Created by Ruth Mason 26 January 2004
To be used in conjuction with the Central Administration stylesheet
Last modified by Ruth Mason 26 January 2004
Isn't rendered by Netscape 4

*/

table
	{
	width: 97%;
	padding: 0px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #000066;
	}

.row
	{border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: #000066;
	padding: 2px 0px;}

.column
	{border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: #000066;
	background-color: #ffffff;
	padding: 2px 0px;}

td p
	{text-align: center;}

th p
	{text-align: center;
	font-size: 10.5pt;}

.left
	{text-align: left;}

.left img

	{padding-top: 5px;}

caption
	{width: 98%;}

