.calendarDiv, .custom_period_calendar{
	position:absolute;
	width:205px;
	border:1px solid #9cb2cc;
	padding:0px 0px 20px 0px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	line-height:10px;
	visibility:hidden;
}

.custom_period_calendar{
	position:relative;
	float:left;
	visibility:visible;
	width:176px;	
}

.SkyFMS.TP .custom_period_calendar {
	border-color:#b4b4b4;
}
	

.calendarDiv span,.calendarDiv img, .custom_period_calendar span, .custom_period_calendar img{
	float:left;
}

.calendarDiv .selectBoxSimple, .calendarDiv .selectBoxOver,
.custom_period_calendar .selectBoxSimple, .custom_period_calendar .selectBoxOver{	
	padding:1px 1px 1px 2px;
	cursor:pointer;
	background-color:transparent;
	border:none;
	line-height:17px;
	color:white;
	font-size:10px;
	position:relative;
	margin:0 4px;
}

.calendarDiv td, .custom_period_calendar td{
	padding:3px;
	margin:0px;
	font-size:10px;
	text-align:right;
	cursor:pointer;
}

.custom_period_calendar .selectBoxOver{
	background-color:#9CB2CC;
}
.calendarDiv .topBar, .custom_period_calendar .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;
}

.calendarDiv .weekEndDay, .custom_period_calendar .weekEndDay{	/* Weekend day in the calendar */
	color:#AA2200;
}

.calendarDiv .activeDay, .custom_period_calendar .activeDay{	/* Active day in the calendar */
	color:#233d6d;
}

/* Future or inaccessible period in the calendar */			
.calendarDiv .inaccessiblePeriod, .custom_period_calendar .inaccessiblePeriod {	
	color:#bbbbbb;
	cursor:default;
}

.custom_period_calendar .activeDay{
	color:#233d6d;
	padding:0;
	font-weight:bold;
	background-color:#eaf2f9;
	border:1px solid #9cb2cc;
}

.calendarDiv .todaysDate, .custom_period_calendar .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}

.custom_period_calendar .todaysDate{
	width:173px;
	display:none;
}
	
.calendarDiv .monthYearPicker, .custom_period_calendar .monthYearPicker{
	background-color: #eaf2f9;
	border:1px solid #9cb2cc;
	position:absolute;
	color: #233d6d;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;
	font-size:10px;
}
	
.calendarDiv .monthSelect, .custom_period_calendar .monthSelect{
	width:70px;
}

.custom_period_calendar .monthSelect, .custom_period_calendar .monthPicker{
	width:80px;
	margin:0 4px 0 21px;
}	

.custom_period_calendar .monthPicker{
	left:0 !important; /* Override default inline style */
}

.calendarDiv .monthYearPicker .yearPicker{
	margin:0 0 0 20px;
	}
	
.custom_period_calendar .yearPicker{
	margin:2px 0 0 0;
}
	
.calendarDiv .monthYearPicker div, .custom_period_calendar .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
.calendarDiv .monthYearActive, .custom_period_calendar .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

.custom_period_calendar .topBar{
	height:20px;
}

.custom_period_calendar .topBar, .custom_period_calendar .monthYearActive{
	background-color:#9cb2cc;
	}
	
.SkyFMS.TP .custom_period_calendar .topBar,
.SkyFMS.TP .custom_period_calendar .monthYearActive {
	background-color:#b4b4b4;
}
	
.custom_period_calendar .topBar .arrowDiv{
	position:absolute;
}
	
.custom_period_calendar .topBar #leftDiv{
	left:0;
	top:0;
}	

.custom_period_calendar .topBar #rightDiv{
	right:0px;
	top:0;
}

.custom_period_calendar .topBar img{
	margin:7px 0 0 3px;
}

.custom_period_calendar .topBar #leftDiv img.calendarArrow,
.custom_period_calendar .topBar #rightDiv img.calendarArrow{
	position:relative;
	float:left;
	width:20px;
	height:20px;
	margin:3px 0 0 0;
}
	
.calendarDiv .topBar img, .custom_period_calendar .topBar img{
	cursor:pointer;
}
.calendarDiv .topBar div, .custom_period_calendar .topBar div{
	float:left;
	margin-right:1px;
}

table.calendarTable .day_cell_content{
	border:1px solid #fff;
	height:100%; 
	width:100%;
	line-height:17px;
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
}

table.calendarTable .day_cell_content:hover{
	border:1px solid #ccc;
	background-color:fcfcfc;
}
	
.custom_period_calendar table.calendarTable{
	width:100%;
	color:#233d6d;
}

.custom_period_calendar td{
	font-size:10px;
	padding:0;
	height:16px;
	width:19px;
	padding:1px;
	text-align:center;
}
	
.custom_period_calendar td.weekDayNames{
	background-color:#eaf2f9;
	border-bottom:1px solid #9cb2cc;
	}
	
.SkyFMS.TP .custom_period_calendar td.weekDayNames {
	background-color:#e4e4e4;
	border-color:#b4b4b4;
}
	
.custom_period_calendar td.weekNumbers{
	border-right:1px solid #9cb2cc;
	background-color:#eaf2f9;
	}	

div#time_period_warning{
	clear: left;
    float: left;
    margin: 8px 0 0 3%;
    font-size:11px;
    color:red;
	}

button.IS_Button.disabled_time_period_confirm_button{
	background-image:none;
	background_color:#cccccc;
	color:#999999;
	cursor:default;
	}	