/* r.a.d.calendar default embedded skin */

table.calendarWrapper_Default_Large
{
	background: #fff url(Img/calendarWrapperBg.gif) repeat-x;
	cursor: default;
	border: solid 1px #e5e5e5;
	border-bottom:0;
	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=e5e5e5,offX=2,offY=2,positive=true);
}

.TableLayout_Default_Large
{
}

.TableLayout_Default_Large td
{
	/*border-bottom: solid 1px #dfdfdf;*/
	text-align: left; 
	border: solid 1px #dfdfdf;
	font: normal 11px Arial, Verdana, Sans-serf;
	*width:105px;
}

.TableLayout_Default_Large td a
{
	text-align: center;
	/*height: 13px;*/
	padding: 1px;
	/*display: block;*/
	text-decoration: none;
	color: #000;
	cursor: default;
}

.DaysOfWeek_Default_Large
{
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	height: 17px;
	border-bottom: solid 1px #dfdfdf;
	background: url('Img/titlebarBg.gif');
}

.otherMonth_Default_Large span
{
	color: #d1d1d1 !important;
	padding: 1px;
	display: block;
	text-align: center !important;
	height: 13px;
	margin: 1px;
}

.otherMonth_Default_Large a
{
	color: #d1d1d1 !important;
	padding: 1px;
	display: block;
	text-align: center !important;
	height: 13px;
	margin: 1px;
}

.outOfRange_Default_Large span
{
	background: #fff;
	color: #d1d1d1;
	padding: 1px;
	display: block;
	text-align: center !important;
	height: 13px;
	margin: 1px;
}

.titlebar_Default_Large
{
	font: bold 11px Arial, Verdana, Sans-serf;
	height: 20px !important;
	border-bottom: solid 1px #bbb !important;
	color: #666;
}

.titlebar_Default_Large img
{
}

.MonthYearFastNav_Default_Large
{
	border: solid 1px #e5e5e5;
	font: normal 10px Arial, Verdana, Sans-serf;
	background: #fff;	
	cursor: default;
	border-bottom:0;
	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=e5e5e5,offX=2,offY=2,positive=true);
	color: #000;
	border-collapse: collapse;
}

.MonthYearFastNav_Default_Large td
{
	vertical-align: middle;	
}

.MonthYearFastNav_Default_Large td.selected_Default_Large
{
	background: #909090;
	border: solid 1px #909090;
	color: white !important;
	text-align: center;
}

.MonthYearFastNav_Default_Large td input
{
	background: transparent url(Img/MonthYearFastNavBtnBg.gif) repeat-x;
	border: solid 1px #000;
	font: normal 10px Arial, Verdana, Sans-serf;
	color: #000000;
	float: left;
	margin-right: 1px;
}

.radCalHover_Default_Large,
.radCalWeekendHover_Default_Large
{
	background: #e4e4e4;
}

.radCalHover_Default_Large a,
.radCalWeekendHover_Default_Large a
{
	/*background: #e4e4e4;*/
	height: 13px;
	/*display: block;*/
	border: solid 1px transparent;
	_border: solid 1px #e4e4e4;
}

.radCalDefault_Default_Large a,
.radCalWeekendDefault_Default_Large a
{
	margin: 1px;
	height: 13px;
	/*display: block;*/
	text-decoration: none;
	color: #363636;
}

.radCalToday_Default_Large a
{
	background: #fff;
	border: solid 1px #909090;
}

.radCalTodaySelected_Default_Large a
{
	background: #909090;
	border: solid 1px #909090;
	color: white !important;
}

.radCalTodaySelected_Default_Large
{
	background: #909090 !important;
	border: solid 1px #909090;
	color: white !important;
}

.radCalSelect_Default_Large a,
.radCalWeekendSelect_Default_Large a
{
	background: #909090;
	border: solid 1px #909090;
	color: white !important;
	text-align: center !important;
}

.radCalSelect_Default_Large,
.radCalWeekendSelect_Default_Large
{
	background: #909090 !important;
	color: white !important;
}

.radPopupImage_Default_Large 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_Large img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.divPrint
{
	color: #000000;
	text-align: center;
	padding:0px;
}

.divPrintDay
{
	color: #000000;
	text-align: right;
	padding:0px;
}

.innerCellDay_Default
{
	/*vertical-align: top;*/
	text-align: right;
	/*border-width: 0px;
	border-style: none;
	height: 1%;*/
}

.innerCellBody_Default
{
	/*vertical-align: top;
	border-width: 0px;
	border-style: none;*/
	text-align: left;
}
.innerCellDay_Default_Large { 
	vertical-align: middle;
}

