/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
a.prevnext:link {color: blue; font-size: 12px; text-decoration:underline}
a.prevnext:visited {color: blue; font-size: 12px; text-decoration:underline}
a.prevnext:hover {color: red; font-size: 12px; text-decoration:underline}
a.prevnext:active {color: blue; font-size: 12px; text-decoration:underline}

a.day:link {color: blue; font-size: 13px; text-decoration:underline;font-weight:bold;}
a.day:visited {color: blue; font-size: 13px; text-decoration:underline;font-weight:bold;}
a.day:hover {color: red; font-size: 13px; text-decoration:underline;font-weight:bold;}
a.day:active {color: blue; font-size: 13px; text-decoration:underline;font-weight:bold;}

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: black;
height: 600px;
border-style: none;
border-width: 3px;
font-family: sans-serif;
}

.caption {
font-size:16px; 
font-family:arial, helvetica; 
font-weight:bold;
color: 898989;
}

.thead {
color: white;
background-color: #2663e2;
font-size: 18px;
font-size: 15px;
font-weight: bold;
}

td.cal {
background-color: #edecd8;
text-align: left;
vertical-align: top
}

td.cal-blank {
background-color: #eeeeee;
}

td.cal-today {
background-color: #edecd8;
text-align: left;
vertical-align: top;
border: 2px solid #7f99cd;
}

tfoot.cal {
color: black;
background-color: #2663e2;
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;
}
