/*
// ltw_style.css
// ltwCalendar Style Sheet 
*/
BODY { background: #000099; color: #ffffff; margin: 0px;  font-family: Verdana, Arial, sans-serif; }
span.bodyHidden {font-family: Verdana, Arial, sans-serif; font-size: 14px; color: #000099; }

a.prevnext:link {font-family: Verdana, Arial, sans-serif; font-size: 9px; color: cyan; text-decoration:underline}
a.prevnext:visited {font-family: Verdana, Arial, sans-serif; font-size: 9px; color: cyan; text-decoration:underline}
a.prevnext:hover {font-family: Verdana, Arial, sans-serif; font-size: 9px; color: #ff0000; text-decoration:underline}
a.prevnext:active {font-family: Verdana, Arial, sans-serif; font-size: 9px; color: cyan;  text-decoration:underline}

a.day:link {font-family: Verdana, Arial, sans-serif; font-size: 14px; color: black; font-weight: bold;text-decoration:underline}
a.day:visited {font-family: Verdana, Arial, sans-serif; font-size: 14px; color: black; font-weight: bold;text-decoration:underline}
a.day:hover {font-family: Verdana, Arial, sans-serif; font-size: 14px; color: red; font-weight: bold;text-decoration:underline}
a.day:active {font-family: Verdana, Arial, sans-serif; font-size: 14px; color: black; font-weight: bold;text-decoration:underline}

a.event:link {font-family: Verdana, Arial, sans-serif; font-size: 11px; color: blue; text-decoration:underline}
a.event:visited {font-family: Verdana, Arial, sans-serif; font-size: 11px; color: blue; text-decoration:underline}
a.event:hover {font-family: Verdana, Arial, sans-serif; font-size: 11px; color: red; text-decoration:underline}
a.event:active {font-family: Verdana, Arial, sans-serif; font-size: 11px; color: blue; text-decoration:underline}
span.eventHold {font-family: Verdana, Arial, sans-serif; font-size: 11px; color: red; text-decoration:none}
span.eventUnavailable {font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #009933; text-decoration:none}
span.eventTime {font-family: Verdana, Arial, sans-serif; font-size: 11px; color: darkblue; text-decoration:none; font-weight: normal;}

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 Borders */
table.cal {background-color: black; height: 600px; border-style: none; border-width: 3px; font-family: sans-serif }

/* Month */
.caption {color: white; font-size: 28px; font-weight: bold; }

/* Days of the Week */
.thead {color:darkblue; background-color: white; font-family: Verdana, Arial, sans-serif; font-size: 16px; font-weight: bold; }

td.cal {background-color: white; text-align: left; vertical-align: top; font-family: Verdana, Arial, sans-serif; font-size: 14px; color: black; text-decoration:none; font-weight: bold; }
tfoot.cal {color:black; background-color: white; font-size: 14px; text-align: left }
ul.cal {margin: 0px; list-style-position: inside }

.cal-admin-link {color: darkblue; font-family: Tahoma, Verdana, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; }
