#calendarDiv{
	position:absolute;
	/*border:1px solid #317082;*/
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
    box-shadow: 0px 0px 5px #666;
    background: #fff
	

	
}

#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	/*line-height:12px;*/
	/*padding:1px;*/
	cursor:pointer;
	padding-left:2px;

}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	/*line-height:12px;*/
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	margin:0px;
	font-size:10px;
	border: 1px solid #c2cbda;
	box-sizing: border-box;
	padding: 5px;
	text-align: right;
border-bottom-color: rgb(204, 204, 204);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(204, 204, 204);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(204, 204, 204);
border-right-width: 1px;
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(204, 204, 204);
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
font-family: "Roboto",sans-serif;
font-size: 13.33px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}

#calendarDiv .selectBox {
    color: #E2EBED;
    position: relative;
    height: 16px;
}
#calendarDiv .selectBoxOver {
    border: 1px solid #FFF;
    /*background-color: #317082;*/
    color: #FFF;
    position: relative;

    height: 16px;
}
#calendarDiv .selectBoxTime{
	/*border:1px solid #317082;*/		
	/*color: #317082;*/
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar {
    height: 16px;
    padding: 2px;
    background-color: #002c5a;
    /*line-height: 1.8;*/
    text-align: left;
    font-size: 0.9em;
    font-weight: bolder;
    color: #002c5a;
    font-size: 13.33px;

    /*line-height: 1.8;*/
}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:red; font-weight:bold ; background-color:#E2EBED ;
}
#calendarDiv .todaysDate{
	height:17px;
	/*line-height:17px;*/
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:98%;
    border-top: 1px solid #c2cbda;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	/*line-height:17px;*/
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;
	text-align: center;


}
#calendarDiv #monthSelect{
	width:85px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	/*background-color:#317082;*/
	color: #E2EBED;
    text-align: center;
}

    #calendarDiv .monthYearActive:hover {
        /*background-color:#317082;*/
        color: #d90030;
    }

#calendarDiv td{
	text-align:center;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
	font-size: 0.9em;

}

#calendarDiv div table tr td:hover {
    background-color: #d90030;
    color: #fff;
}

.calendar_week_row {
    cursor: default;
    background: #002c5a;
    color: #fff;
    margin: 0;
    border: 0;
    height: 30px;
}

#calendarDiv div table tr.calendar_week_row td:hover {
    background-color: #002c5a;
    cursor: default;
}

#calendarDiv div table tr td.no_valid_day:hover {
    background-color: inherit;
    cursor: default;
}
#monthDropDown, #yearDropDown {
    background-color: #fff;
}
#monthDropDown div, #yearDropDown div {
    color: #024b97;
}
