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

a.day:link {color: #565656; font-size: 9px; text-decoration:none}
a.day:visited {color: #565656; font-size: 9px; text-decoration:none}
a.day:hover {color: #790000; font-size: 9px; text-decoration:none}
a.day:active {color: #790000; font-size: 9px; text-decoration:none}

a.event:link {color: green; font-size: 9px; font-weight:bold; text-decoration:underline}
a.event:visited {color: purple; font-size: 9px; font-weight:bold; text-decoration:underline}
a.event:hover {color: red; font-size: 9px; font-weight:bold; text-decoration:underline}
a.event:active {color: darkblue; font-size: 9px; font-weight:bold; text-decoration:underline}

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

table.cal {
background-color: #fdeeee;
height: 63px;
border-style: none;
border-width: 0px;
font-family: Tahoma;
vertical-align:middle;
text-align:center;
}

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

.thead {
background-color: #fff6f6;
vertical-align:middle;
font-weight:bold;
font-size: 10px;
width:12px;
}
.tbody {
background-color: #fff6f6;
text-align:center;
vertical-align:middle;
font-weight:none;
font-size: 10px;
width:12px;
}

td.cal{
background-color: #fff6f6;
vertical-align:middle;
width:12px
}
td.cal1{
background-color: #FCD8D8;
vertical-align:middle;
width:12px
}
td.calevent{
background-color: #FFFF80;
vertical-align:middle;
width:12px
}
tfoot.cal {
color:black;
background-color: lightblue;
font-size: 11px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ffffff;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}