body {
	margin: 0 0 20px 20px; 
	padding: 0; 
	background-color: #e6e6e6;
	color: #333;
}

body, div, p, span, u, ul, ol, li, input, textarea, form, select {
	font: 14px/20px Tahoma, Arial, Helvetica, sans-serif; 
}

img {
	border: none;
}

h1 {
	float: left;
	padding: 0;
	margin: 0;
}


/* PAGE LAYOUT
----------------------------------------------- */
div#container {
	width: 900px;
	margin: 0;
}

div#header {
	width: 900px;
	height: 164px;
	background-color: #fff;
}

div#navigation {
	float: left;
	width: 247px;
	margin: 10px 10px 0 0;
}

div.navigationItem, div.navigationItemOver {
	padding: 1px 5px 3px 5px;
	margin-bottom: 5px;
	border: solid 1px #ccc;
	background-color: #999;
}

div.navigationItemOver {
	cursor: pointer;
}

div.navigationItem a {
	color: #fff;
	text-decoration: none;
}

div.navigationItemOver a {
	color: #616161;
	text-decoration: none;
}

div#contentHome {
	margin: 10px 0 0 0;
	padding: 30px 0;
	width: 500px;
	border: solid 1px #ccc;
	background-color: #fff;
}

div#content {
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 15px 30px 20px;
	width: 465px;
	border: solid 1px #ccc;
	background-color: #fff;
}

div#contentWide {
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 15px 30px 20px;
	width: 606px;
	border: solid 1px #ccc;
	background-color: #fff;
}

div#bannersColumn {
	float: left;
	width: 130px;
	margin: 10px 0 0 10px;
}

div.banner {
	width: 125px;
	height: 125px;
	padding: 2px;
	margin-bottom: 2px;
	border: solid 1px #ccc;
	background-color: #fff;
}

div#footer {
	clear: both;
	padding: 15px 0;
	text-align: center;
} 

div#footer a {
	text-decoration: none;
}


/* FORMS
----------------------------------------------- */

label {
	float: left;
	display: block;
	width: 130px;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
}

div.field {
	margin: 1px;
}

div.buttons {
	margin: 5px 0 0 360px;
}

.formField {
	width: 280px;
}

.fieldError {
	background-color: #fcc;
}

span.fieldNotRequired {
	color: #fff;
}

textarea.textareaComments {
	width: 365px;
}

input.continueButton {
	margin-left: 30px;
}


/* TEXT FORMATTING
----------------------------------------------- */

.eventTitle {
	font-size: 22px;
	line-height: 30px;
	color: #008000;
}

div.eventTitle {
	text-align: center;
}

.eventRegistrationTitle {
	text-align: center;
}

a.exhibitor {
	text-decoration: none;
}

.bodyRedBold {
	color: #930;
	font-weight: bold;
}

.bodyPinkBold {
	color: #dd5e9d;
	font-weight: bold;
}

.bodyBlueBold {
	color: #339;
	font-weight: bold;
}

.bodyGreenBold {
	color: #008000;
	font-weight: bold;
}

.bodyPurpleBold {
	color: #800080;
	font-weight: bold;
}

a.registerLink:active,
a.registerLink:link,
a.registerLink:visited {
	color: #36c;
	text-decoration: none;
}
a.registerLink:hover {
	color: #903;
	text-decoration: none;
}



/* OTHER
----------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

br.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.wideLetterSpacing {
	letter-spacing: 2px;
	font-weight: bold;
}

.hidden {
	display: none;
}


div.exhibitorNavigator {
	float: right;
}
div.exhibitorNavigator a {
	text-decoration: none;
}


table#eventRegistrationTable {
	/* width: 450px; */
}

input.main,
textarea.main {
	width: 260px;
}

input.main.long {
	width: 400px;
}

.soldOut {
	background: #fff url(../img/soldout.gif) no-repeat center;
}

.waitingList {
	background: #fff url(../img/waiting-list.gif) no-repeat center;
}
