html body #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;
}
html body #calendarDiv span, html body #calendarDiv img{
	float:left;
}
html body #calendarDiv .selectBox, html body #calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
	background-color:#FFFFFF;
}

html body #calendarDiv .selectBoxTime, html body #calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

html body #calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}



html body #calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
html body #calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
html body #calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
html body #calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

html body #calendarDiv .topBar{
	height:20px;
	padding:2px;
	background-color: #317082;


}
html body #calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
html body #calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
html body #calendarDiv .todaysDate div{
	float:left;
}
	
html body #calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

html body #calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


html body #calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
html body #calendarDiv #monthSelect{
	width:70px;
	background:#FFFFFF;
}
html body #calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
html body #calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

html body #calendarDiv td{
	text-align:right;
	cursor:pointer;
}

html body #calendarDiv .topBar img{
	cursor:pointer;
}
html body #calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}
