.calendarWrapper_Sunny
{
	/*background-image: url(Img/wrapperBg.gif);*/
	background-color: white;
	background-repeat: no-repeat;
	cursor: default;
	height: 120px;
	width: 150px;
	border-left: solid 1px #decfa1;
	border-top: solid 1px #decfa1;
	border-right: solid 1px #90772b;
	border-bottom: solid 1px #90772b;
}
.radCalDefault_Sunny, .radCalWeekendDefault_Sunny
{
	color: #000000;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	background-color: transparent;
	cursor: default;
	text-align: left;
	vertical-align: top;
}
.radCalHover_Sunny, .radCalWeekendHover_Sunny
{
	background-color : #FEE686;
	color: #7f7f7f;
	cursor: pointer;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	cursor: default;
	text-align: left;
	vertical-align: top;
}
.radCalSelect_Sunny, .radCalWeekendSelect_Sunny
{
	background-color : #FFCC01;
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	text-decoration: underline;
	font-weight: bold;
	cursor: default;
	text-align: left;
	vertical-align: top;
}
.DaysOfWeek_Sunny
{
	font-weight: normal;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	height: 19px;
	width: 150px;
	cursor: default;
	/*background-image: url(Img/DaysOfWeek.gif);
	background-repeat: no-repeat;
	background-color: transparent;*/
	background: #999999;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.otherMonth_Sunny
{
	background: #dddddd;
	color: #E07E0A;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	cursor: default;
	text-align: left;
	vertical-align: top;
}

.otherMonth_Sunny a
{
	color: #f6bf4b;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	cursor: default;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}

.otherMonth_Sunny a:hover
{
	
}

.outOfRange_Sunny
{
	background-color: transparent;
	color: #f6bf4b;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
	cursor: default;
	text-align: center;
}
.titlebar_Sunny
{
	color: #9d8d06;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	height: 22px;
	cursor: default;
	text-align: center;
	width: 440px;
	background: #E9BF22;
	background-image: url(Img/titlebarBg.gif);
	background-repeat: repeat-x;
}
.TableLayout_Sunny
{
	/*background-image: url(Img/tableLayoutBg.gif);*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

.radCalPreviewDefault_Sunny
{
	/*background-image: url(Img/tableLayoutBg.gif);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	height : 150px;
	width : 150px;	
}
.TableLayout_Sunny td, .radCalPreviewDefault_Sunny td
{
	border: solid 1px #cccccc;
	height: 50px;
	padding: 0 0 0 8px;
	width: 20px;
}
/*** MonthYearFastNav ***/
.MonthYearFastNav_Sunny
{
	border: 1px solid #decfa1;
	background-color: #ffffff;
	font: normal 10px Verdana;
	color: #000000;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#666666,strength=3);
}

.MonthYearFastNav_Sunny TD
{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #d6d6d6;
	cursor: hand;
	padding: 4px;
}

.MonthYearFastNav_Sunny TD.selected_Sunny
{
	border-color: orange;
	background-color: #e4900c;
	color: #ffffff;
}

.MonthYearFastNav_Sunny TD.bottom_Sunny
{
	text-align: center;
}

.MonthYearFastNav_Sunny TD INPUT
{
	background-image: url(Img/MonthYearFastNavBtnBg.gif);
	background-repeat: repeat-x;
	border-top: solid 1px #e4900c;
	border-left: solid 1px #e4900c;
	border-right: solid 1px #e4900c;
	border-bottom: solid 1px #e4900c;
	font: normal 10px Verdana;
	color: #000000;
	float: left;
	margin-right: 1px;
}
/*** MonthYearFastNav ***/
/* cell links */
.radCalDefault_Sunny A, .radCalWeekendDefault_Sunny A
{
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	cursor: default;
	text-decoration : none;
}
.radCalHover_Sunny A, .radCalWeekendHover_Sunny A
{
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration : none;
}
.radCalSelect_Sunny A, .radCalWeekendSelect_Sunny A
{
	color: #7f7f7f;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	cursor: default;
}
/* cell links end */

.radPopupImage_Sunny img
{
	vertical-align: middle;
	_vertical-align: top; /* IE fix */	
	margin-left: 2px;
	margin-right: 2px;
	margin-top: -1px; /* IE margins fix */
	_margin-top: 0px; 
	border-width: 0px;
}

.radDisabled_Sunny img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}