#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #cc0101;
	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 #cc0101;		
	color: #000;
	position:relative;
	height:12px;
	background: #fff;
	width: 50px;
	cursor:help;
}


#calendarDiv .calendar_week_column{

	background-color:#F00;
}

#calendarDiv .selectBox img{
	margin-top: -1px;
	float: right;
}
#calendarDiv .selectBoxOver{
	border:1px solid #cc0101;
	background-color: #fff;
	color: #000;
	position:relative;
	height: 12px;
	width: 50px;
}
#calendarDiv .selectBoxOver img{
	margin-top: -1px;
	float: right;
}
#calendarDiv .selectBoxTime{
	border:1px solid #cc0101;		
	color: #cc0101;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #cc0101;	
	color: #cc0101;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #cc0101;
}
#calendarDiv .daysWeek{
	cursor: text;
}
#calendarDiv .selectedDay{	/* the day passed through from the control */
	color: #cc0101;
	cursor: pointer;
	cursor: hand;
}
#calendarDiv .today{	 /*today in the calendar */
	color:  #000;
	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: #fff;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
	color: #000;
	border-top: 1px solid #cc0101;
	border-bottom: 1px solid #cc0101;
	border-left: none;
	border-right: none;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #ffffff;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #fff;
	border:1px solid #cc0101;
	position:absolute;
	color: #d3d3d3;
	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: #cc0101;
	color: #000;
}

#calendarDiv .topBar img{
	cursor:help;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}

td.today
{
	background-color: #fff;
	font-size: 11px;
	font-family: verdana,helvetica,sans-serif;
	font-weight: bold;
	border: 1px solid #cc0101;
}

td.selectedDay
{
	/*border: 0px none;*/
	font-weight: bold;
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	background-color: #fff;
	border: #cc0101 1px solid;
}