body
{
}

.Calendar
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
	background-color: #DCDCDC;
	border: solid 1px Gray;
}
.CalendarDay
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #273D8D;
	border-right: solid 1px gray;
	border-top: solid 1px gray;
}
.CalendarDay:hover
{
	background-color: Red;
	font-weight: bold;
}

.CalendarSelectedDay
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
	background-color: White;
	border: solid 1px Black;
}
.CalendarTitle
{
	background-color: #F7F2F3;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: Black;	
}
.CalendarMonthDay
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #273D8D;
}
.CalendarMonthHeader
{
	background-color: White;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: Black;	
	text-align: center;
}

.CurrentMonthDay
{
	height: 100;
	width: 100%;
	border-bottom: solid 1px Black;
	border-left: solid 1px Black;
}

.CurrentDay
{
	background-color: #F7F2F3;
	border: solid 1px Black;
	height: 100;
	width: 100%;
}
.DayViewTimeCell
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: Black;
	border-left: solid 1px Gray;
	border-right: solid 1px Gray;
	border-bottom: solid 1px Gray;
	width: 50;
	padding: 2pt 2pt 2pt 2pt;
}
.DayViewCell
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: Black;
	border-bottom: solid 1px Gray;
	
	width: 100%;
	padding: 2pt 2pt 2pt 5pt;
}
.DayViewEventCell
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: Black;
	border-left: solid 3px black;
	background-color: #FAE1BE;
	padding: 2pt 2pt 2pt 5pt;
}
.PreviousMonthDay
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: Black;
	background-color: #EBEDF4;
	border-bottom: solid 1px Black;
	border-left: solid 1px Black;
	height: 100;
	width: 50;
}
.WeekViewCell
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: Black;
	border-bottom: solid 1px Gray;
	width: 100%;
}
.WeekViewEventCell
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: Black;
	border-left: solid 3px black;
	background-color: #FAE1BE;
	padding: 2pt 2pt 2pt 5pt;
	width: 100%;
}


