/***********************************************
*	FileName:	calendar.css
*	Author:		Don Stier, Maplegate Technologies, LLC
*	Date:		8/22/2004
***********************************************/

a, a:visited, a:link {
	font-family : Verdana;
	font-size : 9px;
	color : blue;
	text-decoration: none;
}
a:active, a:hover {
	font-family :  Verdana;
	font-size : 9px;
	color : red;
	text-decoration: none;
}
.calhdr2 {
	font-family : Verdana;
	font-size : 14px;
	font-weight : bold;
	color:#663399;
	margin : 0;
}
td {
	font-family : Verdana;
	font-size : 9px;
	color : black;
}
.daysrowfont {
	font-family : Verdana;
	font-size : 12px;
	font-weight: bold;
	color : white;
}
#eventlistbox {
	background-color:#fff;
	width:600px;
	margin:20px auto;
	padding:0px;
	border:3px #2E6B6B solid;
}
*.keypoint {
	font: bold 110% Verdana, Arial, sans-serif;
	color: #932727;
	text-transform:capitalize;
}
*.eventtype {
	text-transform:uppercase;
}
*.box {
	margin:5px 3px 5px 0px; padding:5px;
	/* border:solid 1px #932727; */
	color:#FFF;
	font-size:120%;
	background-color:#932727;
}

