/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
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		: none
}

a.day:visited {
	color				: black; 
	font-size			: 18px; 
	text-decoration		: none
}

a.day:hover {
	color				: #10477F; 
	font-size			: 18px; 
	text-decoration:none
}

a.day:active {
	color				: black; 
	font-size			: 18px; 
	text-decoration:none
}

a.event {
	color				: #f00; 
	font-size			: 10px;
	text-decoration		: none;
}

a.event:visited {
	text-decoration		: none;
	color				: #f00;
}

a.event:hover {
	color				: #f00; 
	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		: #57B2D1;
height					: 500px;
border-style			: none;
border-width			: 3px;
font-family				: sans-serif;
width					: 775px;
}

.caption {
color: black;
font-size: 28px;
font-weight: bold;
}

.thead {
color:white;
background-color: darkblue;
font-size: 18px;
}

td.cal {
background-color		: white;
text-align				: left;
vertical-align			: top;
height					: 97px;
}

tfoot.cal {
color					: black;
background-color		: lightblue;
font-size				: 14px;
text-align				: left;
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #fff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

a.cal-admin-link {
color: #000;
text-decoration:underline;
}