/*

Nested style sheet for University of Oxford Access Guide website
summary tables
Created by Ruth Mason 7 January 2004
To be used in conjuction with the Central Administration stylesheet
Last modified by Ruth Mason 12 February 2004
Commented sections hide css from 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: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: #000066;
	/*/*/
	padding: 2px 0px;
	/* End */}

.column
	{border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: #000066;
	background-color: #fff0bb;
	/*/*/
	padding: 2px 0px;
	/* End */}

.pagebreak
	{page-break-before: always;}

td p
	{text-align: center;}

th p
	{text-align: center;
	font-size: 9.5pt;
	/*/*/
	font-size: 95%;
	/* End */
	}

.left
	{text-align: left;}

.left img
	{padding-top: 5px;
	border: 0px;
	color: #fff0bb;}

caption
	{width: 98%;}

.atoz
	{background-color: #fff0bb;
	padding: 2px;}

