/*
// 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: 10px;
	text-decoration: none;
	font-weight : bolder;
}
a.prevnext:visited {
	color: red;
	font-size: 10px;
	text-decoration: none;
	font-weight : bolder;
}
a.prevnext:hover {
	color: blue;
	font-size: 10px;
	text-decoration:underline;
	font-weight : bolder;
}
a.prevnext:active {
	color: red;
	font-size: 10px;
	text-decoration: none;
	font-weight : bolder;
}

a.prevnext1:link {
	color: red;
	font-size: 14px;
	text-decoration: none;
	font-weight : bolder;
}
a.prevnext1:visited {
	color: red;
	font-size: 14px;
	text-decoration: none;
	font-weight : bolder;
}
a.prevnext1:hover {
	color: blue;
	font-size: 14px;
	text-decoration:underline;
	font-weight : bolder;
}
a.prevnext1:active {
	color: red;
	font-size: 14px;
	text-decoration: none;
	font-weight : bolder;
}

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: lightblue;
height: 150px;
border-style: none;
border-width: 1px;
font-family: sans-serif
}

.calborder{
	border : 1px solid lightblue;
}

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

.caption1 {
color: black;
font-size: 14px;
font-weight: bold;
}

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

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

tfoot.cal {
color:black;
background-color: lightblue;
font-size: 10px;
text-align: left
}

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

.cal-admin-link {
color: #000000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
