/*

// 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: 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.day:link {color: #333; font-size: 12px; font-weight: bold; text-decoration:none}

a.day:visited {color: #333; font-size: 12px; text-decoration:none}

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

a.day:active {color: #333; font-size: 12px; text-decoration:none}



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

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

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

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



a.eventExhibit:link {color: #FF0033; font-size: 10px; text-decoration:none}

a.eventExhibit:visited {color: #FF0033; font-size: 10px; text-decoration:none}

a.eventExhibit:hover { font-size: 10px; text-decoration:underline}

a.eventExhibit:active {color: blue; font-size: 10px; text-decoration:none}
			

a.eventGeneral:link {color: #993300; font-size: 10px; text-decoration:none}

a.eventGeneral:visited {color: #993300; font-size: 10px; text-decoration:none}

a.eventGeneral:hover { font-size: 10px; text-decoration:underline}

a.eventGeneral:active {color: blue; font-size: 10px; text-decoration:none}
			

a.eventRodeo:link {color: #F3FF3F; font-size: 10px; text-decoration:none}

a.eventRodeo:visited {color: #F3FF3F; font-size: 10px; text-decoration:none}

a.eventRodeo:hover { font-size: 10px; text-decoration:underline}

a.eventRodeo:active {color: blue; font-size: 10px; text-decoration:none}
			

a.eventSpecial:link {color: #F3FF3F; font-size: 10px; text-decoration:none}

a.eventSpecial:visited {color: #F3FF3F; font-size: 10px; text-decoration:none}

a.eventSpecial:hover { font-size: 10px; text-decoration:underline}

a.eventSpecial:active {color: blue; font-size: 10px; text-decoration:none}
			

a.eventTrip:link {color: #FFFFFF; font-size: 10px; text-decoration:none}

a.eventTrip:visited {color: #FFFFFF; font-size: 10px; text-decoration:none}

a.eventTrip:hover { font-size: 10px; text-decoration:underline}

a.eventTrip:active {color: blue; font-size: 10px; text-decoration:none}
			



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.lisCal {

width: 98%;

background-color: #F2EBE7;

border-style: solid;

border-collapse: collapse;

border: 1px solid #333;

font-family: arial, sans-serif

}

table.cal {

width: 98%;

background-color: #F2EBE7;

height: 600px;

border-style: none;

border-width: 3px;

font-family: arial, sans-serif

}



.caption {

color: black;

font-size: 28px;

font-weight: bold;

}



.thead {
	font-family: helvetica, arial, sans;
	font-size: 12px;
	line-height: 18px;
	color: #CCC;
	background-color: #333333;
	font-weight: bold;
	text-align: center;

}



td.cal {

padding: 5px;

background-color: white;

text-align: left;

vertical-align: top

}

td.lisCal {

font-size: 12px;

padding: 5px;

background-color: white;

text-align: left;

vertical-align: middle;

}



tfoot.cal {

color:black;

background-color: #333333;

font-size: 14px;

text-align: left

}



ul.cal, ul, li {

margin: 0px;

font-size: 6px; 

list-style-position: inside;

list-style-type: square;

}



.cal-admin-link {

color: #ffffff;

font-family: Tahoma, Verdana, sans-serif;

font-size: 11px;

font-weight: bold;

text-decoration: none;

}