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:#FFF;
	font-family:arial;
	font-size:11px;
}
#calendarDiv .calendarContent
{
	float:left;
	width:218px;
	border-right:solid 1px #9D9789;
}
#calendarDiv .calendarContentRight
{
	border:none;
}
#calendarDiv table
{
	width:100%;
	table-layout:fixed;
}
#calendarDiv td
{
	font-size:11px;
	cursor:default;
	text-align:center;
}
#calendarDiv .topBar
{
	/*background-color:#3155b5;*/
	background-color: #bd0808;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	height:25px;
	
}

#calendarDiv .topBar td
{
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
		height:24px
	}
#calendarDiv tbody tr
{
	height:24px;
}
#calendarDiv .topBar .arrowLeft
{
	border-left:solid 1px #FFF;
	cursor:pointer;
	background:#bd0808/*#3155b5*/ url(../images/calendar/left.gif) no-repeat left center;
}
#calendarDiv .topBar .arrowRight
{
	border-right:solid 1px #FFF;
	cursor:pointer;
	background:#bd0808/*#3155b5*/ url(../images/calendar/right.gif) no-repeat right;
}
#calendarDiv .topBar .arrowLeftDisabled{border-left:solid 1px #FFF;
	cursor:default;
	background:#bd0808/*#3155b5*/ url(../images/calendar/left_off.gif) no-repeat left center;
}
#calendarDiv .topBar .arrowRightDisabled
{
	border-right:solid 1px #FFF;
	cursor:default;
	background:#bd0808/*#3155b5*/ url(../images/calendar/right_off.gif) no-repeat right;
}
#calendarDiv .daysBar
{
	height:19px;background-color:#b1b0b0;
	color:#FFF;
}
#calendarDiv .daysBar th
{
	font-weight:normal;
	font-size:11px;
}
#calendarDiv .borderLeft
{
	border-left:solid 1px #FFF;
}
#calendarDiv .borderRight
{
	border-right:solid 1px #FFF;
}
#calendarDiv .footercal
{
	/*background-color:#3155b5;*/
	background-color:#e7e7e7;/*#e7ebf7;*/
	font-weight:bold;
	height:25px;
	padding:0 10px;
	border-top:solid 1px #9D9789;
	clear:both;
	width:418px;
}
#calendarDiv .footerRight
{
	float:right;
	padding-top:5px;
}
#calendarDiv .footercal a
{
	background:transparent url(../images/calendar/close.gif) no-repeat right;
	font-weight:bold;
	padding:2px 20px 2px 0;
}
#calendarDiv .Day
{
	color: #000000;
	cursor:pointer;
}
#calendarDiv .DayOver
{
	color:#FFF;
	background-color:#b1b0b0;
	cursor:pointer;
}
#calendarDiv .activeDay
{
	color:#CD3331;
	cursor:pointer;
}#calendarDiv .activeDayOver
{
	color:#CD3331;
	background-color:#b1b0b0;
	cursor:pointer;
}
#calendarDiv .inActiveDay
{
	color:#b1b0b0;
}
