
.Weekday {
	font-family: Verdana;
	font-weight: bold;
	color: #FFCC00;
	background-color: #3366CC;
	text-align: center;
	width: 85px;
	font-size: 10px;
}
.EmptyCell {
	background-color: #EEFFFF;
	height: 85px;
}
.CalendarCell {
	font-family: Verdana;
	font-size: 10px;
	color: #1EC0D7;
	background-color: #151515;
	background-position: top;
	height: 17px;
	width: 17px;
	vertical-align: top;
	font-weight: 700;
}

.tDate {
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	background-color: #cc0000;
	background-position: top;
	height: 10px;
	vertical-align: top;
	font-weight: 700;

}

.eventsPresent{
	font-family: Verdana;
	font-size: 10px;
	color: #151515;
	background-color: #1EC0D7;
	background-position: top;
	height: 10px;
	vertical-align: top;
	font-weight: 700;
	cursor: pointer;
	cursor: hand;
}

.eventsPast{
	font-family: Verdana;
	font-size: 10px;
	color: #1EC0D7;
	background-color: #00545F;
	background-position: top;
	height: 10px;
	vertical-align: top;
	font-weight: 700;
	cursor: pointer;
	cursor: hand;
}

.selDT{
color: #fff;
	background-color: none;
	background-position: top;
	width: 14px;
	height: 14px;
	vertical-align: top;
	font-weight: 700;
		border-style: solid;
		border-color: #fff;
		border-width: 2px;
}

.PrevMonth, .NextMonth, .MonthHeader {background: #151515;color: #1EC0D7}

.PrevMonth {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}
.NextMonth {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}
.MonthHeader {
	font-family: Verdana;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	vertical-align: bottom;
}
.DayNumber
{
	color: #000000;
	/*background-color:#EEFFFF;*/
}
.evtNormal {
	border-top: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}
.evtHiLite {
	border-top: 1px solid #666666;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF00;
}


.vevent {
width: 100%;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 0px;
padding-right: 0px;
background: #1EC0D7;
float: right;
margin: 0px;
text-align: left;
color: #151515;
display:block;
}