
.caltile 
{
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
	width: 30px;
	height: 25px;
	padding: 1px;
	padding-bottom: 2px;
	text-decoration: none;
}
.caltile:hover {
	background-color: #e0eeff;
}	

.date {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: blue;
	margin: 0px;
}
.caption {
	clear: both;
	float: right; 
	text-align: right;
	font-size: 8pt;
	color: #555555;
	text-decoration: none;
}
.weekend {
	color: #555555;
}
.weekend .date {
	color: #666666;
}
.nonbusinessday { 
	background-color: #f0dddd;
	color: #444444;
}	
.nonbusinessday .caption, .nonbusinessday .date { 
	color: #664444;
}
.holiday { 
	background-color: #f0d0d0;
	color: darkred;
}
.holiday .caption, .holiday b, .holiday .date { 
	color: darkred;
}
.calsize {
	float: right;
	padding: 0px;
	margin-bottom: 3px;
}
#calendardiv {			
	margin: 0 auto;
	margin-bottom: 5px;
	width: 235px;
	float: left;
	position: relative;
	left: 2%;
	top: 10px;
	padding: 0px;
	z-index: 999;
}
#calendar {			
	margin: 0 auto;
	margin-bottom: 5px;
	border: 1px solid #aaaaaa;
	width: 225px;
	z-index: 999;
}
#calendar th {	
	background-color: #e0e0f0;
	padding-top: 5px;
	padding-bottom: 5px;
}	
#calendar th.weekend {	
	background-color: #d9d9e9;
}	
#calendar th.title {	
	color: white;
	font-size: 12pt;
	background-color: #333388;
}		
#calendar th.nav {	
	color: white;
	font-size: 11pt;
	background-color: #333388;
}
#calendar th.nav a {
	color: white;
}
#calendar th.nav a:hover {
	color: yellow;
}
#calendar td {	
	background-color: #eaeaf5;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	width: 25px;
	height: 25px;			
}	
#calendar td.weekday {	
	background-color: #fafafa;
}
#calendar td.weekend {	
	background-color: #f0f0f0;
}
#calendar td.weekend .caltile {	
	color: #666666;
}
#calendar td.noweekday {	
	background-color: #ededed;
}
#calendar td.noweekend {	
	background-color: #e7e7e7;
}	
#calendar td.noweekend .caltile {	
	
}
#calendar td img {	
	margin: 0px;
}
#bookings {
	position: relative;
	top: 5px;
	padding-right: 0px;
}
.today {	
	background-color: #e5e5f5;
}
.current {	
	background-color: #e0f5e0;
}
#current {	
	background-color: #e0f5e0;
}
#current .date {
	color: #005500;
}
#facility {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#schedule {
	border: 1px solid #e0e0e0;
	width: 66%;
	position: relative;
	left: 5px;
}
#schedule td {
	/* background-color: #f5f5ff; */
}

#fulldayform {
	border: 1px solid #e0e0e0;
	width: 65%;
	text-align: left;
}

#bottomformtd {
	padding: 0px;
	height: 25px;
	background-color: #eeeeff;
}

#bottomform {
	font-size: 8pt;
	position: relative;
	top: 7px;
	text-align: center;
}
#bottomform  input, #bottomform select, #bottomform option {
	font-size: 8pt;
}
#bottomform .button {
	font-size: 8pt;
	padding: 2px;
}

