/* RadCalendar ECare skin */

table.calendarWrapper_ECare
{
	border: 1px solid #212121 !important;
	border-collapse:separate !important;
	background:#fff url(Calendar/headerBg.gif) repeat-x left top;
	width:200px;
}

.calendarWrapper_ECare .titlebar_ECare,
.calendarWrapper_ECare .TableLayout_ECare
{
	width: 100%;
}

.calendarWrapper_ECare .titlebar_ECare td
{
	padding: 9px 4px 8px;
	background:#3d3d3d url(Calendar/headerBg.gif) repeat-x left bottom;
	color:#fff;
	font:16px arial,sans-serif;
}

.calendarWrapper_ECare .TableLayout_ECare
{
	border:solid #fff;
	border-width:6px 13px 10px;
	border-collapse:separate !important;
	font:11px arial,sans-serif;
	text-align:right;
	cursor:default;
}

.calendarWrapper_ECare .TableLayout_ECare td
{
	border:0;
	padding:0;
	overflow:visible;
}

.calendarWrapper_ECare .TableLayout_ECare a,
.calendarWrapper_ECare .TableLayout_ECare td span
{
	display:block;
	height:13px;
	border:1px solid #fff;
	padding:3px 4px;
	text-decoration:none;
	text-align:center;
}

.calendarWrapper_ECare .TableLayout_ECare a
{
	color: #333;
}

.calendarWrapper_ECare .TableLayout_ECare .DaysOfWeek_ECare
{
	padding-right:1px;
	text-align:center;
	font-weight:bold;
	color:#333;
}

th.DaysOfWeek_ECare
{
	padding:2px 0 3px;
	background: transparent url(Calendar/weekdaysUnderline.gif) repeat-x left bottom;
}

.calendarWrapper_ECare .TableLayout_ECare .radCalHover_ECare
{
	background:#d3d3d3;
}

.calendarWrapper_ECare .TableLayout_ECare .radCalHover_ECare a
{
	border:1px solid #d3d3d3;
}

.calendarWrapper_ECare .TableLayout_ECare .radCalSelect_ECare a
{
	border:1px solid #000;
	background:#e0e0e0;
}

.calendarWrapper_ECare .TableLayout_ECare .radCalToday_ECare a
{
	border:1px solid #363636;
	background:#454545 url(Calendar/todayBg.gif) repeat-x 0 0;
	color:#fff;
}

.calendarWrapper_ECare .otherMonth_ECare a,
.calendarWrapper_ECare .outOfRange_ECare span
{
	color: #ccc;
}

/* fast navigation styles */
.MonthYearFastNav_ECare
{
	border:1px solid #000;
	background:#fff;
	font:11px arial,sans-serif;
	color:#707070;
	cursor:default;
	border-collapse:collapse;
}

.MonthYearFastNav_ECare #RadCalendar_FastNav_PrevYears,
.MonthYearFastNav_ECare #RadCalendar_FastNav_NextYears
{
	text-align:center;
}

.MonthYearFastNav_ECare td
{
	padding:3px 5px 3px 0;
	width:30px;
	text-align:right;
	background:url(Calendar/whitePixels.gif) repeat-y top left;
}

.MonthYearFastNav_ECare td#RadCalendar_FastNav_Feb,
.MonthYearFastNav_ECare td#RadCalendar_FastNav_Apr,
.MonthYearFastNav_ECare td#RadCalendar_FastNav_Jun,
.MonthYearFastNav_ECare td#RadCalendar_FastNav_Aug,
.MonthYearFastNav_ECare td#RadCalendar_FastNav_Oct,
.MonthYearFastNav_ECare td#RadCalendar_FastNav_Dec
{
	background-position:-1px 0;
}

.MonthYearFastNav_ECare .selected_ECare
{
	background:#cdcdcd;	
	color:#000;
}

.MonthYearFastNav_ECare .bottom_ECare
{
	background:#e3e3e3 none;
	padding:6px 0;
	text-align:center;
}

.MonthYearFastNav_ECare .bottom_ECare input
{
	height:18px;
	background: #474747 url(Calendar/buttonBg.gif) repeat-x top left;
	border:0;
	margin:0 2px;
	padding:0 2px;
	font:10px arial,sans-serif;
	color:#fff;
	cursor:pointer;
}

#RadCalendar_FastNav_TodayButton
{
	margin-right: 0px;
}

#RadCalendar_FastNav_OkButton
{
	margin-right: 0px;
}

/* RadDate/TimePicker classes */

.radTimeTableCss_ECare caption
{
    display: none;
}

.radTimeTableCss_ECare
{
	cursor: default;
	background: white;
	font: normal 11px Arial, Verdana, Sans-serif;
	border: solid 1px #000;
	width: 192px;
}

.radTimeTableCss_ECare td
{
	border: 0;
	margin: 0;
	padding: 0;
}

.radTimeTableCss_ECare td+td
{
	padding: 0;
	border-left: 1px solid #b0b0b0;
}

.radHeaderCss_ECare
{
	color: #000;
	background: #B9B780;
	text-align: center;
	font-weight: normal;
	padding: 5px 0;
}

.radTimeTableCss_ECare a
{
	display: block;
    text-align: right;
    text-decoration: none;
    cursor: hand;
	cursor: pointer;
	padding: 5px 8px 7px 2px
}

.radItemCss_ECare a,
.radAlternatingItemCss_ECare a
{
	color:#666;
}

.radTimeOverCss_ECare a
{	
	background-color: #cdcdcd;
	color: #666;
}

.radFooterCss_ECare
{
	color: #666;
	background: white url(Calendar/calendarWrapperBg.gif) left bottom repeat-x;
	padding-left: 8px !important;
	height: 18px;
}

.radDisabled_ECare img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}

.pickerWrapper_ECare
{
	vertical-align: middle;
}

.pickerWrapper_ECare table
{
	vertical-align: bottom; 
}

.pickerWrapper_ECare table,
.pickerWrapper_ECare td
{
	border:0;
	padding:0;
	margin:0;
	overflow:visible;
}

.pickerWrapper_ECare .radInput_ECare
{
	vertical-align: baseline;
}

.pickerWrapper_ECare td.inputCell
{
	padding:0 4px 0 0;
}

.radPopupImage_ECare
{	
	position:relative;
	outline:none;
	_position:static;
}
*+html .radPopupImage_ECare
{
	position:static;
}

.radPopupImage_ECare img
{
	vertical-align:middle;
	margin:0 2px;
	border:0;
}
