/* The University of Adelaide
 * Basic Site Template
 * Local Site StyleSheet - modified Jan 2008
 */
	
/* add classes and properties here
------------------------------------------------------ */

table.requirements {
	font-size: 11px;
	line-height: 13px;
	background-color: #fff;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 15px 0px 15px 0px;
	}
table.requirements tr.alt {
	background-color: #eed;
	color: #456;
	padding: 7px 10px 7px 10px;
	border: 1px solid #9ab;
	}
table.requirements th {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	vertical-align: top;
	background-color: #ebf0f7;
	color: #369;
	padding: 5px;
	border: 1px solid #abc;
	}
table.requirements th.alt {
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
	background-color: #89a;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #fff;
	}
table.requirements td {
	background-color: #fff;
	color: #456;
	padding: 7px 10px 7px 10px;
	border: 1px solid #9ab;
	}
table.requirements td.alt {
	background-color: #eed;
	color: #456;
	padding: 7px 10px 7px 10px;
	border: 1px solid #9ab;
	}
table.requirements ul, table.requirements li {
	font-size: 11px;
	line-height: 13px;
	}
table.requirements th a:link, table.requirements th a:active, table.requirements th a:visited, table.requirements th a:hover {
	color: #369; }

