body {
font-family: Verdana, sans-serif;
}

form { display: inline; margin: 0;}

a,
a:link,
a:hover,
a:active,
a:visited {
	color: #5C6F8D;
}

div.message {
	color: red;
font-size: 10px;
}

/* Featured Home/Ad */

div#home_or_ad {
	padding: 0px;
	width: 563px;
	height: 123px;
}

/* Calendar */

div.full { width: 617px; }
	div.full table td {width: 87px; height: 75px;}
	
div.mini { width: 183px; }
	div.mini table td {width: 25px; height: 25px;}

div.calendar table 				{ width: 100%; background: #FFFFFF; border-collapse: collapse;}
div.calendar table td {
	border: 1px solid #8D8D8D;
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}

div.calendar table tr.header td { background: #FDF3B9; text-align: center; height: 20px; }
div.calendar table td.inactive	{ background: #EEF0F1; }

div.calendar table td.Yellow 	{ background: #FDF3B9; }
div.calendar table td.today	 	{ background: #BDE1AB; }
	div.mini table td.today	 	{ color: #CE0000; background: transparent; }
	div.mini table td.event		{ background: #CEFF00; }
	
div.calendar table td.Gray	 	{ background: #EEF0F1; }

div.day		{ width: 25px; text-align: center; border: 1px solid #C0C0C0; border-width: 1px 2px 2px 1px; padding: 2px; margin: 1px 0 2px 1px; background: #FFF; }
	div.mini div.day {padding: 0; margin: 0; border: 0; width: auto; background: transparent}
	
div.event	{ margin: 0 0 10px 0; }

div.event a.CalEvent		 { text-decoration: none; color: #666666; font-size: 10px; font-family: Arial; }
div.event a.CalEvent:hover	 { text-decoration: underline; }

div.event a.RedEvent		 { text-decoration: none; color: #FF0000; font-size: 10px; font-family: Arial; }
div.event a.RedEvent:hover	 { text-decoration: underline; }

div.event a.BlueEvent		 { text-decoration: none; color: #0000FF; font-size: 10px; font-family: Arial; }
div.event a.BlueEvent:hover	 { text-decoration: underline; }

div.event a.BrownEvent		 { text-decoration: none; color: #7A4B00; font-size: 10px; font-family: Arial; }
div.event a.BrownEvent:hover { text-decoration: underline; }

div.event a.BlackEvent		 { text-decoration: none; color: #000000; font-size: 10px; font-family: Arial; }
div.event a.BlackEvent:hover { text-decoration: underline; }

div.event a.GreenEvent		 { text-decoration: none; color: #008000; font-size: 10px; font-family: Arial; }
div.event a.GreenEvent:hover { text-decoration: underline; }