/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
body {
	background-color: #FFFFFF;
}

a.prevnext:link {color: #990000; font-size: 12px; text-decoration: none;}
a.prevnext:visited {color: #990000; font-size: 12px; text-decoration: none;}
a.prevnext:hover {color: #003399; font-size: 12px; text-decoration:underline}
a.prevnext:active {color: #990000; font-size: 12px; text-decoration: none;}

a.day:link {color: black; font-size: 14px; text-decoration: none; font-weight: bold;}
a.day:visited {color: black; font-size: 14px; text-decoration: none; font-weight: bold;}
a.day:hover {color: #990000; font-size: 14px; text-decoration: underline; font-weight: bold;}
a.day:active {color: black; font-size: 14px; text-decoration: none; font-weight: bold;}

a.event:link {color: #003399; font-size: 10px; text-decoration: none;}
a.event:visited {color: #003399; font-size: 10px; text-decoration: none;}
a.event:hover {color: #990000; font-size: 10px; text-decoration: underline;}
a.event:active {color: #003399; font-size: 10px; text-decoration: none;}

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

table.cal {
background-color: #999999;
height: 400px;
border-style: none;
border-width: 3px;
font-family: Georgia, Times New Roman, Times, serif;
}

.caption {
color: black;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 16px;
font-weight: bold;
}

.thead {
color: #FFFFFF;
background-color: #999999;
font-size: 14px;
font-weight: bold;
text-align:left;
}

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

td.cal:hover {
  background-color: #FFFFFF;
}

tfoot.cal {
color:black;
background-color: #999999;
font-size: 12px;
text-align: left
}

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

.cal-admin-link {
color: #ffffff;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}
