/*

// ltw_style.css

// $Id: ltw_style.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $

// 

// ltwCalendar Style Sheet 

*/


a.day {color: black; font-size: 12px; text-decoration:none}


.eventLink {
	text-decoration: none;
	font-weight: normal;
}
.eventLink:hover {
	text-decoration: underline;
}


.thead {
color:white;
background-color: #777777;
font-weight: bold;
font-size: 11px;
}

table.cal {
margin-top: 2px;
border-collapse: collapse;
border: solid #777777 1px;
}

td.cal {
margin: 0px;

text-align: left;

vertical-align: top;
height: 80px;
border: solid #777777 1px;
font-size: 8pt;

}


tfoot.cal {
color:black;
background-color: #777777;
font-size: 14px;
text-align: left
}


ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ffffff;
font-size: 8pt;
}

.caption {
font-size: 20px;
font-weight: bold;
}



