body {
margin:5px;
background-color:#fff;
font-family:Tahoma;
font-size:8pt;
text-align:center;
background-color:#F0F0F0;
}

td {
font-family:Tahoma;
font-size:8pt;
background-color:#FFF;
}

a:link {
color: #3DA6E8;
}
a:visited {
color: #3DA6E8;
}
a:hover {
color: #000;
}
a:active {
color: #000;
text-decoration:none;
}

.available {
background-color:#FFFFCC;
}

.booked {
background-color:#00FFFF;
}

.unavailable {
background-color:#0000FF;
}

.button {
color: #FFF;
font-family:Tahoma;
font-size:11pt;
font-weight: bold;
border: 1px solid #800000;
background-color: #3DA6E8;
}

.chart {
background-color:#FFF;
}

.title {
font-weight:bold;
}

.title a:link {
text-decoration:none;
}

.title a:visited {
text-decoration:none;
}

.inquire {
color:#FFF;
font-size:1pt;
}

.pet {
width:20;
text-align:center;
background-image: url(images/find-pets-title-icon.gif);
background-repeat: no-repeat;
background-position: center;
}

.wheelchair {
width:20;
text-align:center;
background-image: url(images/find-wheelchair-title-icon.gif);
background-repeat: no-repeat;
background-position: center;
}

.listing a:link {
color: #0000FF;
}
.listing a:visited {
color: #800000;
}