/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
a.prevnext:link {color: #0000FF; font-size: 12px; font-weight: bold; text-decoration:underline}
a.prevnext:visited {color: #0000FF; font-size: 12px; font-weight: bold; text-decoration:underline}
a.prevnext:hover {color: #FFFF00; font-size: 12px; font-weight: bold; background-color:black; text-decoration:underline}
a.prevnext:active {color: FFFF00; font-size: 12px; font-weight: bold; text-decoration:underline}

a.day:link {color: black; font-size: 12px; text-decoration:underline}
a.day:visited {color: black; font-size: 12px; text-decoration:underline}
a.day:hover {color: red; font-size: 12px; text-decoration:underline}
a.day:active {color: black; font-size: 12px; text-decoration:underline}

a.event:link {color: blue; font-size: 12px; text-decoration:underline}
a.event:visited {color: blue; font-size: 12px; text-decoration:underline}
a.event:hover {color: red; font-size: 12px; text-decoration:underline}
a.event:active {color: blue; font-size: 12px; text-decoration:underline}

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}


a:link       { font-family: Tahoma; font-size: 10px; color: #0000FF; font-weight: bold; border: 0 }
a:visited    { font-family: Tahoma; font-size: 10px; color: #0000FF; font-weight: bold }
a:hover      { font-family: Tahoma; font-size: 10px; color: #FFFF00; font-weight: bold; background-color:black; }
a:active     { font-family: Tahoma; font-size: 10px; color: #FF0000; font-weight: bold }





body  {
	background-color:transparent;
}

/* main calendar background colour etc */

table.cal {
background-color: #999999;
height: 538;
width: 100%;
border-style: none;
border-width: 3px;
font-family: sans-serif
}

/* The current month title at the top */
.caption {
color: black;
font-size: 14px;
font-weight: bold;
}

/* days title bar */
.thead {
color:white;
background-color: #000000;
font-size: 14px;
}

/* main calendar cells background colour etc */
td.cal {
background-color: #da941b;
text-align: left;
vertical-align: top
}

tfoot.cal {
color:black;
background-color: #000000;
font-size: 14px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

td.calempty {
background-color: #CCCCCC;
text-align: left;
vertical-align: top;
}
td.cal-today {
background-color: #0099FF;
text-align: left;
vertical-align: top;
}