body { background-color: #9696B4; }

.glossymenu{
border-left:1px solid #000152; border-right:1px solid #000152; border-top:1px solid #000152; border-bottom:1px solid #000152; list-style-type: none;
margin: 5px 0;
padding: 0;
width: 155px;
}
.glossymenu li a{
background: white url('images/newdesign/glossyback.gif') repeat-x bottom left;
color: white;
display: block;
width: auto;
padding-left: 10px;
text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Lucida Grande, Trebuchet MS, Verdana, Helvetica, sans-serif; padding-right:0; padding-top:3px; padding-bottom:3px
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 155px;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li a:hover{
background-image:  url('images/newdesign/glossyback2.gif');
}

a.main:link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #F5DFB8;
	text-decoration: none;
}
a.main:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #F5DFB8;
	text-decoration: none;
}
a.main:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: underline;
}
td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;


}
.inpt {
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;


}
.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;
}
