/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
#ltwbody {font-family:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif; background-color:#000000; background-image:url(../images/backgrounds/bg1002a.jpg); height:100%; width:100%;}
a.prevnext:link {color: white; font-size: 12px; text-decoration:none}
a.prevnext:visited {color: white; font-size: 12px; text-decoration:none}
a.prevnext:hover {color: white; font-size: 12px; text-decoration:underline}
a.prevnext:active {color: white; font-size: 12px; text-decoration:none}

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

a.event:link {color: white; font-size: 12px; text-decoration:none}
a.event:visited {color: white; font-size: 12px; text-decoration:none}
a.event:hover {color: white; font-size: 12px; text-decoration:underline}
a.event:active {color: white; font-size: 12px; text-decoration:none}

a.admin:link {color: white; font-size: 12px; text-decoration:none}
a.admin:visited {color: white; font-size: 12px; text-decoration:none}
a.admin:hover {color: white; font-size: 12px; text-decoration:underline}
a.admin:active {color: white; font-size: 12px; text-decoration:none}

table.cal {
height: 600px;
font-family: sans-serif;
border:#333 1px solid;
}

.headerCells{
font-size:14px;
border:#444 1px solid;
}
.caption {
color: white;
font-size: 24px;
font-weight: bold;
}

.thead {
color:white;
font-size: 18px;
}

td.cal {
text-align: left;
vertical-align: top;
border:#444 1px solid;
}

tfoot.cal {
color:white;
font-size: 14px;
text-align: left;
}

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

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