/* RadCalendar AYSBlue skin */

table.calendarWrapper_AYSBlue
{
	border: 3px solid #5C72A9 !important;
	position: relative;
	background: #fff;

	/*To add space between the cells of parent table*/
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 0px;
	padding-top: 1px;
}

.calendarWrapper_AYSBlue .titlebar_AYSBlue,
.calendarWrapper_AYSBlue .TableLayout_AYSBlue
{
	width: 182px;
	position: relative;
}

.calendarWrapper_AYSBlue .titlebar_AYSBlue
{
	background: #8EBFF4;/*#00aa00;*//*#3d3d3d url(Calendar/headerBg.gif) repeat-x top left;	*/
	color: #fff;
	/*font: normal 16px "Arial", sans-serif;*/
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:x-small;
	font-family:Tahoma;
	
	border: 1px solid #5C72A9 !important;
	/*border-bottom: 1px solid #171717;*/
}

.calendarWrapper_AYSBlue .titlebar_AYSBlue td
{
	padding: 3px 2px 3px 2px;
	border:0;
}

.calendarWrapper_AYSBlue .TableLayout_AYSBlue
{
	/*font: normal 11px "Arial", sans-serif;*/
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:x-small;
	font-family:Tahoma;

	text-align: right;
	cursor: default;	
	
	margin: 0px 0px 0px 0px;/*minimizes the cell widths*/
	/*margin: 6px 13px 10px 13px;*/
	width: 179px;
	padding: 0;
}

.calendarWrapper_AYSBlue .TableLayout_AYSBlue td
{
	padding: 0;
	overflow: visible;
	position: relative;
	border:0;
}

.calendarWrapper_AYSBlue .TableLayout_AYSBlue a,
.calendarWrapper_AYSBlue .TableLayout_AYSBlue td span
{	
	text-decoration: none;	
	position: relative;
	display: block;
	padding: 2px 1px 2px 1px;/*4px 2px 4px 2px;*/	
	/*width: 22px;
	height: 14px;*/
	outline: 0;
	border: 1px solid #fff;
	text-align: center;

	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:x-small;
	font-family:Tahoma;
}

.calendarWrapper_AYSBlue .TableLayout_AYSBlue a
{
	color: #406480;/*#40648C;*//*#333;*//*Date colors*/
}

.calendarWrapper_AYSBlue .TableLayout_AYSBlue .DaysOfWeek_AYSBlue
{
	font-weight: bold;
	padding-right: 1px;
	text-align: center;	
	color: #fff;
	/*color: #fff;*/
	
	font-size:xx-small;
}

th.DaysOfWeek_AYSBlue
{
	background-color:#389BD6;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:2px;
	padding-right:2px;
	/*background: transparent url(Calendar/weekdaysUnderline.gif) repeat-x 0 13px;*/
}

.calendarWrapper_AYSBlue .TableLayout_AYSBlue .DaysOfWeek_AYSBlue a
{
	margin-left: -3px;
}

.calendarWrapper_AYSBlue .TableLayout_AYSBlue .radCalHover_AYSBlue
{
	background-color: #d3d3d3;
}

.calendarWrapper_AYSBlue .TableLayout_AYSBlue .radCalHover_AYSBlue a
{
	border: 1px solid #d3d3d3;
}

.calendarWrapper_AYSBlue .TableLayout_AYSBlue .radCalSelect_AYSBlue a
{
	border: 1px solid #000;
	background-color: #e0e0e0;
}

.calendarWrapper_AYSBlue .TableLayout_AYSBlue .radCalToday_AYSBlue a
{
	border: 1px solid #363636;	
	background: #454545 url(Calendar/todayBg.gif) repeat-x 0 0;
	margin: 0;
	color: #fff;
}

.calendarWrapper_AYSBlue .otherMonth_AYSBlue a,
.calendarWrapper_AYSBlue .outOfRange_AYSBlue a,
.calendarWrapper_AYSBlue .otherMonth_AYSBlue span,
.calendarWrapper_AYSBlue .outOfRange_AYSBlue span
{
	color: #ccc;
}

/* fast navigation styles */
.MonthYearFastNav_AYSBlue
{
	border: 1px solid #000;
	font: normal 11px "Arial", sans-serif;
	border-spacing: 0;	
	color: #707070;
	cursor: default;
	background: #fff;
}

.MonthYearFastNav_AYSBlue #RadCalendar_FastNav_PrevYears,
.MonthYearFastNav_AYSBlue #RadCalendar_FastNav_NextYears
{
	text-align: center;
}

