/* Styles used in Calendar */
.CALcontent {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
.CALcell	{
	font-size: 12px;
	font-style: italic;
}
.CALcellalt	{
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #666666;
}
a.CALcontent:link, a.CALcontent:active, a.CALcontent:visited {
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 2px;	
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
a.CALcontent:hover {
}
a.CALcontentalt:link, a.CALcontentalt:active, a.CALcontentalt:visited {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2px;	
	text-decoration: none;
	color: #00FFFF;
	font-weight: normal;
	font-style: normal;
}
a.CALcontentalt:hover {
}
a.CALnav:link, a.CALnav:active, a.CALnav:visited {
	text-decoration: none;
	font-weight: bold;
}
a.CALnav:hover {
	color: #FF0000;
}
/* Month and Year Header */
h1.CALheader	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
/* Days of the Week */
h2.CALheader	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}



/* Styles used on Event entry Pop-Up */
.evTitle {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.evTitle:link, a.evTitle:active, a.evTitle:visited {
	color: #CC0000;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.evTitle:hover {
	color: #000066;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.evInfo {
	font-size: 12px;
	font-weight: normal;
}
.evDate	{
	font-size: 10px;
	font-weight: normal;
}




/* Styles used on Forms */
body.Fbody	{
}

.Fhlight	{
	background-color: #999999;
	color:#FFFFFF;
}