/*
 * author      Rob Geddes
 * contact     rgeddes@uoguelph.ca
 * file        ccs_styles.css
 * version     1.0
 * date        May 04, 2004
 * description CSS Stylesheet for new web site design
 */

/* main style */
html, body
	{
	height: 100%;
	}
body
	{
	font-family : "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 150%;
	background-color: White;
	color: #000;
	margin: 0;	padding: 0;
	}
ul
	{
	margin-bottom: 0em;
	}
img
	{
	border: 0em;
	}
select, input, textarea
	{
	font-family : "Times New Roman", Times, serif;
	font-size : 100%;
	}
td, th
	{
	font-size: small;
	}
code
	{
	font-family: "Courier New", Courier, monospace;
	}
a
	{
	text-decoration: none;
	}
/*
 * special class for items which shold be invisible on printed page
 */
.noprint
	{
	display: none;
	}
/* form styles */
form
	{
	margin-top: 0em;
	margin-bottom: 0em;
	}
.loginform
	{
	border: none;
	text-align: right;
	}
.field
	{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
.nomargin
	{
	margin: 0em;
	}

/* header styles */
h1
	{
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #449DD6;
	}
h2
	{
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #FDBB4A;
	}
h3
	{
	line-height : 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight: bold;
	color: #ECBA54;
	margin: 0;
	}
h4
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #495BBB;
	margin: 0;
	}
	
.grey
	{
	color :   #999;
	}
a.grey
	{
	color:   #999;
	}
	
.disable
	{
	color :   #999;
	}
.caption
	{
	color :   #333;
	font-weight :   bold;
	}
.image-caption
	{
	border :   none;
	font-size :   smaller;
	margin :   0em;
	color :   #666;
	}
.tableHeader
	{
	font-weight :   bold;
	color :   #333;
	}
.footnote
	{
	margin-top :   0.5em;
	color :   #666;
	font-size :   smaller;
	}
.small
	{
	font-family : Arial,Helvetica,sans-serif;
	font-size : smaller;
	line-height: 150%;
	}
.large
	{
	font-size:   larger;
	}
.bold
	{
	font-weight:   bold;
	}
