iframe {border: none; background: transparent;}

#calendarDiv{
	position:absolute;
	width:185px;
	height: 170px;
	padding:7px;
	font-family:arial;
	font-size:10px;
	visibility:hidden;
	background: url(images/cal-bg.gif) no-repeat;}
	
	
#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 tr {margin-top:12px;}
#calendarDiv td{
	text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
	margin-right: 1px;
	width: 26px;
	height: 17px;
		font-size:10px;
line-height: 17px;
}


#calendarDiv .selectBox{
border: solid 1px #d2d2d2;
	background-color: #ddd;
	position:relative;
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 1px 0px 1px 2px;
}
#calendarDiv .selectBoxOver{
border: solid 1px #003366;
		background-color: #003366;
	font-size: 10px;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	position:relative;
	padding: 1px 0px 1px 2px;
}
#calendarDiv .selectBoxTime{
	border:1px solid #08498a;		
	color: #08498a;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;



}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#003366; font-weight: bold; font-size: 11px;
}
#calendarDiv .todaysDate{
	height:13px;
	background-color: #ddd;
	line-height:13px;
	padding: 1px;
	text-align:center;
	position:absolute;
	bottom:6px;
	width:179px;
	border: solid 1px #d2d2d2;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:14px;
	line-height:14px;
	background-color: red;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

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


#calendarDiv .monthYearPicker{
			background-color: #ddd;
	border:1px solid #d2d2d2;
	position:absolute;
	color: #888;
	left:10px;
	top:19px;
	z-index:1000;
	display:none;

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



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