/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
a.prevnext:link {
	color: #FFFAF0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.prevnext:visited {
	color: #FFFAF0;
	font-size: 14px;
	text-decoration: none;
}
a.prevnext:hover {
	color: #2F4F4F;
	font-size: 14px;
	text-decoration:underline
}
a.prevnext:active {
	color: #FFFAF0;
	font-size: 14px;
	text-decoration: underline;
}

a.day:link {
	color: #2F4F4F;
	font-size: 18px;
	text-decoration:none
}
a.day:visited {
	color: #2F4F4F;
	font-size: 18px;
	text-decoration:none
}
a.day:hover {color: #2F4F4F; font-size: 18px; text-decoration:underline}
a.day:active {color: #2F4F4F; font-size: 18px; text-decoration:underline}

a.event:link {
	color: #2F4F4F;
	font-size: 12px;
	text-decoration:none;
}
a.event:visited {color: #2F4F4F; font-size: 12px; text-decoration:underline}
a.event:hover {color: #2F4F4F; font-size: 12px; text-decoration:underline}
a.event:active {color: #2F4F4F; font-size: 12px; text-decoration:underline}

a.admin:link {color: #2F4F4F; font-size: 12px; text-decoration:underline}
a.admin:visited {color: #2F4F4F; font-size: 12px; text-decoration:underline}
a.admin:hover {color: #2F4F4F; font-size: 12px; text-decoration:underline}
a.admin:active {color: #2F4F4F; font-size: 12px; text-decoration:underline}

table.cal {
	background-color: #2F4F4F;
	height: 600px;
	border-style: none;
	border-width: 3px;
	font-family: Arial, Helvetica, sans-serif
}

.caption {
	color: #FFFAF0;
	font-size: 28px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.thead {
	color:#FFFAF0;
	background-color: #2F4F4F;
	font-size: 18px;
}

td.cal {
	background-color: #FFFAF0;
	text-align: left;
	vertical-align: top
}

tfoot.cal {
color:black;
background-color: #2F4F4F;
font-size: 14px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
body {
	background-color: #2E8B57;
}
