   
	BODY {
	Background-color: #ececec;
	background-image:   url(images/index_02.jpg);
	background-repeat:repeat-x; 
	background-position:top;
}

.navmenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 160px;
border: 0px solid #d5d3d3;
border-bottom-width: 0;
}

.navmenu li a{
background: url(images/nav.png) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding: 3px 0;
padding-left: 30px;
text-decoration: none;

}


* html .navmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.navmenu li a:visited, .navmenu li a:active{
color: #ffffff;
}

.navmenu li a:hover{
background-image: url(images/nav1.png);
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #ffc049;
}

#footer{
	background-image:     url(images/index_19.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 198px;
	padding:0px;
	margin:0px;
	text-align: center;
}

#footercontent{
	margin:0px auto;
	height:139px;
	width:908px;
	background-image:    url(images/index_20.jpg);
	background-position: 0px;
}
	
.menu {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:18px;
	text-decoration:underline;
	font-weight:bold;
}
.menu:hover {
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height:18px;
	text-decoration:underline;
	font-weight:bold;
}

.menu2 {
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size: none;
	color: #0000ff;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
}
.menu2:hover {
	font-family:  Tahoma, Helvetica, sans-serif;
	font-size: none;
	color: #000000;
	line-height:18px;
	text-decoration:underline;
	font-weight:bold;
}
ul. redcheck li {
background-image:url(bullet.jpg) no-repeat; 
	}
	
.hlight {  
 background-color: #FFFF00
 }

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:20px;
	width:20px;
}
.expired {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	height:20px;
	width:20px;
}
.booked {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: red;
	height:20px;
	width:20px;
}
.available {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: green;
	height:20px;
	width:20px;
}
.available a {
	color: white;
	background-color: green;
}