#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #6cafd6;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:help;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:help;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}

#calendarDiv .selectBox{
	border:1px solid #fff;		
	color: #000;
	position:relative;
	height:11px;
	background: #fff;
	width: 50px;
	cursor:help;
}


#calendarDiv .calendar_week_column{

	background-color:#FF0000
}

#calendarDiv .selectBox img{
	margin-top: -1px;
	float: right;
}
#calendarDiv .selectBoxOver{
	border:1px solid #fff;
	background-color: #fff;
	color: #000;
	position:relative;
	height: 11px;
	width: 50px;
}
#calendarDiv .selectBoxOver img{
	margin-top: -1px;
	float: right;
}
#calendarDiv .selectBoxTime{
	border:1px solid #ebfbe9;		
	color: #6dc06a;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #6dc06a;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #6cafd6;


}
#calendarDiv .daysWeek{
	cursor: text;
}
#calendarDiv .selectedDay{	/* the day passed through from the control */
	color: #FF0000;
	cursor: pointer;
	cursor: hand;
}
#calendarDiv .today{	 /*today in the calendar */
	color:  #0000FF;
	cursor: pointer;
	cursor: hand;
}
#calendarDiv .inactiveDay{	/* Inactive day in the calendar */
	color: #d3d3d3;
	cursor: default;
}
#calendarDiv .activeDay{	/* Active day in the calendar */
	cursor: pointer;
	cursor: hand;
}
#calendarDiv .todaysDate{
	height:15px;
	padding:2px;
	margin-bottom: 1px;
	background-color: #6cafd6;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
	color: #fff;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #ebfbe9;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #fff;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	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:help;
}
#calendarDiv .monthYearActive{
	background-color:#fa8100;
	color: #E2EBED;
}

#calendarDiv .topBar img{
	cursor:help;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}