/*
// ltw_style.css
// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $
// 
// ltwCalendar Style Sheet 
*/
/* new body and p.headeraddress ejf 4/14/08 */
body {
	margin:0;
	padding:0;
}
p.headeraddress {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666666;
	background-color:#FFFFFF;
	margin:0px 0px 2px 10px;
}
/* footer and other southborough website design link styles */
p.headeraddress {
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666666;
	background-color:#FFFFFF;
	margin:0px 0px 2px 10px;
}
td {
	vertical-align:top;
}


/* primary navigation below the header */

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#006699;
	padding:0 0 0 16px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#navigation a.none {
	display:block;
	float:left;
	padding:4px 6px 4px 6px;
	font-size:0.85em;
	font-weight:normal;
	text-decoration:none;
	background-color:#FFFFFF;
	color: #006699;
	border-right:1px solid #CCCCCC;
}
#navigation a:hover{
	background-color:#FFFFFF;
	color:#CC3333;
	text-decoration:underline;
}
#navigation a.selected {
	background-color:#999999;
	color:#FFFFFF;
	text-decoration:none;
}


#southborough {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:0.8em;
	text-align:center;
	margin-top:6px;
}
#southborough a {
	color:#006699;
	text-decoration:none;
}
#southborough a:hover{
	color:#CC3333;
	text-decoration:underline;
}

/* originals */
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: black; font-size: 18px; text-decoration:underline}
a.day:visited {color: black; font-size: 18px; text-decoration:underline}
a.day:hover {color: red; font-size: 18px; text-decoration:underline}
a.day:active {color: black; font-size: 18px; text-decoration:underline}

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


table.cal {
background-color: lightblue;
height: 600px;
border-style: none;
border-width: 3px;
font-family: sans-serif
}

.caption {
color: black;
font-size: 28px;
font-weight: bold;
}

.thead {
color:white;
background-color: darkblue;
font-size: 18px;
}

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

tfoot.cal {
color:black;
background-color: darkblue;
text-align: left
}

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

.cal-admin-link {
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 0.85em;
margin:4px;
font-weight: normal;
text-decoration:underline;
}