/* telerik r.a.d.calendar DEFAULT skin */

.calendarWrapper
{
	border: solid 1px #DD7607;
	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=B4BCBD,offX=3,offY=3,positive=true);
}

table.TableLayout
{
	background-color: #F2F1E7;
	/*background: url('Img/calendarBg.gif') repeat-x; */
}

table.TableLayout td
{
	width: 35px;
	height: 28px;
	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: #C3CAA9;
	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-color: #C3CAA9;
	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: url('Img/DaysOfWeek.gif');
	cursor: default !important;
	width: 35px;
	line-height: 28px;
	height: 28px !important;
}

.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;
	
}

.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=#B4BCBD,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;
}

.radCalEvent
{
	background: #DBDFBE;
	border-top: solid 1px white;
	border-left: solid 1px #fcfcfc;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #f2f2f2;
	color: black !important;
}
.radCalEvent a
{
	background: #DBDFBE;

	color: black !important;
}

.radCalEventHover,
.radCalEventSelected
{
	background: #A8B37D !important;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	color: white !important;
}

.radCalEventHover a,
.radCalEventSelected a
{
	background: #A8B37D;
	color: white !important;
}