/* Telerik RadCalendar Web20 skin */

.calendarWrapper_Web20
{
	background: #f1f1f1 url('Img/calendarBg.gif') repeat-x;
	border: solid 1px #6788be !important;
	cursor: default;
	width: 264px !important;
}

.calendarWrapper_Web20 td
{
	border:0;
}

.titlebar_Web20
{
	color: #000;
	font: normal 18px Arial, Verdana, Sans-serif;
	background: transparent;
	line-height: 24px;
}

.calendarWrapper_Web20 .titlebar_Web20 td
{
	border:0;
}

.TableLayout_Web20 td,
.TableLayout_Web20 th
{
	text-align: center;
	color: #7f7f7f;
	cursor: default;
}

/* all links in the calendar */
.TableLayout_Web20 td a
{
	width: 32px;
	line-height: 32px;
	text-decoration: none;
	display: block;
}

.TableLayout_Web20 .radCalWeekendDefault_Web20,
.TableLayout_Web20 .radCalWeekendHover_Web20,
.TableLayout_Web20 .radCalWeekendSelect_Web20,
.TableLayout_Web20 .radCalDefault_Web20,
.TableLayout_Web20 .radCalHover_Web20,
.TableLayout_Web20 .radCalSelect_Web20,
.TableLayout_Web20 .otherMonth_Web20,
.TableLayout_Web20 .radCalToday_Web20
{
	border: solid 1px #dde1e4;
	background: white;
}

.radCalToday_Web20 a
{
	font: normal 18px Arial, Verdana, Sans-serif;
	color: black;
	background: white url('Img/TodayBg.gif') no-repeat;
}

.radCalDefault_Web20 a,
.radCalWeekendDefault_Web20 a
{
	color: #333;
	font: normal 12px Arial, Verdana, Sans-serif;
}

.radCalWeekendHover_Web20 a,
.radCalHover_Web20 a
{
	font: normal 18px Arial, Verdana, Sans-serif;
	color: black;
	background: white url('Img/HoverBg.gif') no-repeat;
}

.radCalWeekendSelect_Web20 a,
.radCalSelect_Web20 a
{
	font: normal 18px Arial, Verdana, Sans-serif;
	color: black;
	background: transparent url('Img/selectBg.gif') no-repeat;
}

.otherMonth_Web20 a
{
	color: #ccc;
	cursor: no-drop;
}

.TableLayout_Web20 .outOfRange_Web20
{
	background-color: white;
	cursor: no-drop;
	border: solid 1px #dde1e4;
}
.TableLayout_Web20 .outOfRange_Web20 a,
.TableLayout_Web20 .outOfRange_Web20 span
{
	color: #ccc;	
}

.TableLayout_Web20 .DaysOfWeek_Web20
{
	color: #333 !important;
	font-weight: bold;
	cursor: default;
	background: #f1f1f1;
	text-align: center;
	line-height: 23px;
	width: 32px;
	border:0;
	border-bottom: solid 1px #a5bedf;
}

.MonthYearFastNav_Web20
{	
	border: 1px solid #6788be;
	background: white;
	border-collapse: collapse;
	color: black;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#666666,strength=3);
}

.MonthYearFastNav_Web20 td
{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #d8dde0;
	cursor: pointer;
	padding: 4px;
	font: normal 11px Arial, Verdana, Sans-Serif;
	color: black;
}

.MonthYearFastNav_Web20 td.selected_Web20
{
	background: #f1f1f1;
	color: black;
	border-color: #d8dde0;
}

.MonthYearFastNav_Web20 td input
{
	background: transparent url('Img/ContextMenuInputBg.gif') repeat-x;
	border: solid 1px #6788be;
	font: bold 11px Arial, Verdana, Sans-Serif;
	color: black;
	float: left;
	margin-right: 1px;
	padding: 0px 2px;
}

.radPopupImage_Web20
{
	position: relative; 
	_position: static; /*IE fix*/
	outline: none;
}
*+html .radPopupImage_Web20
{
	position: static;
}

.radPopupImage_Web20 img
{
	vertical-align: middle;
	margin:0 2px;
	border:0;
}

.radDisabled_Web20 img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.pickerWrapper_Web20
{
	vertical-align:middle;
}

.pickerWrapper_Web20 table
{
	vertical-align:bottom;
}

.pickerWrapper_Web20 table,
.pickerWrapper_Web20 td
{
	border: 0;
	padding: 0;
	margin: 0;
}

.pickerWrapper_Web20 .inputCell 
{
	padding: 0 4px 0 0;
}