.calendarWrapper
{
	border: solid 1px #ebebeb;
	border-right: 3px solid #d1d1d1;
	border-bottom: 3px solid #d1d1d1;
	color: #034c74;
}

table.TableLayout
{
	background: #c9d2dd;
}

table.TableLayout td
{
	cursor: pointer;
	text-align: center;
}

table.TableLayout td a
{
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
	background: none;
}

.radCalDefault, .radCalWeekendDefault
{
	border-top: solid 1px white;
	border-left: solid 1px #fcfcfc;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #f2f2f2;
	background: #edf0f7;
}


.radCalHover, .radCalWeekendHover
{
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	background: #8eaac2;
	cursor: pointer;
}

.radCalToday
{
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0; /*background: url('Img/selectBg.gif') repeat-x;*/
	cursor: pointer;
	font-weight: bold;
}

.radCalSelect, .radCalWeekendSelect
{
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0; /*background: url('Img/selectBg.gif') repeat-x;*/
	cursor: pointer;
}

.DaysOfWeek
{
	font-family: verdana;
	font-size: 10px;
	color: #015482;
	font-weight: bold;
	border-top: solid 1px #b5b5b5;
	border-bottom: solid 1px #b3b39b;
	background: url(  'Img/DaysOfWeek.gif' ) repeat-x;
	cursor: pointer;
}

.otherMonth
{
	color: #c6c6c6;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
	background-color: #ffffff;
	cursor: pointer;
	font: normal 11px Verdana;
}

.titlebar
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-weight: bold;
}

.MonthYearFastNav
{
	border: 1px solid #d6d6d6;
	background: #ffffff;
	font: normal 10px Verdana;
	color: #000000;
	border-collapse: collapse;
}

.MonthYearFastNav td
{
	text-align: center;
}

.MonthYearFastNav td
{
	border-bottom: 1px solid #d6d6d6;
	cursor: pointer;
	padding: 4px;
}

.MonthYearFastNav td.selected
{
	border-color: #d3dcc1;
	background-color: #d3dcc1;
	color: #ffffff;
}

.MonthYearFastNav td input
{
	background: url(  'Img/MonthYearFastNavBtnBg.gif' ) repeat-x;
	border-top: solid 1px #666c59;
	border-left: solid 1px #666c59;
	border-right: solid 1px #aaaf9e;
	border-bottom: solid 1px #aaaf9e;
	font: normal 10px Verdana;
	color: black;
	float: left;
}

.radCalHover a, .radCalWeekendHover a
{
	color: #6b6b6b;
}
