body {  font-family: Verdana, Arial, Helvetica, sans-serif}

a            { color: blue; text-decoration: none;}
a:visited    { color: blue; text-decoration: none;}
a:hover      { color: blue; text-decoration: underline;}

.startpage {
  background: #f0f0f0;
  color: #f0f0f0;
  font-weight: bold;
  font-size:11px;
  text-align: right;
  }

TD.t {
  font-size : 12px;
  font-family : verdana;
  color : #000000;
  background : #ffffff url(img/blue2.gif) repeat;
}


TD.s {
  background : #ffffff url(img/blue2.gif) repeat;
}


TD {
  font-size : 12px;
  font-family : verdana;
  color : #000000;
}

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #f0f0f0;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #f0f0f0;
	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: #f0f0f0;
	color: #000000;
	border-style: none;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #000000;
	border-style: none;
	border-width:1px
}
.week {
	border-style: none;
	background-color: #f0f0f0;
	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: #f0f0f0;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #f0f0f0;
}
.yearpicker {
	font-size: 11px;
	background-color: #f0f0f0;
}
.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: #f0f0f0;
	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: #f0f0f0;
	background-color: green;
	height:20px;
	width:20px;
}
.available a {
	color: #f0f0f0;
	background-color: green;
}