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

a {
	font-family:arial, sans-serif;
	font-size:12px;
}

body, td, p {
	font-family:arial, sans-serif;
	font-size:12px;
}

a.day:link {color: black; font-size: 12px; text-decoration:underline}
a.day:visited {color: black; font-size: 12px; text-decoration:underline}
a.day:hover {color: red; font-size: 12px; text-decoration:underline}
a.day:active {color: black; font-size: 12px; 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:#000;
	height: 300px;
	border-style: none;
	border-width: 1px;
	font-family:arial, sans-serif;
}

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

.thead {
	color:white;
	background-color:#831010;
	font-size: 12px;
}

td.cal {
	background-color: white;
	text-align: left;
	vertical-align: top;
	height:65px
}

td.calempty {
	background-color: #c5c5c5;
	text-align: left;
	vertical-align: top;
	height:65px
}

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

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

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