 iframe.calendar{z-index:900;position:absolute;border:none;visibility:hidden;}#calendarDiv{
	position:absolute;
	z-index:1000;
	visibility:hidden;
	width:438px;
	border:solid 1px #9D9789;
	background-color:#F4F4F4;
	font-family:arial;
	font-size:11px;
	background-image:url(/images/left_off.gif);

}#calendarDiv .calendarContent{float:left;width:218px;border-right:solid 1px #9D9789;}#calendarDiv .calendarContentRight{border:none;}#calendarDiv table{width:100%;table-layout:fixed;}#calendarDiv td{cursor:default;text-align:center;}#calendarDiv .topBar{
	background-color:#d50000;
/*	color:#653366;*/
color:#fff;
	font-weight:bold;
	text-align:center;
	height:25px;
}#calendarDiv .topBar td{border-top:solid 1px #FFF;border-bottom:solid 1px #FFF;}#calendarDiv tbody tr{height:24px;}#calendarDiv .topBar .arrowLeft{
	border-left:solid 1px #000;
	cursor:pointer;
	background-color: #d50000;
	background-image: url(left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:50px;
}#calendarDiv .topBar .arrowRight{
	border-right:solid 1px #000;
	cursor:pointer;
	background-color: #d50000;
	background-image: url(right.gif);
	background-repeat: no-repeat;
	background-position: right;
	width:50px;
}#calendarDiv .topBar .arrowLeftDisabled{
	border-left:solid 1px #FFF;
	cursor:default;
	background-color: #d50000;
	background-image: url(left_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width:50px;
}#calendarDiv .topBar .arrowRightDisabled{
	border-right:solid 1px #FFF;
	cursor:default;
	background-color: #d50000;
	background-image: url(right_off.gif);
	background-repeat: no-repeat;
	background-position: right;
}#calendarDiv .daysBar{
	height:19px;
	background-color: #CCC;
	color:#000;
}#calendarDiv .daysBar th{font-weight:normal;}#calendarDiv .borderLeft{border-left:solid 1px #FFF;}#calendarDiv .borderRight{border-right:solid 1px #FFF;}#calendarDiv .footer{
	background-color: #EFEFEF;
	font-weight:bold;
	height:28px;
	padding:0 10px;
	border-top:solid 1px #9D9789;
	clear:both;
	width:419px;
}#calendarDiv .footerRight{float:right;padding-top:5px;}#calendarDiv .footer a{background:transparent url(close.gif) no-repeat right;font-weight:bold;padding:2px 20px 2px 0; color:#000;}#calendarDiv .footerRight:hover{color:#FFF;}#calendarDiv .Day{color:#543;cursor:pointer; font-weight:bold;}#calendarDiv .DayOver{
	/*color:#FFF;*/
	/*background-color:#CCC;*/
	color:#FFF;
	background-color:#d50000;
	cursor:crosshair;
	cursor:pointer;
	font-weight:bold;
}#calendarDiv .activeDay{
	color:#CD3331;
	cursor:pointer;
	font-weight:bold;
}#calendarDiv .activeDayOver{
	/*color:#CD3331;*/
	color:#000;
	/*background-color:#CCC;*/
	background-color:#d50000;
	cursor:pointer;
	font-weight:bold;
}#calendarDiv .inActiveDay{color:#C0BBAF; text-decoration:line-through;}

/*#calendarRight #dataRight{
	background-image:url(logo_text.gif);
	background-repeat:no-repeat;
	
}*/
