.EnhancedCalendarDay
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.EnhancedCalendarDaySelected
{
	border-right: black 3px inset;
	border-top: black 3px inset;
	border-left: black 3px inset;
	border-bottom: black 3px inset;
	background-color: lightsteelblue;
}
.EnhancedCalendarDayNextPrevious
{
	border-right: black 1px inset;
	border-top: black 1px inset;
	border-left: black 1px inset;
	border-bottom: black 1px inset;
	background-color: #5a8ac6;
}
.EnhancedCalendarTitle
{
	font-weight: bold;
	font-size: 12pt;
	color: Black;
}
.EnhancedCalendarColHead
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	background-color: #5a8ac6;
}
.EnhancedCalendarDayLabel
{
	border-right: black 1px solid;
	font-weight: bold;
	cursor: default;
	color: black;
	border-bottom: black 1px solid;
}
.EnhancedCalendarDayLabelCurrent
{
	border-right: black 1px solid;
	font-weight: bold;
	cursor: default;
	color: white;
	border-bottom: black 1px solid;
	background-color: red;
}
.EnhancedCalendarEvent
{
	border-right: #5a8ac6 1px solid;
	border-top: #5a8ac6 1px solid;
	overflow: hidden;
	border-left: #5a8ac6 1px solid;
	cursor: default;
	border-bottom: #5a8ac6 1px solid;
	height: 15px;
	background-color: yellow;
}
.EnhancedCalendarEventSelected
{
	border-right: yellow 1px solid;
	border-top: yellow 1px solid;
	overflow: hidden;
	border-left: yellow 1px solid;
	cursor: default;
	border-bottom: yellow 1px solid;
	height: 15px;
	background-color: #5a8ac6;
	color: White;
}

