/* Telerik RadCalendar business skin */

.calendarWrapper_PCSLimited
{
	border: solid 1px #e0dfbe !important;
	cursor: default;
	font: normal 12px Verdana, Arial, Sans-Serif;
	color: #686868;
	width: 98%;
	background: #fffff2 url('Img/CommonBg.gif') repeat-x
}

.calendarWrapper_PCSLimited a
{
	text-decoration: none;
}

.calendarWrapper_PCSLimited table
{
	width: 100%;
}

/*.calendarWrapper_PCSLimited
{
	font: normal 11px Verdana, Arial, Sans-Serif;
	color: #5e5d41;
	cursor: default;
}*/

.calendarWrapper_PCSLimited td
{
	text-align: right;
	vertical-align: top;
}

.radCalDefault_PCSLimited,
.radCalWeekendDefault_PCSLimited
{
	background: #f9f8e0;
	width: 110px;
	height: 30px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #dadaa2;
}

.radCalHover_PCSLimited,
.radCalWeekendHover_PCSLimited
{
	width: 110px;
	height: 30px;
	font: normal 11px Verdana, Arial, Sans-Serif;
	background: #fffff2;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #dadaa2;
}

.radCalSelect_PCSLimited,
.radCalWeekendSelect_PCSLimited
{

	background: #FFB2B2;
	width: 110px;
	height: 30px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #dadaa2;
}

.radCalSelect_PCSLimited a,
.radCalWeekendSelect_PCSLimited a
{
	font-weight: bold !important;
	color: #FF0000 !important;
	text-decoration: underline !important;
}

.DaysOfWeek_PCSLimited
{
	color: black;
	font-weight: bold;
	text-align: center;
	vertical-align: middle !important;
	text-align: center !important;
	height: 46px;
}

.otherMonth_PCSLimited
{
	color: #dadada;
	font: normal 11px Verdana, Arial, Sans-Serif;
	width: 110px;
	height: 30px;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
	background-color: #fffff2;
	cursor: default;
	text-align: center;
}

.outOfRange_PCSLimited
{
	color: #dadada;
	font: normal 11px Arial, Verdana, Sans-Serif;
	width: 35px;
	height: 30px;
	border-top: solid 1px #f9f9f9;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #f2f2f2;
	background: #f9f8e0;	
	cursor: default;
	text-align: center;
}

.titlebar_PCSLimited
{
	color: #666666;
	font: bold 13px Verdana, Arial, Sans-Serif;
	cursor: default;
	text-align: center;
	border: solid 1px #146ea6;

}

.titlebar_PCSLimited a
{
	color: #666666;
	font: 13px Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

.titlebar_PCSLimited td
{
	vertical-align: top;
	
}

.titlebar_PCSLimited td img
{
	width: 22px;

	float: left;
}

.TableLayout_PCSLimited
{
	table-layout: fixed;
}

.TableLayout_PCSLimited td
{
	padding:0px;
}

/*** MonthYearFastNav ***/

.MonthYearFastNav_PCSLimited
{
	border: solid 1px #c7c7a9;
	background: #f9f8e0;
	font: normal 10px Verdana;
	color: #000000;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#666666,strength=3);
}

.MonthYearFastNav_PCSLimited td
{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #c7c7a9;
	cursor: hand;
	padding: 4px;
}

.MonthYearFastNav_PCSLimited td.selected_PCSLimited
{
	background: #0dcbf5;
	color: white;
}

.MonthYearFastNav_PCSLimited td.bottom_PCSLimited
{
	text-align: center;
}

.MonthYearFastNav_PCSLimited td input
{
	background: #0dcbf5;
	border: 1px solid #c7c7a9;
	font: normal 10px Verdana;
	color: white;
	float: left;
	margin-right: 1px;
}

/*** MonthYearFastNav ***/

/* cell links */

.radCalDefault_PCSLimited a,
.radCalWeekendDefault_PCSLimited a,
.radCalHover_PCSLimited a,
.radCalWeekendHover_PCSLimited a,
.radCalSelect_PCSLimited a,
.radCalWeekendSelect_PCSLimited a
{
	color: #7f7f7f;
	font: normal 11px Verdana, Arial, Sans-Serif;
	cursor: default;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 14px;
	display:block;
}

.radCalDefault_PCSLimited img,
.radCalHover_PCSLimited img,
.radCalSelect_PCSLimited img,
.radCalWeekendDefault_PCSLimited img,
.radCalWeekendHover_PCSLimited img,
.radCalWeekendSelect_PCSLimited img
{
	float: left;
}

/* cell links end */

.radPopupImage_PCSLimited 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_PCSLimited img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.otherMonth_PCSLimited a,
.otherMonth_PCSLimited a:hover
{
	color: #999999;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 14px;
	display: block;
}
