div {
	font-weight: normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

.bottomlinks {  
	font-size: 9px; 
	color: #FFFFFF;
}

.buttons {  
	color: #FFFFFF; 
	background-color: #5B90A2;
	font-family: Georgia, "Times New Roman", Times, serif;
}

th { 
	font-weight: normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
}

td { 
	font-weight: normal;
	color: #666666;
	font-size: 0.9em;
}

.tdAvailability { 
	color: #333333;
	font-size: 0.7em;
}

.availability a:link  {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
.availability a:visited {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
.availability a:active{
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
.availability a:hover {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #935E8A;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}


.calendarKeyWrapper {
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../gfx/link-bg.jpg);
	padding: 15px;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
}

.calendarText { 
}

.calendarTextEmphasis { 
	font-weight:bold; 
}

.subheading { 
	font-weight:bold; 
}

.button {  
	color: #333333; 
	background-color: #5B90A2
	font-family: Georgia, "Times New Roman", Times, serif;
}

.calendarDayCaption {
	width:35px;
	font-size:0.7em;
	color: #333333; 
	text-align:center; 
	background-color: #EAE5EC;
}

.calendarCaption {
	background-color:#EAE5EC;
}

.calendarCaptionText {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.calendarGridLines {
	background-color: #9999CC; 
	border-style: none;
	border-color: #000;
}

.calendarCell {
	width:40px;
	height:30px;	
	color: gray; 
	font-size:9pt;
	text-align: center; 
	background-color: #EAE5EC;
}

.calendarCellHighlighted {
	width: 40px;
	height: 30px;
	font-size:9pt;
	font-weight: normal; 
	color: #fff; 
	text-align: center; 
	background-color:#AE77A5;
	/*background-color:#EAE5EC;*/
}	
	
.calendarCellToday {
	width:40px;
	height:30px;
	font-size:0.7em;	
	font-weight:bold;
	color: #333333; 
	text-align:center; 
	background-color: #fff;
}	

.dropdown {  
	color: #333333; 
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
