/* Calendar Style Sheet */
a.prevnext:link {color: red; font-size: 110%; text-decoration:underline}
a.prevnext:visited {color: red; font-size: 110%; text-decoration:underline}
a.prevnext:hover {color: blue; font-size: 110%; text-decoration: none;}
a.prevnext:active {color: red; font-size: 110%; text-decoration:underline}

a.day:link {color: black; font-size: 80%; text-decoration:underline}
a.day:visited {color: black; font-size: 80%; text-decoration:underline}
a.day:hover {color: red; font-size: 80%; text-decoration:none}
a.day:active {color: black; font-size: 80%; text-decoration:underline}

a.event:link {color: blue; font-size: 70%; text-decoration:none}
a.event:visited {color: blue; font-size: 70%; text-decoration:none}
a.event:hover {color: yellow; font-size: 70%; text-decoration:none}
a.event:active {color: blue; font-size: 70%; text-decoration:none}

a.pdf:link {color: white; font-size: 70%; text-decoration:none}
a.pdf:visited {color: white; font-size: 70%; text-decoration:none}
a.pdf:hover {color: blue; font-size: 70%; text-decoration:underline}
a.pdf:active {color: white; font-size: 70%; text-decoration:none}

table.cal {
background-color: lightblue;
height: 550px;
border-style: none;
border-width: 1px;
font-family: sans-serif
}

.caption {
color: black;
font-size: 130%; /* Title, date area font size */
font-weight: bold;
}

.thead {
color:white;
background-color: darkblue; /* background for day headers */
font-size: 100%; /* Day Header font size */
}

td.cal {
background-color: white; /* background for day boxes */
text-align: left;
vertical-align: top
}

tfoot.cal {
color:black;
background-color: lightblue;
text-align: left
}
