/*/
/ ltw_style.css// $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $// // ltwCalendar Style Sheet */
a.prevnext:link {
	color: white;
	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
}
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.cal {
	background-color: darkblue;
	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: lightblue;
	font-size: 14px;
	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;
}
body {
	background-color: rgb(135,140,151);
	float: none;
    margin:auto;
	width: 1000px;
	border-left: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	font-family: Verdana, Verdana, Serif;
	font-weight: normal;
	font-size: 10pt;
	color: white;
	text-align: left;
}
.leftnav {
	width: 150px;
	border: 0px solid #000000;
	float: left;
	padding: 5px;
	clear: left;
	color: black;
}
.middle {
	clear: none;
    margin:auto;
	font-family: Verdana, Verdana, Serif;
	font-weight: normal;
	font-size: 10pt;
	color: white;
	text-align: left;
}
.header {
	background: url(http://jeannetubman.com/images/logo.png) no-repeat center;
	background-position: bottom;
	height: 100px;
    margin:auto;
}
img {
	border: 0px;
}
H3 {
	font-size: x-small;
	font-family: Arial, Arial, Serif;
	font-weight: normal;
	color: white;
	text-align: center;
}

