/* RadCalendar Default skin */

/* calendar styles */
.calendarWrapper_Default
{
	border: 1px solid #fff !important;
	position: relative;
	background: #fff;
	width:216px;
	border:0;
}

.calendarWrapper_Default .titlebar_Default,
.calendarWrapper_Default .TableLayout_Default
{
	width: 100%;
	position: relative;
}

.calendarWrapper_Default .titlebar_Default
{
	color: #fff;
	font: bold 14px;
	border-bottom: 1px solid #fff;
	background:#56B2C6;
}

.calendarWrapper_Default .titlebar_Default td
{
	padding: 5px 4px 4px 4px;
}

.calendarWrapper_Default .TableLayout_Default
{
	font: bold 13px "Arial", sans-serif;
	text-align: right;
	cursor: default;
	width: 100%;
	padding: 0;
	color: #000;
}

.calendarWrapper_Default .TableLayout_Default td
{
	padding: 0;
	overflow: visible;
	position: relative;
}

.calendarWrapper_Default .TableLayout_Default a,
.calendarWrapper_Default .TableLayout_Default td span
{	
	text-decoration: none;
	height: 100%;
	position: relative;
	display: block;
	padding: 4px 2px 4px 2px;
	width: 25px;
	height: 14px;
	outline: 0;
	outline-color:transparent;
	border: 1px solid #fff;
	text-align: center;
	background: #E9E9E9;
}

.calendarWrapper_Default .TableLayout_Default a
{
	color: #8B8B8B;
}

.otherMondth_Default, .radCalDefault_Default
{
    background:#DBDBDB;
    /* color: #8B8B8B; */
}

.calendarWrapper_Default .otherMonth_Default a,
.calendarWrapper_Default .outOfRange_Default span
{
	color: #8B8B8B;
}

.calendarWrapper_Default .TableLayout_Default .DaysOfWeek_Default
{
	font-weight: bold;
	padding-right: 1px;
	text-align: center;
	background:#BBBBBB;
	color:#fff;
	border:1px solid #fff;
}

.calendarWrapper_Default .TableLayout_Default .DaysOfWeek_Default a
{
	margin-left: -3px;
}

.calendarWrapper_Default .TableLayout_Default .radCalHover_Default
{
	background-color: #b8ddf8;
}

.calendarWrapper_Default .TableLayout_Default .radCalHover_Default a
{
	background-color: #b8ddf8;
}

.calendarWrapper_Default .TableLayout_Default .radCalEvent_Default a
{
    
}

.calendarWrapper_Default .TableLayout_Default .radCalSelect_Default a
{
	background-color: #666666;
	color: #fff;
}

.calendarWrapper_Default .TableLayout_Default .radCalToday_Default a
{
    color: gray;
    text-decoration: none;
}

.calendarWrapper_Default .TableLayout_Default .mondays a
{
    color: #ffa500;
    text-decoration: none;
    background-color: #FAFAFA;
    font-weight: normal;
}

/* fast navigation styles */
.MonthYearFastNav_Default
{
	border: 1px solid #fff;
	font: normal 11px "Arial", sans-serif;
	border-spacing: 0;
	color: #707070;
	cursor: default;
	background: #fff;
}

*+html .MonthYearFastNav_Default
{
}

.MonthYearFastNav_Default #RadCalendar_FastNav_PrevYears,
.MonthYearFastNav_Default #RadCalendar_FastNav_NextYears
{
	text-align: center;
}

.MonthYearFastNav_Default td
{
	padding: 1px 5px 1px 3px;
	width: 28px;
	text-align: right;
	border: 2px solid #fff;
	border-spacing: 0;
}

.MonthYearFastNav_Default .selected_Default
{
	background-color: #cdcdcd;
	color: #000;
}

.MonthYearFastNav_Default .bottom_Default
{
	background: #e3e3e3 none;
	padding: 8px 0 4px 8px;
	overflow: hidden;
	border: 0 !important;
}

*+html .MonthYearFastNav_Default .bottom_Default
{
	padding-left: 4px;
}

.MonthYearFastNav_Default .bottom_Default input
{
	height: 18px;
	background: #474747 url("Img/buttonBg.gif") repeat-x top left;
	border: 0;
	font: normal 10px/8px "Arial", sans-serif;
	color: #000;
	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_Default
{	
	position: relative;  
	*position: inherit;
	outline: none;
}

.radPopupImage_Default img
{
	padding-left: 2px;
}
