IFRAME.calendar {
	Z-INDEX: 900; BORDER-BOTTOM: medium none; POSITION: absolute; BORDER-LEFT: medium none; VISIBILITY: hidden; BORDER-TOP: medium none; BORDER-RIGHT: medium none
}
#calendarDiv {
	Z-INDEX: 1000; BORDER-BOTTOM: #9d9789 1px solid; POSITION: absolute; BORDER-LEFT: #9d9789 1px solid; BACKGROUND-COLOR: #fff; WIDTH: 286px; FONT-FAMILY: arial; VISIBILITY: hidden; FONT-SIZE: 11px; BORDER-TOP: #9d9789 1px solid; BORDER-RIGHT: #9d9789 1px solid
}
#calendarDiv .calendarContent {
	WIDTH: 142px; FLOAT: left; BORDER-RIGHT: #9d9789 1px solid
}
#calendarDiv .calendarContentRight {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-TOP: medium none; BORDER-RIGHT: medium none
}
#calendarDiv TABLE {
	WIDTH: 100%; TABLE-LAYOUT: fixed
}
#calendarDiv TD {
	TEXT-ALIGN: center; CURSOR: default
}
#calendarDiv .topBar {
	TEXT-ALIGN: center; BACKGROUND-COLOR: #f90; HEIGHT: 25px; COLOR: #fff; FONT-WEIGHT: bold
}
#calendarDiv .topBar TD {
	BORDER-BOTTOM: #fff 1px solid; BORDER-TOP: #fff 1px solid
}
#calendarDiv TBODY TR {
	HEIGHT: 24px
}
#calendarDiv .topBar .arrowLeft {
	BORDER-LEFT: #fff 1px solid; BACKGROUND: #f90 left center; CURSOR: pointer
}
#calendarDiv .topBar .arrowRight {
	BACKGROUND: #f90 right 50%; CURSOR: pointer; BORDER-RIGHT: #fff 1px solid
}
#calendarDiv .topBar .arrowLeftDisabled {
	BORDER-LEFT: #fff 1px solid; BACKGROUND: #f90 no-repeat left center; CURSOR: default
}
#calendarDiv .topBar .arrowRightDisabled {
	BACKGROUND: #f90 no-repeat right 50%; CURSOR: default; BORDER-RIGHT: #fff 1px solid
}
#calendarDiv .daysBar {
	BACKGROUND-COLOR: #fffdda; HEIGHT: 19px
}
#calendarDiv .daysBar TH {
	FONT-WEIGHT: normal
}
#calendarDiv .borderLeft {
	BORDER-LEFT: #fff 1px solid
}
#calendarDiv .borderRight {
	BORDER-RIGHT: #fff 1px solid
}
#calendarDiv .footer {
	PADDING-BOTTOM: 0px; BACKGROUND-COLOR: #d7d0bd; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; HEIGHT: 28px; CLEAR: both; BORDER-TOP: #9d9789 1px solid; FONT-WEIGHT: bold; PADDING-TOP: 0px
}
#calendarDiv .footerRight {
	FLOAT: right; PADDING-TOP: 5px
}
#calendarDiv .footer A {
	PADDING-BOTTOM: 2px; PADDING-LEFT: 0px; PADDING-RIGHT: 20px; BACKGROUND: url(../images/calendar/close.gif) no-repeat right 50%; FONT-WEIGHT: bold; PADDING-TOP: 2px
}
#calendarDiv .Day {
	COLOR: #f90; CURSOR: pointer
}
#calendarDiv .DayOver {
	BACKGROUND-COLOR: #fc6; COLOR: #fff; CURSOR: pointer
}
#calendarDiv .activeDay {
	BACKGROUND-COLOR: #fff4d2; COLOR: #f90; CURSOR: pointer
}
#calendarDiv .activeDayOver {
	BACKGROUND-COLOR: #c0bbaf; COLOR: #cd3331; CURSOR: pointer
}
#calendarDiv .inActiveDay {
	COLOR: #999
}
