/*

// ltw_style.css

// $Id: ltw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $

// 

// ltwCalendar Style Sheet 

*/
body {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

a.prevnext:link {color: EA0025; font-size: 11px; text-decoration:none}

a.prevnext:visited {color: EA0025; font-size: 11px; text-decoration:none}

a.prevnext:hover {color: EA0025; font-size: 11px; text-decoration:underline}

a.prevnext:active {color: EA0025; font-size: 11px; text-decoration:none}



a.day:link {color: black; font-size: 11px; text-decoration:underline}

a.day:visited {color: black; font-size: 11px; text-decoration:underline}

a.day:hover {color: EA0025; font-size: 11px; text-decoration:underline}

a.day:active {color: black; font-size: 11px; text-decoration:underline}



a.event:link {color: blue; font-size: 11px; text-decoration:underline}

a.event:visited {color: blue; font-size: 11px; text-decoration:underline}

a.event:hover {color: EA0025; font-size: 11px; text-decoration:underline}

a.event:active {color: blue; font-size: 11px; text-decoration:underline}



a.admin:link {color: blue; font-size: 11px; text-decoration:underline}

a.admin:visited {color: blue; font-size: 11px; text-decoration:underline}

a.admin:hover {color: EA0025; font-size: 11px; text-decoration:underline}

a.admin:active {color: blue; font-size: 11px; text-decoration:underline}



table.cal {
	background-color: DDE7F1;
	height: 500px;
	font-family: sans-serif;
	border: 1px solid #7E7E7E;
}



.caption {

color: black;

font-size: 11px;

font-weight: bold;

}



.thead {
	color:black;
	background-color: DDE7F1;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
}



td.cal {

background-color: white;

text-align: left;
font-size: 11px;
vertical-align: top

}



tfoot.cal {

color:black;

background-color: DDE7F1;

font-size: 11px;

text-align: left

}



ul.cal {

margin: 0px;

list-style-position: inside

}



.cal-admin-link {

color: #7E7E7E;

font-family: Verdana, sans-serif;

font-size: 11px;

font-weight: normal;

text-decoration: none;

}
