.style1b { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold;}

.style1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.style1:link {color: #000000; text-decoration: none; }
.style1:visited {color: #000000; text-decoration: none; }
.style1:hover { color: #000000; text-decoration: underline; }

.style2 { font-family: Arial; font-size: 12px; color: #6C3900; background-color:#FFBB71; text-decoration: bold;

} 
.style3 { font-family: Arial; font-size: 12px; color: #ffffff; font-weight: normal;
}

.style4 { font-family: Arial; font-size: 13px; color: #FFE8C2; font-weight: bold;
}

.style5 { font-family: Arial; font-size: 13px; color: #FFE8C2; font-weight: bold; background-color:#E08925;
}

.style6 { font-family: Arial; font-size: 12px; color: #6C3900; background-color:#FFBB71; text-decoration: bold;
} 

.style8 { font-family: Arial; font-size: 12px; color: #6C3900; text-decoration: bold;
}



#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #D76C04;
	padding:1px;
	background-color: #FFE8C2;
	font-family:arial;
	font-size:15px;
	padding-bottom:20px;
	visibility:hidden;
}


#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{
	border:1px solid #E2EBED;		
	color: #ffffff;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #D37003;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #D57D1E;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#D57D1E;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #D57D1E;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
	color:#fff;
	font-size:12px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #D57D1E;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
	
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #D57D1E;
	border:1px solid #6C3900;
	position:absolute;
	color: #fff;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;
	font-size:12px;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#FFBB71;
	color: #E2EBED;
}

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

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