iframe.calendar {
	z-index: 900;
	position: absolute;
	border: none;
	visibility: hidden;
}

#calendarDiv {
	position: absolute;
	z-index: 1000;
	visibility: hidden;
	width: 294px;
	border: solid 1px #7F9DB9;
	background-color: #FFF;
	font-family: arial;
	font-size: 11px;
} 

#calendarDiv .calendarContent {
	float: left;
	width: 146px;
	border-right: solid 2px #E5EBEF;
}

#calendarDiv .calendarContentRight {
	border: none;
}

#calendarDiv table {
	width: 100%;
	table-layout: fixed;
}

#calendarDiv td {
	cursor: default;
	text-align: center;
}

#calendarDiv .topBar {
	background-color: #E5EBEF;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	height: 25px;
}

#calendarDiv .topBar td {
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	color: #004A9C;
}

#calendarDiv tbody tr {
	height: 24px;
}

#calendarDiv .topBar .arrowLeft {
	border-left: solid 1px #FFF;
	cursor: pointer;
	background: #E5EBEF
		url(image/prev.gif) no-repeat
		left center;
}

#calendarDiv .topBar .arrowRight {
	border-right: solid 1px #FFF;
	cursor: pointer;
	background: #E5EBEF
		url(image/next.gif) no-repeat
		right;
}

#calendarDiv .topBar .arrowLeftDisabled {
	border-left: solid 1px #FFF;
	cursor: default;
	background: #E5EBEF
		no-repeat left center;
}

#calendarDiv .topBar .arrowRightDisabled {
	border-right: solid 1px #FFF;
	cursor: default;
	background: #E5EBEF
		no-repeat right;
}

#calendarDiv .daysBar {
	height: 19px;
	background-color: #FFF;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

#calendarDiv .daysBar th {
	font-weight: bold;
}

#calendarDiv .borderLeft {
	border-left: solid 1px #FFF;
}

#calendarDiv .borderRight {
	border-right: solid 1px #FFF;
}

#calendarDiv .footer {
	background-color: #fff;
	font-weight: bold;
	height: 28px;
	padding: 0 10px;
	border-top: solid 1px #9D9789;
	clear: both;
}

#calendarDiv .footerRight {
	float: right;
	padding-top: 5px;
	background-color: #fff;
}

#calendarDiv .footer a {
	background: transparent
		url(image/16-em-cross.pngf) no-repeat
		right;
	font-weight: bold;
	padding: 2px 20px 2px 0;
}

#calendarDiv .Day {
	color: #004A9C;
	cursor: pointer;
	font-weight: bold;
}

#calendarDiv .DayOver {
	color: #ff0000;
	background-color: #fff;
	cursor: pointer;
	font-weight: bold;
}

#calendarDiv .activeDay {
	color: #ff0000;
	cursor: pointer;
	background-color: #fff;
	font-weight: bold;
}

#calendarDiv .activeDayOver {
	color: #CD3331;
	background-color: #C0BBAF;
	cursor: pointer;
	font-weight: bold;
}

#calendarDiv .inActiveDay {
	color: #999999;
	font-weight: bold;
}
