@charset "utf-8";
/* CSS Document */


#cal_Body {
	margin: 5px;
	margin-top: 190px;
}

#cal_PagePhoto {
	margin-right: 5px;
	margin-top: 10px;
	float: right;
	clear: right;
}

#cal {
	margin-left: 10px;
	margin-top: 10px;
	width: 317px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt; /* this will fit in our 30x30px box nicely */
	color: #000;
	text-align: center;
	line-height: 40px;
	float: left;
	clear: both;
}

#cal h2 {
	width: 305px;
	margin:0 5px 5px 5px;
	font: bold italic 1.4em georgia, sans-serif;
	letter-spacing: 8px;
	text-align: left;
	color: #444444;
}

#cal ul {
	width: 317px;
	margin: 0;
	padding: 0;
}

#cal ul li {
	width: 75px;
	height: 40px;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	color: #444444;
	border: 1px solid #FFF;
	background-color: #EBEBEB;
}

#cal ul li a:hover {
	width: 75px;
	height: 40px;
	display: block;
	float: left;
	margin: 0;
	border: 1px solid #FFF;
	background-color: #FFC;
	text-decoration: none;
	color: 444444;
}

#preamble {
	clear: right; 
	padding: 0px 10px 0 10px;
}

#calendarContainer {
	padding-right: 10px;
	padding-left: 95px;
}

#town {
	text-align: center;
}

table.Calendar {
	width: 700px;
	border: 1px solid #444444;
	caption-side: bottom;
}

#table_Header {
	height: 60px;
	background: url(../Icons/Cal_table_banner.gif) no-repeat;
}

table.Calendar tr {
	border-width: 1px;
}

table.Calendar td {
	height: 24px;
	border-width: 1px;
}

table.Calendar tr.month {
	background-color: #DDE2F0;
}

table.Calendar td.month {
	text-align: right;
}

table.Calendar td.show_date {
	text-align: right;
}

table.Calendar td.duration {
	text-align: center;
}

table.Calendar td.name {
	text-align: left;
	border-bottom-style: dashed;
	border-bottom-color: #444444;
}

table.Calendar td.location {
	text-align: center;
	border-bottom-style: dashed;
	border-bottom-color: #444444;
}

table.Calendar td.returnToTop {
	text-align: center;
}

table.Calendar caption {
	margin-top: 5px;
	text-align: right;
}
