/*
// 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}

a.whitelink:link {color: white; font-size: 12px; text-decoration:underline}
a.whitelink:visited {color: white; font-size: 12px; text-decoration:underline}
a.whitelink:hover {color: white; font-size: 12px; text-decoration:underline}
a.whitelink:active {color: white; font-size: 12px; 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: #174273; font-size: 12px; text-decoration:underline}
a.event:visited {color: #174273; font-size: 12px; text-decoration:underline}
a.event:hover {color: black; font-size: 12px; text-decoration:underline}
a.event:active {color: #174273; 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: lightblue;
height: 600px;
border-style: none;
border-width: 3px;
font-family: sans-serif
}

.caption {
color: #112043;
font-size: 28px;
font-weight: bold;
}

.thead {
color:white;
background-color: darkblue;
font-size: 18px;
}

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;
}

	table.callist td, table th{
		text-align:left;
		padding:0px 100px 5px 3px;
		background-color:#ffffff;
	}
		table.callist td{
	color:#112043;
	border:0;
	}
		
		table.callist th{
		background-image:url(../images/miscnavgrad.jpg);
		border:1px solid black;
		color:#ffffff;
	}
	
	 table.callist
	{
		border-top:1px solid #112043;
		border-left:1px solid #112043;
		border-bottom:3px solid #112043;
		border-right:3px solid #112043;
		align:center;
	}
