

body
	{
	font-family: sans-serif;
	font-size: 1em;
	color: #000;
	}
	
h1, h2
	{
	font-family: serif;
	}
	
.right
	{
	float:right;
	margin-left: 10px;
	}
	
#banner
	{
	display:none;
	}
	
#nav
	{
	display: none;
	}
	
#content
	{
	position:absolute;
	top: 0;
	left:0;
	border: 0;
	}

#content a:link
	{
	color:#009;
	text-decoration:none;
	}
	
#content a:visited
	{
	color:#009;
	text-decoration:none;
	}
	
#corner 
	{
	display:none;
	}
	
.warning
	{
	color:#FF6600;
	border: 1px dashed red;
	background-color:#FFFF00;
	padding: 5px;
	}
	
.admin 
	{
	vertical-align: top;
	text-align: right;
	}
	
.results
	{
	color:#000;
	font-weight:bold;
	background-color:#3E97CF;
	padding: 5px;
	}
	
.deleteEvents
	{
	background-color:#DDD;
	}
	
.deleteEvents tr td
	{
	border-bottom: 1px dashed #666;
	padding:5px;
	padding-right: 15px;
	}
	
.rtalign
	{
	text-align:right;
	vertical-align:top;
	}
.surveyResults
	{
	background-color:#CCCCCC;
	}
.surveyResults td
	{
	border-bottom: 1px dashed #000;
	padding: 5px;
	}
.surveyResults th
	{
	background-color:#FF0000;
	}
	
.contact
	{
	background-color:#FFFF00;
	}
	
input, textarea
	{
	background-color:#EEE;
	}

#randomImage
	{
	position: absolute;
	right: 7px;
	top: 1px;
	border: 1px solid black;
	margin: 0;
	padding: 0;
	background-color:#CCCCCC;
	}
	
#patch
	{
	position: absolute;
	right: 7px;
	top: 1px;
	border: 0px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	}
	
#staffList td
	{
	padding:5px;
	border-bottom: 1px dashed black;
	}
	
#roster_accending ul
	{
	list-style-type: none;
	list-style-position: outside;
	}
	
#roster_accending ul li
	{
	margin-left:-10px;
	padding: 1px;
	}
	
.today {
	vertical-align:top;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #FFFF99;
	color:#000033;
	/*height:90px;
	width:90px;	*/
}
.selectedday {
	vertical-align:top;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #3E97CF;
	/*height:90px;
	width:90px;	*/
}
