.CalandarStyle
{
	border-color: Black;
	border-width: 1px;
	border-style: solid;
	font-size: 12pt;
	background-color: CadetBlue; /*#339;*/
	color: Blue;
	position:static;
}
.TitleStyle
{
	background-color: CadetBlue; /*#339;*/
	border-width: 0;
	border-style: Solid;
	font-size: 10pt;
	color: White;
	height: 15pt;
}
.SelectorStyle
{
	background-color: Red;
}
.SelectedDayStyle
{
	background-color: #339;
	color: White;
}
.NextPrevMonth
{
	font-size: "8pt";
	font-weight: bold;
	color: Yellow;
}
.DayHeaderStyle
{
	height: 8px;
	background-color: WhiteSmoke;
	color: Black;
	font-size: 8pt;
	font-weight: bold;
}
.DayStyle
{
	height: 8px;
	font-size: 8pt;
	font-weight: bold;
	background-color: #CCC;
	color: DarkBlue;
}
.TodayDayStyle
{
	height: 8px;
	font-size: 8pt;
	font-weight: bold;
	color: Blue;
	background-color: DarkGray;
}
.WeekendDayStyle
{
	height: 8px;
	font-size: 8pt;
	font-weight: bold;
	color: DarkBlue;
	background-color: DarkGray;
}
.OtherMonthDayStyle
{
	height: 8px;
	font-size: 8pt;
	font-weight: bold;
	color: #999;
	background-color: #CCC;
}
.DayFreeStyle
{
	height: 8px;
	font-size: 8pt;
	font-weight: bold;
	color: DarkBlue;
	background-color: GreenYellow;
}
.DayBusyStyle
{
	height: 8px;
	font-size: 8pt;
	font-weight: bold;
	color: Yellow;
	background-color: Brown;
}
.DayAskingStyle
{
	height: 8px;
	font-size: 8pt;
	font-weight: bold;
	color: DarkBlue;
	background-color: Orange;
}
