/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/


a.prevnext:link {
	color: #79682a;
	font-size: 12px;
	text-decoration:underline
}
a.prevnext:visited {
	color: #79682a;
	font-size: 12px;
	text-decoration:underline
}
a.prevnext:hover {
	color: #79682a;
	font-size: 12px;
	text-decoration:underline
}
a.prevnext:active {
	color: #79682a;
	font-size: 12px;
	text-decoration:underline
}
a.day:link {
	color: #FFF;
	font-size: 12px;
	text-decoration:underline;
	display:block;
	padding:3px;
	text-align:center;
	width:18px;
	height:18px;
	background-color: #c8ba7d;
	color:#fef6df;
	text-decoration:none;
}
a.day:visited {
	color: #fef6df;
	text-decoration:none;
}
a.day:hover {
	color: #655415;
	text-decoration:none;
}
a.day:active {
	color: #fef6df;
	text-decoration:none;
}
a.event:link {
	color: #776100;
	font-size: 12px;
	text-decoration:underline;
	background-color:#f3e3bb;
	padding:3px;
	display:block;
}
a.event:visited {
	color: #776100;
	font-size: 12px;
	text-decoration:underline;
	background-color:#f3e3bb;
	padding:3px;
		display:block;
}
a.event:hover {
	color: #392e00;
	font-size: 12px;
	text-decoration:underline;
	background-color:#f3e3bb;
	padding:3px;
		display:block;
}
a.event:active {
	color: #776100;
	font-size: 12px;
	text-decoration:underline;
	background-color:#f3e3bb;
	padding:3px;
		display:block;
}
a.admin:link {
	color: #79682a;
	font-size: 12px;
	text-decoration:underline;
}
a.admin:visited {
	color: #79682a;
	font-size: 12px;
	text-decoration:underline;
}
a.admin:hover {
	color: #79682a;
	font-size: 12px;
	text-decoration:underline;
}
a.admin:active {
	color: #79682a;
	font-size: 12px;
	text-decoration:underline;
}
table.cal {
	background-color: #c8ba7d;
	height: 600px;
	border-style: none;
	border-width: 3px;/*font-family: sans-serif*/
	width:800px;
}
.caption {
	color: black;
	font-size: 28px;
	font-weight: bold;
}
.thead {
	color:white;
	background-color: #2a2408;
	font-size: 16px;
}
.thead td{
	padding:10px;
}
td.cal {
	background-color: #f9f8f6;
	text-align: left;
	vertical-align: top;
	padding:0;
}
tfoot.cal {
	color:black;
	background-color: #c8ba7d;
	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;
}

.caption {
	color:#655415;
}
