/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
body{
	font-family: Tahoma;
	font-size: 11px;
	color: #40413f;
}

.blueTitle{
	color: #008bb8;
	font-weight: bold;
}


a.prevnext:link {
/*color: red; font-size: 12px;
text-decoration:underline;*/
 	color: #d58c00;
	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.prevnext:visited {
/*color: red; font-size: 12px;
text-decoration:underline;*/
 	color: #d58c00;
	text-decoration: underline;
}
a.prevnext:hover {
/*color: red; font-size: 12px;
text-decoration:underline;*/
 	color: #d58c00;
	text-decoration: underline;
}
a.prevnext:active {
/*color: red; font-size: 12px;
text-decoration:underline;*/
 	color: #d58c00;
	text-decoration: underline;
}

a.day:link {
color: black; 
text-decoration:underline;
}
a.day:visited {
color: black; 
text-decoration:underline;
}
a.day:hover {
color: red; 
text-decoration:underline;
}
a.day:active {
color: black; 
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: #d58c00;
	text-decoration: none;
}
a.event:visited {
	color: #d58c00;
	text-decoration: none;
}
a.event:hover {
	color: #d58c00;
	text-decoration: none;
}
a.event:active {
	color: #d58c00;
	text-decoration: none;
}
/*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}

td.event { text-align: left; }
.inactive_event { text-align: left; color: #FF0000; font-style: italic; }
a.inactive_event:link { color: #FF0000; font-size: 12px; text-decoration:underline;font-style: italic }
a.inactive_event:visited { color: #FF0000; font-size: 12px; text-decoration:underline;font-style: italic }
a.inactive_event:hover { color: #FF0000; font-size: 12px; text-decoration:underline;font-style: italic }
a.inactive_event:active { color: #FF0000; font-size: 12px; text-decoration:underline;font-style: italic }

a:link, a:visited, a:hover, a:active{
	color: #d58c00;
	text-decoration: underline;
}

table.cal {
background-color: lightblue;
height: 500px;
border-style: none;
border-width: 3px;
font-family: sans-serif
}

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

.thead {
	background-color: #008bb8;
	color: #FFFFFF;
	font-weight: bold;
}

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

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: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}