/* RadCalendar Default skin */

/* calendar styles */
.calendarWrapper_EmpireCLS
{
	border: 1px solid #212121 !important;
	position: relative;
	background: #fff;
}

.calendarWrapper_EmpireCLS .titlebar_EmpireCLS,
.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS
{
	width: 100%;
	position: relative;
}

.calendarWrapper_EmpireCLS .titlebar_EmpireCLS
{
	background: #3d3d3d url("Img/headerBg.gif") repeat-x top left;
	color: #fff;
	font: normal 16px "Arial", sans-serif;
	border-bottom: 1px solid #171717;
}

.calendarWrapper_EmpireCLS .titlebar_EmpireCLS td
{
	padding: 9px 4px 8px 4px;
}

.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS
{
	font: normal 11px "Arial", sans-serif;
	text-align: right;
	cursor: default;
	background: transparent url("Img/weekdaysUnderline.gif") repeat-x 0 13px;
	margin: 6px 13px 10px 13px;
	width: auto;
	padding: 0;
}

.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS td
{
	padding: 0;
	overflow: visible;
	position: relative;
}

.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS a,
.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS td span
{	
	text-decoration: none;
	height: 100%;
	position: relative;
	display: block;
	padding: 4px 2px 4px 2px;
	width: 20px;
	height: 13px;
	outline: 0;
	border: 1px solid #fff;
	text-align: center;
}

.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS a
{
	color: #333;
}

.calendarWrapper_EmpireCLS .otherMonth_EmpireCLS a,
.calendarWrapper_EmpireCLS .outOfRange_EmpireCLS span
{
	color: #ccc;
}

.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS .DaysOfWeek_EmpireCLS
{
	font-weight: bold;
	padding-right: 1px;
	text-align: center;
}

.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS .DaysOfWeek_EmpireCLS a
{
	margin-left: -3px;
}

.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS .radCalHover_EmpireCLS
{
	background-color: #d3d3d3;
}

.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS .radCalHover_EmpireCLS a
{
	border: 1px solid #d3d3d3;
}

.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS .radCalSelect_EmpireCLS a
{
	border: 1px solid #000;
	background-color: #e0e0e0;
}

.calendarWrapper_EmpireCLS .TableLayout_EmpireCLS .radCalToday_EmpireCLS a
{
	border: 1px solid #363636;
	background: #454545 url("Img/todayBg.gif") repeat-x 0 0;
	margin: 0;
	color: #fff;
}


/* fast navigation styles */
.MonthYearFastNav_EmpireCLS
{
	border: 1px solid #000;
	font: normal 11px "Arial", sans-serif;
	border-spacing: 0;
	color: #707070;
	cursor: default;
	background: #fff;
}

*+html .MonthYearFastNav_EmpireCLS
{
}

.MonthYearFastNav_EmpireCLS #RadCalendar_FastNav_PrevYears,
.MonthYearFastNav_EmpireCLS #RadCalendar_FastNav_NextYears
{
	text-align: center;
}

.MonthYearFastNav_EmpireCLS td
{
	padding: 1px 5px 1px 3px;
	width: 28px;
	text-align: right;
	border: 2px solid #fff;
	border-spacing: 0;
}

.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Feb,
.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Apr,
.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Jun,
.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Aug,
.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Oct,
.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Dec
{
	border-right: 1px solid #ccc;
	padding-right: 6px;
	background: transparent url("Img/whitePixels.gif") repeat-y top right;
}

.MonthYearFastNav_EmpireCLS .selected_EmpireCLS
{
	background-color: #cdcdcd;
	color: #000;
}

.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Feb.selected_EmpireCLS,
.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Apr.selected_EmpireCLS,
.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Jun.selected_EmpireCLS,
.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Aug.selected_EmpireCLS,
.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Oct.selected_EmpireCLS,
.MonthYearFastNav_EmpireCLS td#RadCalendar_FastNav_Dec.selected_EmpireCLS
{
	background: #cdcdcd url("Img/whitePixels.gif") repeat-y top right;
}

.MonthYearFastNav_EmpireCLS .bottom_EmpireCLS
{
	background: #e3e3e3 none;
	padding: 8px 0 4px 8px;
	overflow: hidden;
	border: 0 !important;
}

*+html .MonthYearFastNav_EmpireCLS .bottom_EmpireCLS
{
	padding-left: 4px;
}

.MonthYearFastNav_EmpireCLS .bottom_EmpireCLS 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_EmpireCLS
{	
	position: relative;  
	*position: inherit;
	outline: none;
}

.radPopupImage_EmpireCLS img
{
	padding-left: 2px;
}