/*
// index_styles.css
// $Id: index_styles.css,v 1.3 2003/08/20 02:35:43 t51admin Exp $
// 
// ltwCalendar Style Sheet 
*/
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.sm-spacer {
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#Content a.prevnext:link {color: #314A94; font-size: 14px; text-decoration:underline;}
#Content a.prevnext:visited {color: #314A94; font-size: 14px; text-decoration:underline;}
#Content a.prevnext:hover {color: red; font-size: 14px; text-decoration:underline;}
#Content a.prevnext:active {color: red; font-size: 14px; text-decoration:underline;}

#Content a.day:link {color: black; font-size: 12px; font-weight: bold; text-decoration:underline;}
#Content a.day:visited {color: black; font-size: 12px; font-weight: bold; text-decoration:underline;}
#Content a.day:hover {color: red; font-size: 12px; font-weight: bold; text-decoration:underline;}
#Content a.day:active {color: black; font-size: 12px; font-weight: bold; text-decoration:underline;}

#Content .time {color: black; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;}

#Content a.event:link {color: blue; font-size: 12px; font-weight: normal; text-decoration:underline;}
#Content a.event:visited {color: blue; font-size: 12px; font-weight: normal; text-decoration:underline;}
#Content a.event:hover {color: red; font-size: 12px; font-weight: normal; text-decoration:underline;}
#Content a.event:active {color: blue; font-size: 12px; font-weight: normal; text-decoration:underline;}

#Content a.admin:link {color: blue; text-decoration:underline;}
#Content a.admin:visited {color: blue; text-decoration:underline;}
#Content a.admin:hover {color: red; text-decoration:underline;}
#Content a.admin:active {color: blue; text-decoration:underline;}

a.map:link {color: blue; font-size: 11px; font-weight: normal; text-decoration:underline; font-family: Arial, Helvetica, sans-serif;}
a.map:visited {color: blue; font-size: 11px; font-weight: normal; text-decoration:underline;}
a.map:hover {color: red; font-size: 11px; font-weight: normal; text-decoration:underline;}
a.map:active {color: red; font-size: 11px; font-weight: normal; text-decoration:underline;}

a.close:link {color: #336699; font-size: 11px; font-weight: normal; text-decoration:underline; font-family: Arial, Helvetica, sans-serif;}
a.close:visited {color: #336699; font-size: 11px; font-weight: normal; text-decoration:underline;}
a.close:hover {color: red; font-size: 11px; font-weight: normal; text-decoration:underline;}
a.close:active {color: red; font-size: 11px; font-weight: normal; text-decoration:underline;}

table.cal {
background-color: #314A94;
height: 600px;
border-style: none;
border-width: 3px;
font-family: Arial, Helvetica, sans-serif;
}

.caption {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
font-size: 22px;
font-weight: bold;
}

.thead {
color: white;
background-color: #314A94;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-right: 15px;
}

td.cal {
background-color: white;
text-align: left;
vertical-align: top;
}

td.cal-today {
background-color: lightyellow;
text-align: left;
vertical-align: top;
}

tfoot.cal {
background-color: #314A94;
font-size: 12px;
text-align: left;
}

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

.cal-admin-link {
color: #FFFFFF;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

td.edit-event-label {
font-family: Tahoma, Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
background-color: lightyellow;
vertical-align: top;
}
