/* Telerik RadCalendar ClearChoice Skin */

table.calendarWrapper_ClearChoice
{
	background: #fff;
	cursor: default;
	font: normal 8pt Tahoma;
}

table.calendarWrapper_ClearChoice td
{
	border:0;
}

table.calendarWrapper_ClearChoice .titlebar_ClearChoice
{
	font: normal 8pt Tahoma;
	height: 16px;
	width: 100%;
	background-color: #9ebef5;
	border: 1px solid #9ebef5;
}

.TableLayout_ClearChoice
{
	width:100%;
	background: url(Calendar/titlebarBg.gif) repeat-x left 15px;
}

.TableLayout_ClearChoice td a,
.TableLayout_ClearChoice td span
{
	display:block;
	text-align: left;
	padding-right:2px;
	text-decoration: none;
	cursor: default;
	width:100px;
	height:100px;
	border: 1px solid #000000;
	vertical-align:top;
	background-color:Orange ;
	
		
}

.TableLayout_ClearChoice td a
{
	color: #000;
}

.DaysOfWeek_ClearChoice
{
	color: #000004;
	text-align: center;
	text-transform: uppercase;
}

.TableLayout_ClearChoice th.DaysOfWeek_ClearChoice
{
	line-height:18px;
}

.TableLayout_ClearChoice td.DaysOfWeek_ClearChoice
{
	padding-left:3px;
	padding-right:3px;
}

.radCalDefault_ClearChoice a,
.radCalHover_ClearChoice a,
.radCalWeekendDefault_ClearChoice a, 
.radCalWeekendHover_ClearChoice a
{
	background: orange;
	border: solid 1px #fff;
	
	
}

.radCalToday_ClearChoice a
{
	border: solid 1px #bb5503;
}

.radCalTodaySelected_ClearChoice a
{
	background: #fbe694;
	border: solid 1px #bb5503;
}

.radCalSelect_ClearChoice a,
.radCalWeekendSelect_ClearChoice a
{
	background: #fbe694;
	border: solid 1px #fbe694;
}

.radCalSelect_ClearChoice,
.radCalWeekendSelect_ClearChoice
{
	background: #fbe694;
}

.calendarWrapper_ClearChoice .otherMonth_ClearChoice a
{
	color: #aca899;
	border: solid 1px #fff;		
}

.calendarWrapper_ClearChoice .outOfRange_ClearChoice
{
	background: #fff;
}

.calendarWrapper_ClearChoice .outOfRange_ClearChoice span
{
	color: #aca899;
	border:1px solid #fff;
}

.MonthYearFastNav_ClearChoice
{
	border: 1px solid #9ebef5;
	background: #fff;
	font: normal 8pt Tahoma;
	color: #000;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#666666,strength=3);
	cursor: default;
}

.MonthYearFastNav_ClearChoice td
{
	vertical-align: middle;
	text-align:left;
	padding-left:2px;
	border:0;
}

.MonthYearFastNav_ClearChoice td.selected_ClearChoice
{
	background: #fbe694;
	color: #000;
}

.MonthYearFastNav_ClearChoice td.bottom_ClearChoice
{
	text-align: center;
}

.MonthYearFastNav_ClearChoice td input
{
	background: #9ebef5;
	border: solid 1px #000;
	font: normal 8pt Tahoma;
	color: #000000;
	float: left;
	width: auto;
	margin-right: 1px;
}

/* Timepicker ClearChoice skin */

.radTimeTableCss_ClearChoice caption
{
    display: none;
}

.radTimeTableCss_ClearChoice 
{
	font-family: Arial, Verdana, Sans-Serif;
	border: solid 1px #9ebef5;
	border-collapse: collapse;
	background: white;
	cursor: pointer;
	cursor: default;
	background: white;
}

.radTimeTableCss_ClearChoice td
{
	border:0;
	text-align:right;
}

.radTimeTableCss_ClearChoice a
{
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: black;
	line-height: 21px;
	padding: 0 2px;
}

.radTimeOverCss_ClearChoice a
{
	text-decoration: underline;
}

.radHeaderCss_ClearChoice,
th.radTimeOverCss_ClearChoice
{
	font-size: 11px;
	font-weight: normal;
	color: black;
	height: 20px;
	background: #9ebef5;
}

.radItemCss_ClearChoice a,
.radAlternatingItemCss_ClearChoice
{
    /**/
}

.radItemCss_ClearChoice a:hover,
.radAlternatingItemCss_ClearChoice a:hover
{	
	/**/
}

.radPopupImage_ClearChoice
{
	position: relative; 
	_position: static; /*IE fix*/
	outline: none;
}

*+html .radPopupImage_ClearChoice
{
	position: static;
}

.radPopupImage_ClearChoice img
{
	vertical-align: middle;
	margin:0 2px;
	border:0;
}

.radDisabled_ClearChoice img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.pickerWrapper_ClearChoice
{
	vertical-align: middle;
	height:18px !important;
}

.pickerWrapper_ClearChoice table
{
	vertical-align: bottom;
}

.pickerWrapper_ClearChoice table,
.pickerWrapper_ClearChoice td
{
	border: 0;
	border-style: none;
	padding: 0;
	margin: 0;
}

.pickerWrapper_ClearChoice .inputCell 
{
	padding:0 4px 0 0;	
}