/* r.a.d.calendar Web20 skin */



.calendarWrapper_Web20,
.radCalPreviewDefault_Web20
{
	background: #f6f6f6 url('Img/calendarBg.gif') repeat-x;
	border: solid 1px #c94046 !important;
	cursor: default;
	width: 20px !important;
}

.TableLayout_Web20 td
{
	text-align: center;
	color: #7f7f7f;
	cursor: default;
	border: 0px;
}

/* all links in the calendar */
.TableLayout_Web20 td a
{
	width: 16px;
	line-height: 16px;
	text-decoration: none;
	display: block;
	border: 0px;
}

.radCalWeekendDefault_Web20,
.radCalWeekendHover_Web20,
.radCalWeekendSelect_Web20,
.radCalDefault_Web20,
.radCalHover_Web20,
.radCalSelect_Web20,
.otherMonth_Web20,
.radCalToday_Web20
{
	border: solid 1px #c94046;
	background: white;
	text-decoration:none;
}

.radCalToday_Web20 a
{
	font: normal 12px Arial;
	color: black;
	text-decoration:none;
	/*background: white url('Img/TodayBg.gif') no-repeat;
	background-color: #ACCB2D;*/
}

.radCalDefault_Web20 a,
.radCalWeekendDefault_Web20 a
{
	color: #333;
	font: normal 12px Arial;
	text-decoration:none;
}

.radCalWeekendHover_Web20 a,
.radCalHover_Web20 a
{
	font: normal 12px Arial;
	font-weight:normal;
	text-decoration:none;
	color: black;
	/*background: white url('Img/HoverBg.gif') no-repeat;*/
	background-color:#bbd558;
}

.radCalWeekendSelect_Web20 a,
.radCalSelect_Web20 a
{
	font: normal 12px Arial;
	font-weight:normal;
	background-color:#e32321;
	text-decoration:none;
	color: #ffffff;
	/*background: transparent url('Img/selectBg.gif') no-repeat;
	background-color: #ACCB2D;*/
}

.otherMonth_Web20 a
{
	color: #ccc;
	cursor: no-drop;
	font-size: 12px;
}

.outOfRange_Web20
{
	background-color: white;
	color: #ccc;	
	cursor: no-drop;
	border: solid 1px #c6bebe;
}


.DaysOfWeek_Web20
{
	color: #333 !important;
	font-weight: bold;
	font-size:11px;
	font-family:Arial;
	cursor: default;
	background: #e2e2e2;
	text-align: center;
	line-height: 24px;
	width: 32px;
	border-bottom: solid 1px #cccccc;
}

.titlebar_Web20
{
	color: white;
	font: 12px Arial, Verdana, Sans-serif;
	font-weight: bold;
	background: transparent;
	line-height: 24px;
}

.MonthYearFastNav_Web20
{	
	border: 1px solid #c6bebe;
	background: white;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#666666,strength=3);
}

.MonthYearFastNav_Web20 td
{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #d8dde0;
	cursor: hand;
	padding: 4px;
	font: normal 11px Arial, Verdana, Sans-Serif;
	color: black;
	text-decoration:none;
}

.MonthYearFastNav_Web20 td.selected
{
	background: #e2e2e2;
	color: black;
	border-color: #d8dde0;
	text-decoration:none;
}

.MonthYearFastNav_Web20 td input
{
	background: transparent url('Img/ContextMenuInputBg.gif') repeat-x;
	border: solid 1px #e2e2e2;
	font: bold 11px Arial, Verdana, Sans-Serif;
	color: black;
	float: left;
	margin-right: 1px;
	padding: 0px 2px;
	text-decoration:none;
}

.radPopupImage_Web20 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_Web20 img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
