/* RadCalendar Home skin */

/* calendar styles */
.calendarWrapper_Internal
{
	position: relative;
	background: White;
}

.calendarWrapper_Internal .titlebar_Internal,
.calendarWrapper_Internal .TableLayout_Internal
{
	width: 100%;
	position: relative;
}

.calendarWrapper_Internal .titlebar_Internal
{
	background: #80b3cc;
	color: #fff;
	font: normal 16px "Arial", sans-serif;
}

.calendarWrapper_Internal .titlebar_Internal td
{
	padding: 4px;
}

.calendarWrapper_Internal .TableLayout_Internal
{
	font: bold 11px "Arial", sans-serif;
	line-height: 18px;
	text-align: right;
	cursor: default;
	width: auto;
	background: #bbb;
	color: White;
}

.calendarWrapper_Internal .TableLayout_Internal td
{
	padding: 0;
	overflow: visible;
	position: relative;
}

.calendarWrapper_Internal .TableLayout_Internal a,
.calendarWrapper_Internal .TableLayout_Internal td span
{	
	text-decoration: none;
	height: 100%;
	position: relative;
	display: block;
	padding: 5px 2px 6px 2px;
	width: 30px;
	height: 15px;
	outline: 0;
	border: 1px solid white;
	text-align: center;
	background: #e9e9e9;
}

.calendarWrapper_Internal .TableLayout_Internal a
{
	color: #959595;
}

.calendarWrapper_Internal .otherMonth_Internal a,
.calendarWrapper_Internal .outOfRange_Internal span
{
	color: #fff;
	background: #dbdbdb;
}

.calendarWrapper_Internal .TableLayout_Internal .DaysOfWeek_Internal
{
	font-weight: bold;
	padding-right: 1px;
	text-align: center;
	padding: 5px 0 5px 0;
	border: solid 2px white;
}
.calendarWrapper_Internal .TableLayout_Internal .DaysOfWeek_Internal a
{
	margin-left: -3px;
}

.calendarWrapper_Internal .TableLayout_Internal .radCalHover_Internal
{
	background-color: #b8ddf8;
}

.calendarWrapper_Internal .TableLayout_Internal .radCalHover_Internal a
{
	background-color: #b8ddf8;
}

.calendarWrapper_Internal .TableLayout_Internal .radCalSelect_Internal a
{
	color: White;
	background-color: #6a6a6a;
}

.calendarWrapper_Internal .TableLayout_Internal .radCalToday_Internal a
{
	margin: 0;
	color: White;
	background-color: #80b3cc;
}


/* fast navigation styles */
.MonthYearFastNav_Internal
{
	border: 1px solid #000;
	font: normal 11px "Arial", sans-serif;
	border-spacing: 0;
	color: #707070;
	cursor: default;
	background: #fff;
}

*+html .MonthYearFastNav_Internal
{
}

.MonthYearFastNav_Internal #RadCalendar_FastNav_PrevYears,
.MonthYearFastNav_Internal #RadCalendar_FastNav_NextYears
{
	text-align: center;
}

.MonthYearFastNav_Internal td
{
	padding: 1px 5px 1px 3px;
	width: 28px;
	text-align: right;
	border: 2px solid #fff;
	border-spacing: 0;
}

.MonthYearFastNav_Internal td#RadCalendar_FastNav_Feb,
.MonthYearFastNav_Internal td#RadCalendar_FastNav_Apr,
.MonthYearFastNav_Internal td#RadCalendar_FastNav_Jun,
.MonthYearFastNav_Internal td#RadCalendar_FastNav_Aug,
.MonthYearFastNav_Internal td#RadCalendar_FastNav_Oct,
.MonthYearFastNav_Internal td#RadCalendar_FastNav_Dec
{
	border-right: 1px solid #ccc;
	padding-right: 6px;
	background: transparent url("Img/whitePixels.gif") repeat-y top right;
}

.MonthYearFastNav_Internal .selected_Internal
{
	background-color: #cdcdcd;
	color: #000;
}

.MonthYearFastNav_Internal td#RadCalendar_FastNav_Feb.selected_Internal,
.MonthYearFastNav_Internal td#RadCalendar_FastNav_Apr.selected_Internal,
.MonthYearFastNav_Internal td#RadCalendar_FastNav_Jun.selected_Internal,
.MonthYearFastNav_Internal td#RadCalendar_FastNav_Aug.selected_Internal,
.MonthYearFastNav_Internal td#RadCalendar_FastNav_Oct.selected_Internal,
.MonthYearFastNav_Internal td#RadCalendar_FastNav_Dec.selected_Internal
{
	background: #cdcdcd url("Img/whitePixels.gif") repeat-y top right;
}

.MonthYearFastNav_Internal .bottom_Internal
{
	background: #e3e3e3 none;
	padding: 8px 0 4px 8px;
	overflow: hidden;
	border: 0 !important;
}

*+html .MonthYearFastNav_Internal .bottom_Internal
{
	padding-left: 4px;
}

.MonthYearFastNav_Internal .bottom_Internal input
{
	height: 18px;
	background: #474747 url("Img/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;
}

.radPopupImage_Internal
{	
	position: relative;  
	*position: inherit;
	outline: none;
}

.radPopupImage_Internal img
{
	padding-left: 2px;
}