body {
	margin: 0;
	padding: 0;
	background-color: #fbfbfb;
	background-image: url('/2009/Layout/Fabric.gif');
}

.fullBody {
	text-align: left;
	background-image: url('/2009/Layout/Bridge/Bridge.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

.topDiv {
	background-image: url('/2009/Layout/Fabric-Top.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.container {
	width: 900px;
	height: 720px;
	margin: 0px auto 0 auto;
}

a:link {
	color: #26b6d3;
}
a:visited {
	color: #26b6d3;
}
a:active {
	color: #26b6d3;
}

.headTitle {
	color: #26b6d3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 39px;
	font-weight: bold;
	padding-top: 40px;
	padding-left: 50px;
}

.headDate {
	color: #e5c267;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-left: 50px;
	float: left;
}

.headSFLX {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 26px 0px;
	float: right;
}

.headSFLX A {
	color: #f63820;
	text-decoration: none;
}

/* Menu is the container - menu tabs are "topic" */
.menu {
	clear: both;
	margin-left: 50px;
}

.topic {
	color: #ef4648;
	height: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 20px;
}


.content {
	color: #000000;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;

	float: right;
	width: 465px;
	height: 550px;

	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;

	padding-right: 3px;

	overflow: auto;
}

.topped {
	height: 475px;
}

.content td {
	color: #000000;
}

.content h1 {
	color: #d5b257;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content h2 {
	color: #d5b257;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}

.content h3 {
	color: #d5b257;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 2px;
}

.topic A {
	color: #f63820;
	text-decoration: none;
}

/* 'top' subnav menu */
.subnav {
	font-size: 15px;
	color: #ef4123;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

	float: right;
	clear: right;

	margin: 0px 25px 3px 0px;
}

.subnav A {
	color: #cf311e;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.photo {
	margin-right: 10px;
	margin-top: 5px;
	clear: both;
	float: left;
}

.person {
	margin-top: 15px;
	float: left;
	font-size: 12px;
	width: 100%;
}

/* ************************* *
 * Registration
 * ************************* */
.formTable {
	width: 445px;
}

.req {
	vertical-align: top;
	color: #ff4444;
	width: 10px;
}

.key {
	font-weight: bold;
	width: 80px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.surveyKey {
	font-weight: bold;
	width: 90px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.in {
	vertical-align: top;
}

.inStatic {
	vertical-align: top;
	/* background-color: #dddddd; */
	font-style: italic;
	font-size: 12px;
	width: 50px;
}

.error {
	font-size: 120%;
	font-weight: bold;
	color: #f33;
}


/* ************************* *
 * Schedule
 * ************************* */
.lindy {
	background-color: #ffff88;
}
.blues {
	background-color: #50a0f0;
}
.lindyblues {
	background-color: #8574f3;
}

td.price {
	width: 35px;
	vertical-align: top;
}

td.when {
	width: 100px;
	padding-left: 20px;
	font-size: 13px;
	vertical-align: top;
	font-style: italic;
}

td.what {
	visibility: hidden;
	width: 0px;
	/*
	vertical-align: top;
	font-weight: bold;
	font-size: 13px;
	width: 40px;
	*/
}

td.subwhat {
	font-style: italic;
	vertical-align: top;
	width: 100px;
}

td.who {
	vertical-align: top;
	font-weight: bold;
	width: 240px;
}

td.where {
	width: 300px;
	vertical-align: top;
}

td.em {
	font-family: monospace;
	/* font-style: italic; */
}

tr.otherVenue {
	height: 40px;
	vertical-align: bottom;
}

td.notes {
	font-size: 12px;
	font-style: italic;
}

td.header {
	height: 50px;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
