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

a.day:link {color: white; font-size: 11px; text-decoration:none}
a.day:visited {color: white; font-size: 11px; text-decoration:none}
a.day:hover {color: red; font-size: 11px; text-decoration:none}
a.day:active {color: white; font-size: 11px; text-decoration:none}

a.event:link {color: white; font-size: 11px; font-weight:bold; text-decoration:none}
a.event:visited {color: white; font-size: 11px; text-decoration:none}
a.event:hover {color: red; font-size: 11px; text-decoration:none}
a.event:active {color: white; font-size: 11px; text-decoration:none}

a.admin:link {color: blue; font-size: 11px; text-decoration:underline}
a.admin:visited {color: blue; font-size: 11px; text-decoration:underline}
a.admin:hover {color: red; font-size: 11px; text-decoration:underline}
a.admin:active {color: blue; font-size: 11px; text-decoration:underline}

table.cal {
background-color: #e66317;
/*height: 120px;*/
border-style: none;
border-width: 1px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

.caption {
color: black;
font-size: 11px;
font-weight: bold;
}

.thead {
color:white;
background-color: #e66317;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}

td.cal {
background-color: #F7BF48;
text-align: center;
vertical-align: middle;
width:14px; height:12px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}
td.calevent {
background-color: #e66317;
text-align: center;
vertical-align: middle;
width:14px; height:12px;
font-color:#FFFFFF;
font-size: 11px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}

tfoot.cal {
color:black;
background-color: lightblue;
font-size: 11px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
}

ul.cal {
margin: 0px;
list-style-position: inside;
font-family: Arial, Helvetica, sans-serif;
}

.cal-admin-link {
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
/*Calendar*/



