#calendarDiv{
	position:absolute;
	width:170px;
	border:1px solid #002951;
	background-color: #FFF;
	font-family:arial;
	font-size:11px;
	visibility:hidden;
	padding-right:2px;
}
#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;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:11px;
}

#calendarDiv .selectBox{
	border:1px solid #002951;			
	color: #fed962;
	position:relative;
	font-size:12px;
	font-weight:bold;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #194784;
	color: #FFF;
	position:relative;
	font-weight:bold;
	font-size:12px;
}


#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #002951;
	margin-right:-2px;
}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#002951;
	font-weight:bold;
	font-size:12px;
}
#calendarDiv .todaysDate{
	height:15px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:-23px;
	left:-1px;
	width:168px;
	border:1px solid #002951;
}
#calendarDiv .todaysDate div{
	float:left;
}


#calendarDiv .monthYearPicker{
	background-color: #fff;
	position:absolute;
	background:#ddeeff;
	color: #002951;
	left:0;
	top:17px;
	z-index:1000;
	display:none;
	font-size:12px;
}
#calendarDiv #monthSelect{
	width:78px;
	background: url(../img/layout/arr-b-dr.gif) no-repeat right center;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#fed962;
	color: #002951;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}