/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
a.prevnext:link {color: #000000; font-size: 10px; text-decoration:underline}
a.prevnext:visited {color: #6a3c31; font-size: 10px; text-decoration:underline}
a.prevnext:hover {color: #6a3c31; font-size: 10px; text-decoration:underline}
a.prevnext:active {color: #000000; font-size: 10px; text-decoration:underline}

a.day:link {color: black; font-size: 10px; text-decoration:underline}
a.day:visited {color: #6a3c31; font-size: 10px; text-decoration:underline}
a.day:hover {color: #6a3c31; font-size: 10px; text-decoration:underline}
a.day:active {color: black; font-size: 10px; text-decoration:underline}

a.event:link {color: black; font-size: 10px; text-decoration:underline}
a.event:visited {color: #6a3c31; font-size: 10px; text-decoration:underline}
a.event:hover {color: #6a3c31; font-size: 10px; text-decoration:underline}
a.event:active {color: black; font-size: 10px; text-decoration:underline}

a.admin:link {color: #000000; font-size: 10px; text-decoration:underline}
a.admin:visited {color: #6a3c31; font-size: 10px; text-decoration:underline}
a.admin:hover {color: #6a3c31; font-size: 10px; text-decoration:underline}
a.admin:active {color: #000000; font-size: 10px; text-decoration:underline}

table.cal {
background-color: #999966;
height: 400px;
width: 400px
border-style: none;
border-width: 1px;
font-family: sans-serif
}

.caption {
color: #6a3c31;
font-size: 18px;
font-weight: bold;
}

.thead {
color:black;
background-color: #efefde;
font-size: 12px;
}

td.cal {
background-color: #cccc99;
text-align: left;
vertical-align: top
}

tfoot.cal {
color:black;
background-color: #cccc99;
font-size: 10px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 9px;
font-weight: bold;
text-decoration: none;
}