/* r.a.d.calendar orange skin */

.calendarWrapper,
.radCalPreviewDefault
{
	background: #e88908 url('Img/calendarBg.gif') repeat-x;
	border: solid 1px #976311 !important;
	cursor: default;
	font: normal 12px Arial, Verdana, Sans-serif;
	color: #686868;
	width: 247px;
}

.calendarWrapper td,
.radCalPreviewDefault td
{
	vertical-align: top;
}

.TableLayout
{
	font: normal 11px Arial, Verdana, Sans-Serif;
	margin-bottom: 4px;
}

.TableLayout td
{
	text-align: center;
	vertical-align: middle;
	color: #7f7f7f;
	cursor: default;
	width: 28px;
	height: 21px;
}

.TableLayout td a
{
	font: normal 11px Arial, Verdana, Sans-Serif;
	text-decoration: none;
	cursor: default;
	color: #7f7f7f;
}

.radCalWeekendDefault,
.radCalWeekendHover,
.radCalWeekendSelect
{
	border: solid 1px #f2c901;
	background: #fff38e;
}

.radCalDefault
{
	border: solid 1px #f2c901;
	background: #ffe300;
}

.radCalHover
{
	border: solid 1px #f2c901;
	background: #fff9c6;
}

.radCalSelect
{
	border: solid 1px #f2c901;
	background: #f6c903;
}

.otherMonth
{
	color: white !important;
	border: solid 1px #f2c901;
	background: #ffe300;
}

.otherMonth a
{
	color: white !important;
	background: #ffe300;
}

.outOfRange
{
	color: white !important;
	border: solid 1px #f2c901;
	background: #ffe300;	
}

.DaysOfWeek
{
	color: #000 !important;
	font-weight: bold;
	cursor: default;
	background: transparent;
	text-align: center;
	padding: 0px 3px;
}

.titlebar
{
	color: white;
	font-weight: bold;
	font-size: 12px;
	background: transparent;
	line-height: 30px;
}

.MonthYearFastNav
{
	
	border: 1px solid #976311;
	background: #ffe300;
	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 #976311;
	cursor: hand;
	padding: 4px;
	font: normal 11px Arial, Verdana, Sans-Serif;
	color: black;
}

.MonthYearFastNav td.selected
{
	background: #e4900c;
	color: white;
	border-color: #976311;
}

.MonthYearFastNav td input
{
	background: transparent url('Img/MonthYearFastNavBtnBg.gif') repeat-x;
	border: solid 1px #e4900c;
	font: normal 11px Arial, Verdana, Sans-Serif;
	color: black;
	float: left;
	margin-right: 1px;
}

.radPopupImage 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
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}