/* telerik r.a.d.calendar DEFAULT skin */

.calendarWrapper
{
	background: #fbfbfb;
	border: solid 1px #ebebeb;
	border-right: 3px solid #d1d1d1;
	border-bottom: 3px solid #d1d1d1;
	color: #686868;
}

table.TableLayout
{
	background: url('Img/calendarBg.gif') repeat-x; 
}

table.TableLayout td
{
	width: 35px;
	height: 32px;
	cursor: hand;
	text-align: center;
}

table.TableLayout td a
{
	font: normal 11px Arial, Verdana, Sans-Serif;
	text-decoration: none;
	color: #7f7f7f;
	background: none;
}

.radCalDefault,
.radCalWeekendDefault
{
	border-top: solid 1px white;
	border-left: solid 1px #fcfcfc;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #f2f2f2;
	background: transparent;
}


.radCalPreviewDefault
{
	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 a
{
	text-decoration: none;
	color: #686868;
}

.radCalHover,
.radCalWeekendHover
{

	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
{
	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,
.radCalWeekendSelect
{
	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
{
	color: #000 !important;
	font-size: 11px !important;
	font-weight: bold !important;
	border-top: solid 1px #b5b5b5;
	border-bottom: solid 1px #b3b39b;
	background: #ebff9d url('Img/DaysOfWeek.gif') repeat-x;
	cursor: default !important;
	width: 35px;
	line-height: 24px;
	height: 24px !important;
}

.outOfRange
{
	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
{
	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 a
{
	color: #c6c6c6 !important;
	background-color: #fff;
	cursor: default !important;
	font: normal 11px Arial, Verdana, Sans-Serif;
}

.titlebar
{
	font-size: 12px;
	color: #686868;
	background: url('Img/titleBg.gif') repeat-x;
	height: 37px;
	width: 100%;
}

.MonthYearFastNav
{
	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 td
{
	text-align: center;
}

.MonthYearFastNav td
{
	border-bottom: 1px solid #d6d6d6;
	cursor: hand;
	padding: 4px;
}

.MonthYearFastNav td.selected
{
	border-color: #d3dcc1;
	background-color: #d3dcc1;
	color: #fff;
}

.MonthYearFastNav 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 a,
.radCalWeekendHover a
{
	color: #6b6b6b;
}

.radPopupImage 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
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}