table.calendarframe {
  font-family:verdana,arial;
  font-size:12px;
  xborder-collapse:collapse;

}
table.calendarframe td {
  border: 1px solid #ededed;
  width: 34px;
  height: 32px;
  vertical-align: middle;
  text-align:center;
  font-size: 14px;

}

table.calendarframe td.noservice {
  border: 1px solid #ededed;
  width: 34px;
  height: 32px;
  vertical-align: middle;
  text-align:center;
  font-size: 13px;
  background-color:#ebebeb;
}

table.calendarframe td.fullyBooked {
  border: 1px solid #8cd5fd;
  width: 34px;
  height: 32px;
  vertical-align: middle;
  text-align:center;
  font-size: 13px;
  background-color:#ceecfd;
}

table.calendarframe a:link, table.calendarframe a:visited {
  font-family:verdana, tahoma, arial;
  font-size: 12px; 
  text-decoration: none;
  color: #666666;
  line-height:1em;
  
}
table.calendarframe a:hover {
  text-decoration: none;
  color: #000000;
}

tr.header td {
  color: #535353;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border:0px;
  vertical-align:middle;
}

tr.header td.sun {
  color: #961711;
}

input.button1 {
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	background-color: #dcdcdc;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

a.leftright:link, a.leftright:visited {
  font-family: verdana, arial;
  font-size: 11px;
  font-weight: bold; 
  text-decoration: none;
  color: #666666;
}
a.leftright:hover {
  color: #000000;
}  

.calendarhover{
background-color:#FF4500;
color:#ffffff;
}

.topMonthTitle{
background:url(../images/border.gif) repeat-x;
background-position:bottom;
border:0;
}

.bottomLegend{
background:url(../images/border.gif) repeat-x;
background-position:top;
border:0;
}


