/* r.a.d.calendar default embedded skin */

table.calendarWrapper
{
	background: #333333;
	cursor: default;
	border: solid 1px #444444 !important;
	border-bottom:0;
}

.TableLayout
{
	width: 100%;
}

.TableLayout td
{
	border-bottom: solid 1px #444444;
	width: 20px;
	font: normal 11px Arial, Verdana, Sans-serf;
}

.TableLayout td a
{
	text-align: center;
	height: 13px;
	padding: 1px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	cursor: default;
}

.DaysOfWeek
{
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	height: 17px;
	border-bottom: solid 1px #444444;
}

.otherMonth span
{
	color: #d1d1d1;
	padding: 1px;
	display: block;
	width: 100%;
	text-align: center !important;
	height: 13px;
	margin: 1px;
}

.outOfRange span
{
	background: #222222;
	color: #d1d1d1;
	padding: 1px;
	display: block;
	width: 100%;
	text-align: center !important;
	height: 13px;
	margin: 1px;
}

.titlebar
{
	font: bold 11px Arial, Verdana, Sans-serf;
	height: 20px !important;
	border-bottom: solid 1px #444444;
	width: 100%;
	color: #666;
}

.titlebar td {
	line-height: normal;
}

.titlebar img
{
}

.MonthYearFastNav
{
	border: solid 1px #444444;
	font: normal 10px Arial, Verdana, Sans-serf;
	background: #333333;	
	cursor: default;
	border-bottom:0;
	color: #000;
	border-collapse: collapse;
}

.MonthYearFastNav td
{
	vertical-align: middle;	
}

.MonthYearFastNav td.selected
{
	background: #909090;
	border: solid 1px #909090;
	color: white !important;
	text-align: center;
}

.MonthYearFastNav td input
{
	border: solid 1px #444444;
	font: normal 10px Arial, Verdana, Sans-serf;
	color: #000000;
	float: left;
	width: auto;
	margin-right: 1px;
}

.radCalHover,
.radCalWeekendHover
{
	background: #444444;
}

.radCalHover a,
.radCalWeekendHover a
{
	/*background: #e4e4e4;*/
	width: 100% !important;
	height: 13px;
	display: block;
	border: solid 1px transparent;
}

.radCalDefault a,
.radCalWeekendDefault a
{
	margin: 1px;
	width: 100% !important;
	height: 13px;
	display: block;
	text-decoration: none;
	color: #363636;
}

.radCalToday a
{
	background: #444444;
	border: solid 1px #555555;
}

.radCalTodaySelected a
{
	background: #444444;
	border: solid 1px #555555;
	color: white !important;
}

.radCalTodaySelected
{
	background: #444444 !important;
	border: solid 1px #555555;
	color: white !important;
}

.radCalSelect a,
.radCalWeekendSelect a
{
	background: #444444;
	border: solid 1px #555555;
	width: 100% !important;
	color: white !important;
	text-align: center !important;
}

.radCalSelect,
.radCalWeekendSelect
{
	background: #444444 !important;
	color: white !important;
}