/*
// 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}

.normal-day{color: black; font-size: 11px; text-decoration:none}
.sunday{color: red; font-size: 11px; text-decoration:none}

a.day:link {color: blue; font-size: 11px; text-decoration:underline}
a.day:visited {color: blue; font-size: 11px; text-decoration:underline}
a.day:hover {color: blue; font-size: 11px; text-decoration:underline}
a.day:active {color: blue; font-size: 11px; text-decoration:underline}

a.event:link {color: blue; font-size: 10px; text-decoration:none}
a.event:visited {color: blue; font-size: 10px; text-decoration:none}
a.event:hover {color: red; font-size: 10px; text-decoration:none}
a.event:active {color: blue; font-size: 10px; text-decoration:none}

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: #90B75C;
border-style: none;
border-width: 1px;
font-family: tahoma, Arial, Verdana;
}

.caption {
color: black;
font-size: 28px;
font-weight: bold;
}

.thead {
font-family: tahoma, Arial, Verdana;
color:white;
background-color: #A7CB77;
font-size: 12px;
font-weight: bold;
}

td.cal {
font-family: tahoma, Arial, Verdana;
font-size: 8px;
font-weight: bold;
background-color: #F6F4F0;
text-align: left;
padding-left:4px;
vertical-align: top;
height:40px;
}

tfoot.cal {
color:black;
background-color: lightblue;
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;
}

select { 
font-family: Tahoma, Verdana, sans-serif; 
font-size: 11px; 
}

.button {
	background-color: #421B00;
	border: 1px solid #BED99B;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	height:18px;
	font-family:Verdana,Arial;
}