.calendarWrapper
{
	background-color: #fbfbfb;
	border: solid 1px #ebebeb;
	border-right: 3px solid #d1d1d1;
	border-bottom: 3px solid #d1d1d1;
	cursor: default;
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #686868;
}
.radCalDefault, .radCalWeekendDefault
{
	width: 35px;
	height: 30px;
	border-top: solid 1px white;
	border-left: solid 1px #fcfcfc;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #f2f2f2;
	background-color: transparent;
	text-align: center;
}
.radCalPreviewDefault
{
	border: solid 1px #ebebeb;
	border-right: 3px solid #d1d1d1;
	border-bottom: 3px solid #d1d1d1;
	background-image: url(Img/calendarBg.gif);
	background-repeat: repeat-x;
	background-color: white;
	text-align: center;
}
.radCalHover, .radCalWeekendHover
{
	width: 35px;
	height: 30px;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	background-color: #e9f5f8;
	cursor: default;
	text-align: center;
}
.radCalToday
{
	width: 35px;
	height: 30px;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	background-color: white;
	text-align: center;
}
.radCalSelect, .radCalWeekendSelect
{
	width: 35px;
	height: 30px;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	background-image: url(Img/selectBg.gif);
	background-repeat: repeat-x;
	background-color: white;
	text-align: center;
}
.DaysOfWeek
{
	font-weight: bold;
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	border-top: solid 1px #b5b5b5;
	border-bottom: solid 1px #b3b39b;
	height: 24px;
	background-image: url(Img/DaysOfWeek.gif);
	background-repeat: repeat-x;
	cursor: default;
	background-color: #cfdfef;
	text-align: center;
	padding: 0px 3px;
}

.otherMonth
{
	color: #c6c6c6;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	width: 35px;
	height: 30px;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
	background-color: #ffffff;
	cursor: default;
	text-align: center;
}

.titlebar
{
	color: #686868;
	font-family: Arial, Verdana, Sans-Serif;
	background-image: url(Img/titleBg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: normal;
	height: 37px;
	cursor: default;
	text-align: center;
	width: 100%;
	font-weight:bold;
}

.TableLayout
{
	background-image: url(Img/calendarBg.gif);
	background-repeat: repeat-x;
}

/*** MonthYearFastNav ***/
.MonthYearFastNav
{
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
	font: normal 10px Verdana;
	color: #000000;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#666666,strength=3);
}

.MonthYearFastNav TD
{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #d6d6d6;
	cursor: hand;
	padding: 4px;
}

.MonthYearFastNav TD.selected
{
	border-color: #d3dcc1;
	background-color: #d3dcc1;
	color: #ffffff;
}

.MonthYearFastNav TD.bottom
{
	text-align: center;
}

.MonthYearFastNav TD INPUT
{
	background-image: url(Img/MonthYearFastNavBtnBg.gif);
	background-repeat: 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: #000000;
	float: left;
	margin-right: 1px;
}
/*** MonthYearFastNav ***/
/* cell links */
.radCalDefault A, .radCalWeekendDefault A
{
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	cursor: default;
	text-decoration: none;
}
.radCalHover A, .radCalWeekendHover A
{
	color: #6b6b6b;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.radCalSelect A, .radCalWeekendSelect A
{
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	cursor: default;
	text-decoration: none;
}
.radCalToday A
{
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #a6c1dc;
	display:block;
	height: 21px;
	padding-top:7px;
	background-color: white;
	cursor: default;
	text-decoration: none;
}
/* cell links end */
