/* r.a.d.calendar orange skin */

.calendarWrapper,
.radCalPreviewDefault
{
	background: #000000 url('Img/calendarBg_blk.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;
}

.outOfRange
{
	color: white !important;
	border: solid 1px #f2c901;
	background: #ffe300;	
}

.DaysOfWeek
{
	color: white !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;
}

/* below are all for the menu that pops up off of cal header */
.MonthYearFastNav
{
	
	border: 1px solid #000000;
	background: #ffffff;
	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 #000000;
	cursor: hand;
	padding: 4px;
	font: normal 11px Arial, Verdana, Sans-Serif;
	color: black;
}

.MonthYearFastNav td.selected
{
	background: #CFCFCF;
	color: red;
	border-color: #8F8F8F;
}

.MonthYearFastNav td input
{
	background: transparent url('Img/MonthYearFastNavBtnBg_grey.gif') repeat-x;
	border: solid 1px #8F8F8F;
	font: normal 11px Arial, Verdana, Sans-Serif;
	color: black;
	float: left;
	margin-right: 1px;
}