/* telerik r.a.d.calendar Telerik skin */

.calendarWrapper_Default
{
	background: #fbfbfb;
	border: solid 1px #000;
	color: #000;
}

table.TableLayout_Default
{
	
}

table.TableLayout_Default td
{
	width: 30px;
	height: 30px;
	cursor: hand;
	text-align: center;
}

table.TableLayout_Default td a
{
	font: normal 11px Arial, Verdana, Sans-Serif;
	text-decoration: none;
	color: #7f7f7f;
	background: none;
}

.radCalDefault_Default,
.radCalWeekendDefault_Default
{
	border-top: solid 1px white;
	border-left: solid 1px #fcfcfc;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #f2f2f2;
	background: transparent;
}


.radCalPreviewDefault_Default
{
	border: solid 1px #ebebeb;
	border-right: 3px solid #d1d1d1;
	border-bottom: 3px solid #d1d1d1;
	background: white url(Img/calendarBg.gif) repeat-x;
	font: normal 11px Arial, Verdana, Sans-Serif;
	text-align: center;
	width: 230px;
	height: 230px;
}

.radCalPreviewDefault_Default a
{
	text-decoration: none;
	color: #686868;
}

.radCalHover_Default,
.radCalWeekendHover_Default
{

	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	background: #e9f5f8;
	cursor: default;
}

.radCalToday_Default
{
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	background: white url('Img/selectBg.gif') repeat-x;
	cursor: default !important;
}

.radCalSelect_Default,
.radCalWeekendSelect_Default
{
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	background: white url('Img/selectBg.gif') repeat-x;
	cursor: default !important;
}

.DaysOfWeek_Default
{
	color: #000 !important;
	font-size: 11px !important;
	font-weight: bold !important;
	border-top: solid 1px #b5b5b5;
	border-bottom: solid 1px #b3b39b;
	background:#FCCA87;
	cursor: default !important;
	width: 35px;
	line-height: 24px;
	height: 24px !important;
}

.outOfRange_Default
{
	color: #c6c6c6;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
	background-color: #fff;
	cursor: default !important;
	font: normal 11px Arial, Verdana, Sans-Serif;
}

.otherMonth_Default
{
	color: #c6c6c6;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
	background-color: #fff;
	cursor: default !important;
	font: normal 11px Arial, Verdana, Sans-Serif;
}

.otherMonth_Default a
{
	color: #c6c6c6 !important;
	background-color: #fff;
	cursor: default !important;
	font: normal 11px Arial, Verdana, Sans-Serif;
}

.titlebar_Default
{
	font-size: 12px;
	color: #FFF;
	background:#0F75BC;
	height: 37px;
	width: 100%;
}

.MonthYearFastNav_Default
{
	border: 1px solid #d6d6d6;
	background: #fff;
	font: normal 10px Arial, Verdana, Sans-serif;
	color: #000000;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#666666,strength=3);
}

.MonthYearFastNav_Default td
{
	text-align: center;
}

.MonthYearFastNav_Default td
{
	border-bottom: 1px solid #d6d6d6;
	cursor: hand;
	padding: 4px;
}

.MonthYearFastNav_Default td.selected_Default
{
	border-color: #d3dcc1;
	background-color: #d3dcc1;
	color: #fff;
}

.MonthYearFastNav_Default td input
{
	background: transparent url('Img/MonthYearFastNavBtnBg.gif') repeat-x;
	border-top: solid 1px #666c59;
	border-left: solid 1px #666c59;
	border-right: solid 1px #aaaf9e;
	border-bottom: solid 1px #aaaf9e;
	font: normal 10px Arial, Verdana, Sans-serif;
	color: black;
	float: left;
}

.radCalHover_Default a,
.radCalWeekendHover_Default a
{
	color: #6b6b6b;
}

.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;
}
