/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
a.prevnext:link  { color: #ffffff; font-size: 12px; text-decoration: none }
a.prevnext:visited  { color: #ffffff; font-size: 12px; text-decoration: none }
a.prevnext:hover  { color: #dcdcdc; font-size: 12px; text-decoration: underline }
a.prevnext:active {color: #ffffff; font-size: 12px; text-decoration:underline}

a.day:link   { color: #5388bf; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none }
a.day:visited  { color: #5388BF; font-size: 18px; text-decoration: none }
a.day:hover  { color: #5388BF; font-size: 18px; text-decoration: underline }
a.day:active  { color: #00f; font-size: 18px; text-decoration: underline }

a.event:link {color: blue; font-size: 12px; text-decoration:underline}
a.event:visited {color: blue; font-size: 12px; text-decoration:underline}
a.event:hover {color: red; font-size: 12px; text-decoration:underline}
a.event:active {color: blue; font-size: 12px; text-decoration:underline}

a.admin:link {color: blue; font-size: 12px; text-decoration:underline}
a.admin:visited {color: blue; font-size: 12px; text-decoration:underline}
a.admin:hover {color: red; font-size: 12px; text-decoration:underline}
a.admin:active {color: blue; font-size: 12px; text-decoration:underline}

table.cal {
background-color: lightblue;
height: 600px;
border-style: none;
border-width: 3px;
font-family: sans-serif
}

.caption {
color: #ffffff;
font-size: 24px;
font-weight: bold;
}

.thead   { color: #ffffff; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; background-color: #add8e6 }

td.cal {
background-color: white;
text-align: left;
vertical-align: top
}

tfoot.cal {
color:black;
background-color: lightblue;
font-size: 14px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

body   { color: #fff; font-family: georgia, helvetica, serif; background-color: #5388bf; margin: 0 }
a.small   { color: #e0ffff; font-size: 7pt; text-decoration: none }