.monthBoxOff, .monthBoxOn {
	position: relative;
	font-size: 9px;
	height: 22px;
	z-index: 40;
}

.monthBoxOn .calendar {
	position: absolute;
	top: 0px;
	left: -15em;
	width: 14em;
	height: 13em;
	padding: 0.2em;
	border: 1px solid black;
	background-color: #FFF;
	z-index: 50;
	visibility: visible;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	vertical-align: center;
}

.monthBoxOff .calendar {
	position: absolute;
	top: 0px;
	left: -15em;
	width: 14em;
	height: 13em;
	padding: 0.2em;
	border: 1px solid black;
	background-color: #FFF;
	z-index: 50;
	visibility: hidden;
}

.monthBG {
	background-image: url( /images/iconCalendar.gif );
	background-repeat: no-repeat;
	width: 21px;
	height: 17px;
}

.calHead {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	font-size: 10px;
	padding: 0em;
}

.calDay {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 10px;
	padding: 0.1em;
}

.calOtherDay {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BBB;
	font-size: 10px;
	padding: 0.1em;
}

.calSelectedDay {
	background-color: #E7C771;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 10.5px;
	padding: 0.1em;
}

.calSelectedOtherDay {
	background-color: #E7C771;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	font-size: 10.5px;
	padding: 0.1em;
}

.banner {
	background-color: #E4E8EA;
	border: solid 1px #94CFE7;
	color: #63306B;
	font-weight: normal;
	padding: 4px 4px 4px 4px;
	margin-bottom: 5px;
}

.header {
	font-weight: bold;
	font-size: 12px;
}

.chosen {
	font-weight: bold;
}

.disabled {
	color: grey;
}

.pePrice {
	padding-top: 5px;
	text-align: left;
}

.peNote {
	margin-top: 1ex;
}

.calendarDate {
}

.calendarTime {
	text-align: left;
	font-style: italic;
	clear: both;
}

.calendarButton {
	margin: 0px 15px 0px 10px;
}

.calendarTitle {
	font-weight: bold;
}

.calendarVenue {
	font-style: italic;
	font-weight: normal;
}

.calendarGeography {
	font-weight: normal;
}

.calendarContactName {
	text-align: right;
}

.calendarContactTitle {
	text-align: right;
	font-style: italic;
}

.calendarListDateSmall {
	font-size:10px;
}

.calendarListTitleSmall, .calendarListTitleSmall a {
	font-size: 10px;
	font-weight: bold;
}

.calendarPeIcon {
	color:#3D6C88;
}
