body {
background-color: #C9CDB6;
}
a {
color: #813847;
}
a:visited {
color: #813847;
}
a:hover {
color: #813847;
}

/*
// 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: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: #813847;
height: 600px;
border-style: none;
border-width: 3px;
font-family: sans-serif
}

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

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

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

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

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

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

#sub_menu th {
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	color:#000000;
	padding: 0px 0px 10px 0px;
}
#sub_menu td a{
	text-decoration:none;
	background-color: #ccc;
	padding:4px 14px;
	display:block;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	color:#813847;
}
#sub_menu td a.on{
	background-color: #fff;
	color:#813847;
}
#sub_menu td a.off{
	background-color: #e5e7d9;
	color:#813847;
}
#sub_menu td a:hover{
	background-color: #fff;
	color:#813847;
}
#sub_menu td a:visited{
	color:#813847;
}
#sub_menu a.top_on{
	background-image: url(../../images/sm_top_left_corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
	color:#813847;
}
#sub_menu a.top_off{
	background-image: url(../../images/sm_top_left_corner.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #e5e7d9;
	color:#551A8B;
}
#sub_menu a.bottom_on{
	background-image: url(../../images/sm_bottom_left_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #fff;
	color:#813847;
}
#sub_menu a.bottom_off{
	background-image: url(../../images/sm_bottom_left_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #e5e7d9;
	color:#813847;
}