/* r.a.d.calendar default embedded skin */

table.calendarWrapper_ceDefault
{
	cursor: default;
	border: solid 1px #e5e5e5;
	margin-left: -7px;
	background-color: White;
}

.TableLayout_ceDefault
{
	width: 100%;
}

.TableLayout_ceDefault td
{
	border-bottom: solid 1px #dfdfdf;
	width: 20px;
	font: normal 11px Arial, Verdana, Sans-serf;
}

.TableLayout_ceDefault td a
{
	text-align: center;
	height: 13px;
	padding: 1px;
	display: block;
	text-decoration: none;
	color: #000;
	cursor: default;
}

.DaysOfWeek_ceDefault
{
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	height: 17px;
	border-bottom: solid 1px #dfdfdf;
}

.otherMonth_ceDefault span
{
	color: #d1d1d1 !important;
	padding: 1px;
	display: block;
	width: 100%;
	text-align: center !important;
	height: 13px;
	margin: 1px;
}

.otherMonth_ceDefault a
{
	color: #d1d1d1 !important;
	padding: 1px;
	display: block;
	width: 100%;
	text-align: center !important;
	height: 13px;
	margin: 1px;
}

.outOfRange_ceDefault span
{
	background: #fff;
	color: #d1d1d1;
	padding: 1px;
	display: block;
	width: 100%;
	text-align: center !important;
	height: 13px;
	margin: 1px;
}

.titlebar_ceDefault
{
	font: bold 11px Arial, Verdana, Sans-serf;
	height: 20px !important;
	border-bottom: solid 1px #bbb !important;
	width: 100%;
	color: #333;
}

.titlebar_ceDefault img
{
}

.MonthYearFastNav_ceDefault
{
	border: solid 1px #e5e5e5;
	font: normal 10px Arial, Verdana, Sans-serf;
	background: #fff;	
	cursor: default;
	border-bottom:0;
	color: #000;
	border-collapse: collapse;
}

.MonthYearFastNav_ceDefault td
{
	vertical-align: middle;	
}

.MonthYearFastNav_ceDefault td.selected_ceDefault
{
	background: #909090;
	border: solid 1px #909090;
	color: white !important;
	text-align: center;
}

.MonthYearFastNav_ceDefault td input
{
	border: solid 1px #000;
	font: normal 10px Arial, Verdana, Sans-serf;
	color: #000000;
	float: left;
	width: auto;
	margin-right: 1px;
}

.radCalHover_ceDefault,
.radCalWeekendHover_ceDefault
{
	background: #e4e4e4;
}

.radCalHover_ceDefault a,
.radCalWeekendHover_ceDefault a
{
	/*background: #e4e4e4;*/
	width: 100% !important;
	height: 13px;
	display: block;
	border: solid 1px transparent;
	_border: solid 1px #e4e4e4;
}

.radCalDefault_ceDefault a,
.radCalWeekendDefault_ceDefault a
{
	margin: 1px;
	width: 100% !important;
	height: 13px;
	display: block;
	text-decoration: none;
	color: #363636;
}

.radCalToday_ceDefault a
{
	background: #fff;
	border: solid 1px #909090;
}

.radCalTodaySelected_ceDefault a
{
	background: #909090;
	border: solid 1px #909090;
	color: white !important;
}

.radCalTodaySelected_ceDefault
{
	background: #909090 !important;
	border: solid 1px #909090;
	color: white !important;
}

.radCalSelect_ceDefault a,
.radCalWeekendSelect_ceDefault a
{
	background: #909090;
	border: solid 1px #909090;
	width: 100% !important;
	color: white !important;
	text-align: center !important;
}

.radCalSelect_ceDefault,
.radCalWeekendSelect_ceDefault
{
	background: #909090 !important;
	color: white !important;
}
/*Firefox workaround*/ 
.radPopupImage_ceDefault:focus 
{ 
    outline:1px dotted !important; 
} 
.radPopupImage_ceDefault img
{
	vertical-align: middle;
	_vertical-align: top; /* IE fix */	
	margin-left: 2px;
	margin-right: 2px;
	margin-top: -1px; /* IE margins fix */
	_margin-top: 0px; 
	border-width: 0px;
	}

.radDisabled_ceDefault img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.radTimeTableCss_Default caption
{
    display: none;
}

.radTimeTableCss_Default 
{
	cursor: default;
	background: white;
	font: normal 11px Arial, Verdana, Sans-serif;
	border: solid 1px #e5e5e5;
	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=e5e5e5,offX=2,offY=2,positive=true);
}

.radTimeTableCss_Default td
{
	padding: 0px;
}

.radHeaderCss_Default
{
	color: #666;
	background: #fff url(Calendar/calendarWrapperBg.gif) left bottom repeat-x;
	text-align: center;
}

.radTimeTableCss_Default a
{
	display: block;
    text-align: center;
    text-decoration: none;
    cursor: hand;
	cursor: pointer;
	padding: 5px;
}

.radItemCss_Default a,
.radAlternatingItemCss_Default a
{
	color:#666;
	background: #f7f7f7; 
	border: solid 1px white;
}

.radTimeOverCss_Default a
{	
	color: #333;
	background: white url(Calendar/calendarWrapperBg.gif) left bottom repeat-x;
	border: solid 1px #e5e5e5;
}

.radFooterCss_Default
{
	color: #666;
	background: white url(Calendar/calendarWrapperBg.gif) left bottom repeat-x;
	padding-left: 8px !important;
	height: 18px;
}

.radPopupImage_Default img
{
	vertical-align: middle;
	_vertical-align: top; /* IE fix */	
	margin-left: 2px;
	margin-right: 2px;
	margin-top: -1px; /* IE margins fix */
	_margin-top: 0px; 
	border-width: 0px;
}

.radDisabled_Default img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
