/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
BODY,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	
}
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: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}

table.cal {
background-color: lightgrey;
height: 600px;
border-style: none;
border-width: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

.thead {
color:white;
background-image: ../images/bg_top.gif;
font-size: 18px;
}

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

tfoot.cal {
color:black;
background-image:../images/bg_top.gif;
font-size: 14px;
text-align: left
}

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

.cal-admin-link {
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}


.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-size: 12px;
}
.style4 {font-size: 9px}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 97px;
	top: 64px;
}
.style5 {
	font-size: medium;
	font-weight: bold;
}
.style6 {font-size: medium}
a:link {
	color: #000000;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}