/*
// ltw_style.css
// $Id: ltw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $
// 
// ltwCalendar Style Sheet 
*/
a.prevnext:link {color: darkgreen; font-size: 10px; text-decoration:underline; font-family: Verdana, Tahoma, sans-serif}
a.prevnext:visited {color: darkgreen; font-size: 10px; text-decoration:underline; font-family: Verdana, Tahoma, sans-serif;}
a.prevnext:hover {color: black; font-size: 10px; text-decoration:underline; font-family: Verdana, Tahoma, sans-serif;}
a.prevnext:active {color: darkgreen; font-size: 10px; text-decoration:underline; font-family: Verdana, Tahoma, sans-serif;}

a.day:link {color: black; font-size: 18px; text-decoration:underline}
a.day:visited {color: black; font-size: 18px; text-decoration:underline}
a.day:hover {color: green; font-size: 18px; text-decoration:underline}
a.day:active {color: black; font-size: 18px; text-decoration:underline}

a.event:link {color: darkgreen; font-size: 12px; text-decoration:underline}
a.event:visited {color: darkgreen; font-size: 12px; text-decoration:underline}
a.event:hover {color: black; font-size: 12px; text-decoration:underline}
a.event:active {color: darkgreen; font-size: 12px; text-decoration:underline}

a.admin:link {color: darkgreen; font-size: 12px; text-decoration:underline}
a.admin:visited {color: darkgreen; font-size: 12px; text-decoration:underline}
a.admin:hover {color: black; font-size: 12px; text-decoration:underline}
a.admin:active {color: darkgreen; font-size: 12px; text-decoration:underline}

table.cal {
background-color: green;
height: 600px;
border-style: none;
border-width: 3px;
font-family: Verdana, Tahoma, sans-serif;
}

.caption {
color: darkgreen;
font-size: 24px;
font-weight: bold;font-family: Verdana, Tahoma, sans-serif;
}

.thead {
color:white;
background-color: darkgreen;
font-size: 18px;font-family: Verdana, Tahoma, sans-serif;
}

td.cal {
background-color: white;
text-align: left;
vertical-align: top;font-family: Verdana, Tahoma, sans-serif;
}

tfoot.cal {
color:black;
background-color: green;
font-size: 14px;
text-align: left;font-family: Verdana, Tahoma, sans-serif;
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ffffff;
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}