iframe.calendar {
	z-index: 900;
	position: absolute;
	border: none;
	visibility: hidden;
}
#calendarDiv {
	position: absolute;
	z-index: 1000;
	visibility: hidden;
	width: 360px;
	border: solid 1px #DDD;
	background-color: #FFF;
	font-family: arial;
	font-size: 12px;
}
#calendarDiv .calendarContent {
	float: left;
	width: 179px;
	border-right: solid 1px #CCC;
}
#calendarDiv .calendarContentRight {
	border: none;
}
#calendarDiv table {
	width: 100%;
	table-layout: fixed;
}
#calendarDiv td {
	cursor: default;
	text-align: center;
	font-family: arial;
	font-size: 12px;
}
#calendarDiv .topBar {
	background:url(../images/tabtab.jpg);
	color: #666;
	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: 20px;
}
#calendarDiv .topBar .arrowLeft {
	border-left: solid 1px #FFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
}
#calendarDiv .topBar .arrowRight {
	border-right: solid 1px #FFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
}
#calendarDiv .topBar .arrowLeftDisabled {
	border-left: solid 1px #FFF;
	cursor: default;
	font-weight: bold;
	font-size: 16px;
	color:#CCCCCC;
}
#calendarDiv .topBar .arrowRightDisabled {
	border-right: solid 1px #FFF;
	cursor: default;
	font-weight: bold;
	font-size: 16px;
	color:#CCCCCC;
}
#calendarDiv .daysBar {
	height: 16px;
	background-color: #EEEEEE;
	color:#cccccc;
}
#calendarDiv .daysBar th {
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
}
#calendarDiv .borderLeft {
	border-left: solid 1px #FFF;
}
#calendarDiv .borderRight {
	border-right: solid 1px #FFF;
}
#calendarDiv .footer {
	background-color: #D7D0BD;
	font-weight: bold;
	height: 28px;
	padding: 0 10px;
	border-top: solid 1px #9D9789;
	clear: both;
}
#calendarDiv .footerRight {
	float: right;
	padding-top: 5px;
}
#calendarDiv .Day {
	color: #000;
	cursor: pointer;
}
#calendarLeft {
	font-size:12px;
	height:160px;
}
#calendarDiv .DayOver {
	color: #FFF;
	background-color: #7a3b81;
	cursor: pointer;
	font-weight: bold;
}
#calendarDiv .activeDay {
	color: #fff;
	cursor: pointer;
	background-color: #ff9900;
}
#calendarDiv .activeDayOver {
	color: #CD3331;
	background-color: #C0BBAF;
	cursor: pointer;
}
#calendarDiv .inActiveDay {
	color: #CCCCCC;
}
