/*
// 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: 16px; text-decoration:underline}
a.prevnext:visited {color: red; font-size: 16px; text-decoration:underline}
a.prevnext:hover {color: blue; font-size: 16px; text-decoration:underline}
a.prevnext:active {color: red; font-size: 16px; 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}

body
{
	background-color: #E6E6FA;
}

table.cal
{
	background-color: #E6E6FA;
	height: 600px;
	font-family: sans-serif;
	border-right: #1e90ff 3px solid;
	border-top: #1e90ff 3px solid;
	border-left: #1e90ff 3px solid;
	border-bottom: #1e90ff 3px solid;
}

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

.thead
{
	color: white;
	background-color: #00008b;
	font-size: 18px;
}

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

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

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

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