.calendarWrapper_AYSBlue .otherMonth_AYSBlue a,
.calendarWrapper_AYSBlue .outOfRange_AYSBlue a,
.calendarWrapper_AYSBlue .otherMonth_AYSBlue span,
.calendarWrapper_AYSBlue .outOfRange_AYSBlue span
{
	color: #ccc;
}

.MonthYearFastNav_AYSBlue td
{
	padding: 3px 5px 3px 0;
	width: 30px;
	text-align: right;
	background: transparent url(Calendar/whitePixels.gif) repeat-y top left;
}

.MonthYearFastNav_AYSBlue td#RadCalendar_FastNav_Feb,
.MonthYearFastNav_AYSBlue td#RadCalendar_FastNav_Apr,
.MonthYearFastNav_AYSBlue td#RadCalendar_FastNav_Jun,
.MonthYearFastNav_AYSBlue td#RadCalendar_FastNav_Aug,
.MonthYearFastNav_AYSBlue td#RadCalendar_FastNav_Oct,
.MonthYearFastNav_AYSBlue td#RadCalendar_FastNav_Dec
{
	background-position: -1px 0;
}

.MonthYearFastNav_AYSBlue .selected_AYSBlue
{
	background-color: #cdcdcd;	
	color: #000;
}

.MonthYearFastNav_AYSBlue .bottom_AYSBlue
{
	background: #e3e3e3 none;
	padding: 8px 0 4px 8px;
	overflow: hidden;	
}

*+html .MonthYearFastNav_AYSBlue .bottom_AYSBlue
{
	padding-left: 4px;
}

.MonthYearFastNav_AYSBlue .bottom_AYSBlue input
{
	height: 18px;	
	background: #474747 url(Calendar/buttonBg.gif) repeat-x top left;
	border: 0;
	font: normal 10px/8px "Arial", sans-serif;
	color: #fff;
	padding: 0 2px;
	outline: 0;
	display: block;
	float: left;
	cursor: pointer;
	margin: 0;
}

#RadCalendar_FastNav_TodayButton
{
	margin-right: 12px;
}

* html #RadCalendar_FastNav_TodayButton
{
	margin-right: 8px;
}

#RadCalendar_FastNav_OkButton
{
	margin-right: 4px;
}

* html #RadCalendar_FastNav_OkButton
{
	margin-right: 2px;
}


/* RadDate/TimePicker classes */

.radTimeTableCss_AYSBlue caption
{
    display: none;
}

.radTimeTableCss_AYSBlue 
{
	cursor: default;
	background: white;
	font: normal 11px Arial, Verdana, Sans-serif;
	border: solid 1px #000;
	width: 179px;
}

.radTimeTableCss_AYSBlue td
{
	border: 0;
	margin: 0;
	padding: 0;
}

.radTimeTableCss_AYSBlue td+td
{
	padding: 0;
	border-left: 1px solid #b0b0b0;
}

.radHeaderCss_AYSBlue
{
	color: #000;
	background: #e3e3e3;
	text-align: center;
	font-weight: normal;
	padding: 5px 0;
}

.radTimeTableCss_AYSBlue a
{
	display: block;
    text-align: right;
    text-decoration: none;
    cursor: hand;
	cursor: pointer;
	padding: 5px 8px 7px 2px
}

.radItemCss_AYSBlue a,
.radAlternatingItemCss_AYSBlue a
{
	color:#666;
}

.radTimeOverCss_AYSBlue a
{	
	background-color: #cdcdcd;
	color: #666;
}

.radFooterCss_AYSBlue
{
	color: #666;
	background: white url(Calendar/calendarWrapperBg.gif) left bottom repeat-x;
	padding-left: 8px !important;
	height: 18px;
}

.radDisabled_AYSBlue img
{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}

.pickerWrapper_AYSBlue table
{
	vertical-align: bottom; 
}

.pickerWrapper_AYSBlue table,
.pickerWrapper_AYSBlue td
{
	border: 0;
	padding: 0;
	margin: 0;
}

.pickerWrapper_AYSBlue
{
	vertical-align: middle;
	height:19px !important;
}

.pickerWrapper_AYSBlue .radInput_AYSBlue
{
	vertical-align: baseline;
}

.pickerWrapper_AYSBlue .inputCell
{
	padding:0 2px;
	_padding:0 4px 0 2px;
}

*+html .pickerWrapper_AYSBlue .inputCell
{
	padding:0 4px 0 2px;
}

.radPopupImage_AYSBlue
{	
	position:relative;
	outline:none;
	_position:static;
}
*+html .radPopupImage_AYSBlue
{
	position:static;
}

.radPopupImage_AYSBlue img
{
	vertical-align:middle;
	margin:0 2px;
	border:0;	
}

*+html .radPopupImage_AYSBlue img
{
	margin-top:0;
}
