#calendarDiv{
	position:absolute;
	width:225px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
	color:black;
}
#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{
	padding:3px;
	margin:0px;
	font-size:10px;
}
#calendarDiv .selectBox{		/* Drop down Month & Year defaults c:#E2EBED */
	border:1px solid #FFFFFF;
	color: #FFFFFF;
	position:relative;
}
#calendarDiv .selectBoxOver{	/* Drop down Month & Year : Mouse over bk:#E2EBED #ff66cc */
	border:1px solid #FFF;
	background-color: #CDD7EF;
	color: #000000;
	position:relative;
}
#calendarDiv .selectBoxTime{	/* Drop down Time defaults*/
	border:1px solid #317082;
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{	/* Drop down Time : Mouse over */
	border:1px solid #216072;
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{		/* Main top bar - bk:#317082 #f5cd11 #0337AD #a6aaad background-color: #f5cd11; */
	height:16px;
	padding:2px;
	background-color: #3399ff;
}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
	font-weight:bold;
}
#calendarDiv .todaysDate{	/* Bottom bar with todays date bk:#E2EBED */
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #3399ff; /* bk:#E2EBED #CDD7EF */
	color:#FFFFFF;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:221px;
}
#calendarDiv .todaysDate div{	/* Unsure */
	float:left;
}

#calendarDiv .timeBar{	/* Time bar showing drop time boxes and background bk:#E2EBED */
	height:17px;
	line-height:17px;
	background-color: #E2EBED; /* bk:#E2EBED  */
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}
#calendarDiv .monthYearPicker{ /* Month & Year drop down lists  bk:#E2EBED */
	background-color: #eff7ff;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #000000;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;
}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;
	padding:1px;
	margin:1px;
	cursor:pointer;
}
#calendarDiv .monthYearActive{ 	/* Colour of mouse over month year of selection bk:#317082 c:#E2EBED */
	background-color:#ff66cc;
	color: #FFFFFF;
}

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

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