/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
//
// ltwCalendar Style Sheet
*/
body.cal_Document { font-family:Verdana,Arial,sans-serif; font-size:12px; color: #666666;}


a.prevnext:link {color: #005440; font-size: 11px; text-decoration:underline}
a.prevnext:visited {color: #005440; font-size: 11px; text-decoration:underline}
a.prevnext:hover {color: #005440; font-size: 11px; text-decoration:underline}
a.prevnext:active {color: #005440; font-size: 11px; text-decoration:underline}

a.day:link {color: #666666; font-size: 12px; font-weight:bold; text-decoration:underline}
a.day:visited {color: #666666; font-size: 12px; font-weight:bold; text-decoration:underline}
a.day:hover {color: #005440; font-size: 12px; font-weight:bold; text-decoration:underline}
a.day:active {color: #005440; font-size: 12px; font-weight:bold; text-decoration:underline}

a.event:link {color: #666666; font-size: 11px; text-decoration:none}
a.event:visited {color: #666666; font-size: 11px; text-decoration:none}
a.event:hover {color: #005440; font-size: 11px; text-decoration:underline}
a.event:active {color: #005440; font-size: 11px; text-decoration:underline}

a.admin:link {color: #cccccc; font-size: 11px; text-decoration:none}
a.admin:visited {color: #cccccc; font-size: 11px; text-decoration:none}
a.admin:hover {color: #cccccc; font-size: 11px; text-decoration:underline}
a.admin:active {color: #cccccc; font-size: 11px; text-decoration:underline}

table.cal {
background-color: #cccccc;
width: 760px;
height:600px;
border-style: none;
border-width: 3px;
font-family:Verdana,Arial,sans-serif;
}

.caption {
color: #666666;
font-size: 18px;
font-weight: bold;
}

.thead {
color: #cccccc;
background-color: #005440;
font-size: 12px;
font-weight: bold;
}

td.cal {
background-color: white;
text-align: left;
vertical-align: top
}

tfoot.cal {
color:#cccccc;
background-color: #005440;
font-size: 11px;
text-align: left
}

.tfoot {
color:#cccccc;
background-color: #005440;
font-size: 11px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #cccccc;
font-family: font-family:Verdana,Arial,sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
