﻿body {
	text-align: center;
	background-image: url('img/bglogo.gif');
	background-color: #063;
}

body, td, li, p {
	font: 14px calibri,verdana,sans-serif;
}

tr, td {
	text-align: left;
}

body table.center {
	width: 700px;
	background-color: #fff;
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
}

div.navigation {
	width: 150px;
	vertical-align: top;
}

div.navigation a {
	display: block;
	border: 1px solid #03c;
	margin: 0px 1px 2px 1px;
	padding: 1px 5px;
	font-weight: bold;
	text-decoration: none;
	background-color: #def;
	color: #030;
}

div.navigation a.sponsor {
	border: 0px none #000;
	margin: 0px 1px 5px 1px;
	padding: 1px;
	font-weight: bold;
	background-color: #fff;
	color: #09f;
}

div.navigation a:hover {
	color: #fff;
	background-color: #09f;
}

div.navgroup {
	border: 1px solid #03c;
	color: #fff;
	background-color: #903;
	font-size: 1.2em;
	font-weight: bold;
	padding: 1px 5px;
	margin: 0px 1px;
	
}

div.content{
	min-width: 400px;
	max-width: 550px;
	vertical-align: top;
	padding: 0px 0px 0px 5px;
}

div.content a{
	text-decoration: underline;
	color: #030;

}

h1 {
	font-size: 1.3em;
	margin-top: 0px;
	background-color: #690;
	color: #ffd;
	padding: 0px 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

h2 {
	font-size:1.2em;
	margin: 6px 0px;
	background-color: #36F;
	color: #FFC;
	padding: 0px 20px;
	border-top: 1px solid #009;
	border-bottom: 1px solid #009;
}

div.header {
	width: 100%;
	height: 125px;
	background-image: url('img/cvff2010.jpg');
	background-repeat: no-repeat;
	background-position:center;
	background-color: #042;
}

div.headerHide {
	visibility: hidden;
}

div.headerRight {
	float: right;
}

div.slideshow {
	background-color: #eee;
	border-right: 3px solid #000;
}

span.slideDescription {
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	line-height: 150%;
}

span.mini {
	font-size: 12px;
}

div.sidebar {
	float: right;
	width: 180px;
	padding: 8px;
	margin: 8px;
	border: 1px solid #666;
	background-color: #ebc;
}

div.footer {
	text-align: center;
	white-space: nowrap;
	background-color: #558;
	color: #ceb;
	font-weight: bold;
	font-style: italic;
}

div.footer a {
	color: #ffd;
	text-decoration: underline;
}

span.contact {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

th.header {
	border-bottom: 2px solid #333;
}
tr.oddRow {
	background-color: #ddd;
}

table.tickets tr td {
	vertical-align: top;
	border-top: 1px #bbb solid;
}

blockquote {
	font-style: italic;
	background-color: #efd;
	padding: 8px 16px;
	border-top: 1px solid #048;
	border-bottom: 1px solid #048;
}

img.slide {
	border: 0px;
	width: 250px;
}

table.slideshow tr td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 5px;
	border: 1px solid #969;
}