@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
} 
.twoColFixRtHdr #header {
	background-color: #FFF;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding: 0 20px 0 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	border-top: 1px solid #da2028;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#title{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	background-image:url(../images/Untitled-1_r1_c1.jpg);
	background-repeat:repeat-x;
	padding-left:5px;
	color:#FFF;
	margin-right:2px;
	}
#download{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	font-size:14px;
	background-color:#FFF;
	border:1px solid #999;
	background-image:url(../images/pdf.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	/*height:45px;*/
	margin-right:2px;
	}
#contact{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	font-size:14px;
	font-size:14px;
	background-color:#FFF;
	border:1px solid #999;
	margin-right:2px;
}
#player{
	background-color:#000;
	color:#FFF;
	padding:5px;
	
}
#dave{color:#FFF;}
.bl {background: url(../images/bl.jpg) 0 100% no-repeat #000; width: 100%}
.br {background: url(../images/br.jpg) 100% 100% no-repeat}
.tl {background: url(../images/tl.jpg) 0 0 no-repeat}
.tr {background: url(../images/tr.jpg) 100% 0 no-repeat; padding:5px}
.clear {font-size: 1px; height: 1px} 
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
#kid{
	background-color:#FC0;
	padding: 3px;
}
#comment{
	background-color:#FFEA97;
	padding:5px;
}





div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	.month{
		font-weight:bold;
		font-size:14px;
		}
	.days{
		background-color:#F90;
		font-weight:bold;
	}
	.disabled{color:#CCC;
	border:1px solid #CCC;
	}
	.booked{background-color:#F00;
	font-weight:bold;
	color:#FFF;
	}
	.avail{color:#000;
	background-color:#0F3;
	font-weight:bold;
	}
		
	