/*
// 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: 12px; text-decoration:underline}
a.prevnext:visited {color: red; font-size: 12px; text-decoration:underline}
a.prevnext:hover {color: blue; font-size: 12px; text-decoration:underline}
a.prevnext:active {color: red; font-size: 12px; text-decoration:underline}

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: red; font-size: 18px; text-decoration:underline}
a.day:active {color: black; font-size: 18px; text-decoration:underline}
*/

a.event {
background-color:#F7E7E1;
border:1px solid #FFCCCC;
padding:2px;
margin:2px 0;
display:block;
font-size:75%;
text-decoration:none;
}

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

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

.thead {
color:white;
background-color:#606;
font-size: 14px;
padding:4px;
}

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

tfoot.cal {
color:black;
background-color: #333;
font-size: 14px;
text-align: left;
padding:4px;
}

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

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