/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
a.prevnext:link {color: #000; font-size: 12px; text-decoration:underline}
a.prevnext:visited {color: #000; font-size: 12px; text-decoration:underline}
a.prevnext:hover {color: #000; font-size: 12px; text-decoration:none;}
a.prevnext:active {color: #000; font-size: 12px; text-decoration:underline}

a.day {text-align:right; background:#e5e5e5; display:block; padding:2px 5px 2px 0;}
a.day:link {color: black; font-size: 12px; text-decoration:none;}
a.day:visited {color: black; font-size: 12px; text-decoration:none;}
a.day:hover {color: black; font-size: 12px; text-decoration:none;}
a.day:active {color: black; font-size: 12px; 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}

table.cal {
background-color: #bfbfbf;
height: 600px;
border-style: solid;
border-width: 6px;
border-color: #3e6e92;
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;

}

.caption {
color: #3e6e92;
font-size: 16px;
font-weight: bold;
}

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

.thead td {
	background-color: #3e6e92;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 0 5px 0;
}

td.cal {
background-color: white;
text-align: left;
vertical-align: top;
border: 1px solid #acacac;
}

tfoot.cal {
color:black;
background-color: #3e6e92;
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;
}