/*
// 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: #999999;
	font-size: 10px;
	text-decoration:underline;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.prevnext:visited {
	color: #999999;
	font-size: 10px;
	text-decoration:underline;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.prevnext:hover {
	color: #2C749F;
	font-size: 10px;
	text-decoration:underline;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.prevnext:active {
	color: #999999;
	font-size: 10px;
	text-decoration:underline;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.day:link {
	color: #8DA863;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.day:visited {color: #8DA863; font-size: 12px; text-decoration:underline}
a.day:hover {color: #EC008C; font-size: 12px; text-decoration:underline}
a.day:active {color: #8DA863; font-size: 12px; text-decoration:underline}

.event {
	color: #2C749F;
	font-size: 9px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
a.event:link {
	color: #2C749F;
	font-size: 9px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
a.event:visited {
	color: #2C749F;
	font-size: 9px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
a.event:hover {
	color: #EC008C;
	font-size: 9px;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}
a.event:active {
	color: #2C749F;
	font-size: 9px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

a.admin:link {color: #2C749F; font-size: 12px; text-decoration:underline;font-family: Arial, Helvetica, sans-serif;}
a.admin:visited {color: #2C749F; font-size: 12px; text-decoration:underline;font-family: Arial, Helvetica, sans-serif;}
a.admin:hover {color: #EC008C; font-size: 12px; text-decoration:underline;font-family: Arial, Helvetica, sans-serif;}
a.admin:active {color: #2C749F; font-size: 12px; text-decoration:underline;font-family: Arial, Helvetica, sans-serif;}

table.cal {
width: 654px;
height: 600px;
padding: 2px;
border-color: #CCCCCC;
border-style: solid;
border-width: 1px;
}

.caption {
	color: #8DA863;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.thead {
	color:#999999;
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

td.cal {
text-align: left;
vertical-align: top;
padding: 2px;
border-color: #CCCCCC;
border-style: solid;
border-width: 1px;
}

tfoot.cal {
color:#333333;
font-family: Arial, Helvetica, sans-serif;
background-color: #CCCCCC;
font-size: 14px;
text-align: left
}

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

.cal-admin-link {
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}
a.cal-admin-link:link {color: #FFFFFF; text-decoration:underline;}
a.cal-admin-link:visited {color: #FFFFF; text-decoration:underline;}
a.cal-admin-link:hover {color: #FFFFFF; text-decoration:underline;}
a.cal-admin-link:active {color: #FFFFFF; text-decoration:underline;}

.codewalkers{
color: #CCCCCC;
font-size: 9px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
a.codewalkers:link {color: #CCCCCC; text-decoration:underline;}
a.codewalkers:visited {color: #CCCCCC; text-decoration:underline;}
a.codewalkers:hover {color: #CCCCCC; text-decoration:underline;}
a.codewalkers:active {color: #CCCCCC; text-decoration:underline;}

