a.calendarLink, a.calendarLink:link, a.calendarLink:visited, a.calendarLink:active, a.calendarLink:hover {
	color: #000000;
	font-size: 10px;	
}
a.dayheader, a.monthheader, a.weekday, a.weekend, a.today, a.selecteddate, a.offmonth {
	color: #000000;
	font-size: 10px;	
}

.dayheader {
	background-color: #D4D0C8;
	color: #000000;
}

.monthheader {
	background-color: #EFEFDE;
}

.weekday {
	background-color: #ffffff;
}


.weekend {
	background-color: #EFEFDE;
}

.today {
	background-color: #FF0000;
	color: #ffffff;
}

.selecteddate {
	background-color: #FFFF4D;
	color: #ffffff;
}

.offmonth {
	background-color: #ABA79A;
}

.sitemaster {
	font-size: 12px;
	color: #000000;
	background-color : #ffffff;
	border: solid;
	border-width : 0px 1px 1px 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
	width:650px;
}
.clsCMOn { 
	color: white;
	background-color: black;
	font-size : 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration : none;
	padding: 2px 4px 2px 4px;
}

.clsCMOver {
	color: black;
	background-color: #e8e8e8;
	font-size : 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration : none;
	padding: 2px 4px 2px 4px;
}

.sitemasterWrapper 
{
	width:650px;
	height: 110px;
}

/* TimePicker styles */
a.TimePickerTime, a.TimePickerTime:hover, a.TimePickerTime:visited, .TimePickerTime {
	color: #000000;
	font-size: 10px;	
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
}

a.TimePickerTimeSelected, a.TimePickerTimeSelected:hover, a.TimePickerTimeSelected:visited, .TimePickerTimeSelected {
	font-size: 10px;	
	background-color: #FFFF4D;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}

div.formManage {
	height: 25px;
	background-color: #898989;
	background-image: url(/images/formManage_bg.gif);
	background-repeat: repeat-x;
	float: left;
	padding: 3px;
	border-left: 1px #F1EFED solid;
	border-right: 1px #000000 solid;
	border-top: 1px #F1EFED solid;
	border-bottom: 1px #000000 solid;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff
}
a.formManage, a.formManage:link, a.formManage:active, a.formManage:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.formManage:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #f1efed;
	text-decoration: none;
}

