
/* Header CSS items */
.BannerTableHeader {
	background-color:#608e07;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}

.BannerTableHeader A {
	color:#FFFFFF;
	text-decoration:none;
}

.BannerTableHeader A:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.BannerTableHeader A:visited {
	color:#FFFFFF;
	text-decoration:none;
}

/* Menu CSS Items */
.MenuTableList {
	font-size:11px;
	background-color:#8CBE5A;
	color:#FFFFFF;
	font-weight:bold;
}

.MenuTableHeader {
	background-color:#608e07;
	color:#FFFFFF;
	font-weight:bold;
}

.Menu A {
	color:#990000;
	text-decoration:none;
}
.Menu A:visited {
	color: #333333;
}

.Menu A:hover {
	color: #CC3300;
}

.Menu A:active {
	color: #990000;
}

.MenuTabhead {
	FONT-WEIGHT: bold;
	 FONT-SIZE: 12px;
	 COLOR: #ffffff;
	 FONT-FAMILY: Arial, Sans-Serif;
	 HEIGHT: 20px; 
	 BACKGROUND-COLOR: #608e07;
}

.MenuTabhead A {
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #608e07; 
	TEXT-DECORATION: none
}

.MenuTabhead A:hover {
	COLOR: #FFFF00; 
	BACKGROUND-COLOR: #608e07; 
	TEXT-DECORATION: none
}

/* Body CSS Items */
.mainbody {
	background-color:#FFFFFF;
	color:#339900;
	font-size:11px;
}

.PageHeader {
	color:#339900;
	font-weight:bold;
	font-size:14px;
}

.SubHeader {
	color:#339900;
	font-weight:bold;
	font-size:12px;
}

#MainPic {
	padding-left:30px;
}

#Text {
	font-size:12px;
}

/* Calendar CSS Items */
.Calendarbody {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
.Calendar a {
	text-decoration: none;
	color: #CC0000;
	text-align: center;
	font-weight:bold;
}
.Calendar a:hover {
	text-decoration: none;
	color: #CC3300;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: ridge;
	background-color: #ebebeb;
	text-align: center;
	border-width:1px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #ebebeb;
	color: #5D5D5D;
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #608e07;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	height:20px;
	width:20px;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #384955;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #8CBE5A;
	color: #ffffff;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

