/*
// 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:none;
	font-weight: bold;
}
a.prevnext:visited {
	color: red;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}
a.prevnext:hover {
	color: #0066CC;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}
a.prevnext:active {
	color: red;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}

a.day:link {
	color: #333333;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}
a.day:visited {
	color: #333333;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}
a.day:hover {
	color: red;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}
a.day:active {
	color: black;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}

a.event:link {
	color: #0066CC;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
}
a.event:visited {color: #0066CC; font-size: 12px; text-decoration:none}
a.event:hover {color: red; font-size: 12px; text-decoration:none}
a.event:active {color: #0066CC; font-size: 12px; text-decoration:none}

a.admin:link {color: #0066CC; font-size: 12px; text-decoration:none}
a.admin:visited {color: #0066CC; font-size: 12px; text-decoration:none}
a.admin:hover {color: red; font-size: 12px; text-decoration:none}
a.admin:active {color: #0066CC; font-size: 12px; text-decoration:none}

table.cal {
	background-color: #CCCCCC;
	height: 160px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}

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

.thead {
	color:white;
	background-color: #de8602;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}

td.cal {
	background-color: white;
	text-align: center;
	vertical-align: middle
	}
td.calevent {
	background-color:#FF9900;
	text-align: center;
	vertical-align: middle;
	color:#FF9900;
}
td.calevent2 {
	background-color:#009933;
	text-align: center;
	vertical-align: middle;
	color:#00CC00;
}
tfoot.cal {
	color:black;
	background-color: #CCCCCC;
	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;
}
