/* Telerik RadCalendar WebBlue skin */

table.RadCalendar_WebBlue
{
	background:#EEEEEE;
	cursor: default;
	/*border: solid 1px #a0aab6;*/
}

.rcMainTable td
{
	text-align:center;
	font-size:11px; font-family:Arial, Verdana, Sans-serf;
}

.rcWeek
{
	color: #535353;
	text-align: center;
	text-transform: uppercase;
	border-bottom: solid 1px #dde1e4 !important;
	font-weight:bold;
	background:#DDDDDD;
}

.RadCalendar_WebBlue .rcTitlebar
{
	font: bold 11px Arial, Verdana, Sans-serf;
	padding:0;
	border-bottom: solid 1px #8a9db5;
	width: 100%;
	color:#5A4A42;
	background:#F1EDE9;
}


.RadCalendar_WebBlue .rcTitlebar table
{
	width:100%;
	border-collapse:separate;
	padding:0;
	border:0;
	font:bold 11px/24px arial,sans-serif;
}

.RadCalendar_WebBlue .rcTitlebar td
{
	border:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

.RadCalendar_WebBlue .rcTitlebar .rcTitle
{
	padding:0;
	width:100%;
	cursor:pointer;
}

.rcRow a:hover,
.rcHover a:hover,
.rcWeekend a:hover, 
.rcWeekendHover a:hover
{
	background: #fff;
	border: solid 1px #e3d7c0;
	display: block;
}

.rcRow a,
.rcHover a,
.rcWeekend a, 
.rcWeekendHover a
{
	border: solid 1px #fff;
	display: block; font-weight:bold;
	text-decoration: none;
	color: #000;
}

.rcToday a
{
	background: white;
	border: solid 1px #a0aab6;
	color: black !important;
}

.rcTodaySelected a
{
	background: #ced8dd;
	border: solid 1px #a0aab6;
	color: black !important;
}

.rcSelected a,
.rcWeekendSelect a
{
	background: #ced8dd;
	border: solid 1px #a0aab6;
	color: black !important;
}

.rcOtherMonth a
{
	color: #d1d1d1 !important;
	padding: 1px;
	display: block;
	width: 100%;
	text-align: center;
	margin: 1px;
	border:0;
}

.rcOtherMonth span
{
	color: #d1d1d1;
	display: block;
}

.rcOutOfRange span
{
	background: #fff;
	color: #d1d1d1;
	display: block;
}

.radPopupImage_WebBlue
{
	position: relative; 
	*position: inherit; /*IE fix*/
	outline: none;
}

.radPopupImage_WebBlue 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_WebBlue img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.pickerWrapper_WebBlue
{
	vertical-align: bottom;
}
