/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
a.prevnext:link {color: darkblue; font-size: 11px; text-decoration:none}
a.prevnext:visited {color: darkblue; font-size: 11px; text-decoration:none}
a.prevnext:hover {color: blue; font-size: 11px; text-decoration:none}
a.prevnext:active {color: darktblue; font-size: 11px; text-decoration:none}

a.day:link {color: black; font-size: 12px; text-decoration:none}
a.day:visited {color: black; font-size: 12px; text-decoration:none}
a.day:hover {color: lightblue; font-size: 12px; text-decoration:none}
a.day:active {color: black; font-size: 12px; text-decoration:none}

a.event:link {color: blue; font-size: 11px; text-decoration:none}
a.event:visited {color: blue; font-size: 11px; text-decoration:none}
a.event:hover {color: lightblue; font-size: 11px; text-decoration:none}
a.event:active {color: blue; font-size: 11px; text-decoration:none}

a.admin:link {color: blue; font-size: 11px; text-decoration:none}
a.admin:visited {color: blue; font-size: 11px; text-decoration:none}
a.admin:hover {color: lightblue; font-size: 11px; text-decoration:none}
a.admin:active {color: blue; font-size: 11px; text-decoration:none}

table.cal {
height: 400px;
border-style: none;
border-width: 0px;
padding:4px;
font-family: Geneva, Verdana, Arial, Sans-serif;
}

.caption {
color: black;
font-size: 15px;
font-weight: light;
}

.thead {
color:white;
background-color: lightblue;
font-size: 12px;
font-weight:bold;
padding:6px;
}

td.cal {
background-color: white;
background-image:url(images/bkg_tb_base.gif);
background-repeat:repeat-x;
background-position:bottom;
text-align: left;
vertical-align: top
}

tfoot.cal {
color:black;
background-color: lightblue;
font-size: 14px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
display:none;
}
