/***********************************************
*	FileName:	calendar.css
*	Author:		Don Stier, Maplegate Technologies, LLC
*	Date:		8/22/2004
***********************************************/

a, a:visited, a:link {
	font-family: Verdana;
	font-size: 10px;
	color: blue;
	text-decoration: none;
	color: #85A7CC;
}
a:active, a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: red;
	text-decoration: none;
	color: #85A7CC;
}
.calhdr2 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #0099ff;
	margin: 0px;
}
td {
	font-family: Verdana;
	font-size: 9px;
	color: black;
}
td.daytoday {
	font-family: Verdana;
	font-size: 9px;
	color: black;
	background-color:#d8e2ee
}
td.daythismonth {
	font-family: Verdana;
	font-size: 9px;
	color: black;
	background-color: #ffffff;
}
td.dayothermonth {
	font-family: Verdana;
	font-size: 9px;
	color: black;
	background-color: #85A7CC;
}
.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;
	color:#333;
	font-size:120%;
	background-color:#ded0b6;
}
h1, h2 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size:120%;
	color: #390C0F;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}
