body {
	background: lightgrey;
	color: black;
	font: 10pt sans-serif;
	margin: 0;
	padding: 0;
}

a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
	border: 0;
}

h1,h2 {
	font-size: 12pt;
}

div.page {
	background: white;
	width: 790px;
	margin: auto;
	padding: 0;
}

div.header {
	clear: both;
}

div.sidenav {
	text-align: center;
	width: 160px;
	float: left;
	padding: 4px;
}

div.sidenav div {
	padding-bottom: 10px;
}

div.sidenav form p {
	margin: 0;
	padding: 0;
}

div.sidenav select {
	width: 110px;
	height: 20px;
	font-size: smaller;
}


div.topnav {
	float: right;
}

div.topnav ul {
	padding: 4px;
	margin: 0;
	color: gray;
}

div.topnav ul li {
	padding: 10px;
	padding-top: 0;
	display: inline;
	float: left;
}

div.topnav ul li a {
	color: gray;
	font-weight: bold;
	font-size: smaller;
}

div.header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 140px;
}

div.header img {
	vertical-align: top;
	float: left;
}

div.search {
	color: gray;
	font-size: smaller;
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	width: 220px;
}

input.submit {
	background: #fc2;
	color: white;
	font-weight: bold;
	border: 2px outset #fc2;
}

div.footer {
	padding: 10px;
	padding-top: 20px;
	text-align: right;
	clear: both;
	color: gray;
	font-size: smaller;
}

div.main {
	background: #bdf;
	float: right;
	width: 600px;
	padding-left: 4px;
	margin-top: 4px;
	margin-right: 10px;
}

div.main table.featured {
	width: 100%;
	margin: 0;
	padding: 4px;
}

div.main table.featured tbody td {
	width: 25%;
	background: white;
	padding: 4px;
	border: 0px;
	border-right: 4px outset #bdf;
	border-bottom: 4px outset #bdf;
	vertical-align: top;
	font-size: 8pt;
}

div.main table.tabs {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	border: none;
	background: white;
	border-collapse: collapse;
}

div.main table.tabs td {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}

ul.tablist {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

ul.tablist li {
	display: inline;
	float: left;
	border: none;
	border-right: 4px solid white;
	padding: 2px;
	padding-right: 12px;
	padding-left: 12px;
	margin: 0;
	background: #9bd;
}

ul.tablist li.selected {
	background: #bdf;
}

ul.tablist a {
	font-weight: normal;
	font-size: 8pt;
}

table.calendar {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
}

table.calendar td {
	padding: 0; 
	padding-right: 2px;
	padding-left: 2px;
}

table.calendar td a {
	font-weight: normal;
}

table.calendar td.monthnav {
	background: #bdf;
}

table.calendar td.month {
	background: #9bd;
}

table.calendar td.weekday {
	background: lightgrey;
}

table.calendar td.selected {
	background: #bdf;
}

table.calendar td.today {
	background: #9bd;
}

table.calendar td.notmonth a {
	color: lightgrey;
}

table.contact {
	width: 590px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 30px;
	clear: both;
	border: 4px white solid;
	margin: auto;
	background: #9bd;
}

table.contact input[type=text] {
	width: 100%;
}

table.contact select {
	width: 100%;
}

table.contact textarea {
	width: 100%;
	height: 100px;
}

table.news {
	width: 99%;
	padding: 8px;
	border: none;
	margin-bottom: 14px;
	border-collapse: collapse;
}

table.news td {
	border: none;
	background: white;
}

table.news td.label {
	background: #9bd;
}

table.news td.newstitle {
	font-weight: bold;
}

table.allvenues {
	width: 100%;
}

table.allvenues td {
	width: auto;
	border-bottom: 1px solid #9bd;
}

table.events {
	border-collapse: separate;
	width: 100%;
}

table.events td {
	width: auto;
	border-bottom: 1px solid #9bd;
}

table.events td.event {
	border: none;
}

table.events td.more {
	border: none;
	vertical-align: top;
	text-align: right;
	width: 60px;
}

table.sites {
	border-collapse: separate;
	width: 100%;
}

table.sites td {
	width: auto;
	border-bottom: 1px solid #9bd;
}

table.outlets {
	border-collapse: separate;
	width: 100%;
}

table.outlets th {
	text-align: left;
	background: #9bd;
}

table.outlets td {
	width: auto;
	border-bottom: 1px solid #9bd;
}


body.popup {
	background: #bdf;
	padding: 4px;
}

ol a {
	font-weight: normal;
}
