/*
 * author      Rob Geddes
 * contact     rgeddes@uoguelph.ca
 * file        table1_0.css
 * version     1.0
 * date        Sept 16, 2003
 * created     Setp 16, 2003
 * description CSS Stylesheet
 */

/* table styles */
table.full
	{
	width: 95%;
	}
table.tabular
	{
	border-collapse: collapse;
	border: 1px solid #ccc;
	}
table.tabular caption
	{
	background: #006699;
	color: #e3edff;
	text-align: left;
	font-weight: bold;
	padding-left: 0.5em; padding-right: 0.5em;
	}
table.tabular caption a
	{
	color: #e3edff;
	}
table.tabular th
	{
	padding-left: 0.5em; padding-right: 0.5em;
	background: #fbf8b9;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
table.tabular th a
	{
	color: black;
	text-decoration: none;
	}
table.tabular td
	{
	padding-left: 0.5em; padding-right: 0.5em;
	}
table.tabular td.bordered
	{
	border-bottom: 1px solid #cccccc;
	}
table.tabular th.bordered
	{
	border-bottom: 1px solid #cccccc;
	}
table.tabular td a
	{
	font-style: normal;
	}
table.tabular tr.dark
	{
	background: #eaeaea;
	}
table.tabular tr.disabled
	{
	color: #666;
	font-style: italic;
	}
table.left th
	{
	text-align: right;
	}

