/*

// ltw_style.css

// $Id: ltw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $

// 

// ltwCalendar Style Sheet 

*/
/*
a.prevnext:link {color: #333; font-size: 1.0em; text-decoration:underline}

a.prevnext:visited {color: #333; font-size: 1.0em; text-decoration:underline}

a.prevnext:hover {color: #333; font-size: 1.0em; text-decoration:underline}

a.prevnext:active {color: #333; font-size: 1.0em; text-decoration:underline}



a.day:link {color: #333; font-size: 1.0em; text-decoration:underline}

a.day:visited {color: #333; font-size: 1.0em; text-decoration:underline}

a.day:hover {color: #333; font-size: 1.0em; text-decoration:underline}

a.day:active {color: #333; font-size: 1.0em; text-decoration:underline}


*/
a.event:link {text-decoration:none;	background-color : transparent;}

a.event:visited  {text-decoration:none;	background-color : transparent;}

a.event:hover {	text-decoration:underline;	background-color : transparent;}

a.event:active {text-decoration:underline;	background-color : transparent;}



a.admin:link { text-decoration:none;background-color : transparent;}

a.admin:visited { text-decoration:none;background-color : transparent;}

a.admin:hover {text-decoration:underline;background-color : transparent;}

a.admin:active { text-decoration:underline;background-color : transparent;}



table.cal {
	background-color: #00849C;
	height: 50em;
	border-style: none;
	border-width: 3px;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
}



.caption {
	color: black;
	font-size: 1.4em;
	font-weight: bold;
}



.thead {
	color:white;
	background-color: InfoText;
	font-size: 1.2em;
	font-weight: bold;
}



td.cal {
	background-color: White;
	text-align: left;
	vertical-align: top;
}

td.calempty {
	background-color: #ddd;
	text-align: left;
	vertical-align: top;
}


tfoot.cal {
	color:black;
	background-color: #00849C;
	text-align: left;
	text-decoration:none;
}



ul.cal {
	margin: 0px;
	list-style-position: inside;
}



.cal-admin-link {
	color: #ffffff;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


