.CalTable {
	background-color:#6E8C6B /* #80AECA */;
}
.CalHeading {
	background-color: #6E8C6B /*#80AECA */;
	color: white;
	font-weight: bold;
	font-size: 12pt;
}
.CalDayHeading {
	background-color: beige;
	Font-weight: bold;
	color: black;
}
.CalNoDay {
	background-color: beige;
	font-family: "Trebuchet MS", "Sans Serif";
	font-size: 10pt;
}
.CalToday {background-color: #E4E4E4;}
.CalToday a, .CalToday a:visited {font-size: 11px; text-decoration: none;}
.CalToday a:hover {text-decoration:underline;}
.CalDay {background-color: #FFFAF0;}
.CalDay a, .CalDay a:visited {font-size: 11px; text-decoration:none;}
.CalDay a:hover {text-decoration:underline;}

/*a.CalDaylink {
	color: navy;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}
a.CalDaylink:hover {
	text-decoration: underline;
}
a.CalEventlink {
	font-family: "Trebuchet MS", "Sans Serif";
	font-size: 11px;
	line-height: 100%;
	text-decoration: none;
}
*/

.headingFont {
	font-family : Arial;
	color : #191970;
	font-size : 18px;
	font-weight : bold;
}
.viewTypeFont {
	font-family : verdana;
	color : #191970;
	font-size : 12px;
	font-weight : bold;
}
.viewTypeFontsm {
	font-family : verdana;
	color : #191970;
	font-size : 11px;
}
.weekFont {
	font-family : verdana;
	color : #191970;
	font-size : 11px;
	width : 60px;
	font-weight : bold;
}
.dayFont {
	font-family : Arial;
	color : black;
	font-size : 11px;
}
.dayGrayFont {
	font-family : Arial;
	color : #666699;
	font-size : 11px;
}
.todayFont {
	font-family : Arial;
	color : red;
	font-size : 11px;
	font-weight : bold;
}
.dataFont {
	font-family : Arial;
	color : black;
	font-size : 10px;
}
.MonthPullDownFont {
	font-family : Arial;
	color : #D82D39;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
}
#MonthPullDown {
	position : absolute;
	top : 90px;
	left : 322px;
	visibility : hidden;
}

