@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px auto;	
	background-color: #000;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Cambria, "Times New Roman", Times, serif;
}

ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}

li {
	margin-left: 10px;
	padding-left: 0px;
}

.span1 {
	font-weight: bold;
}

#wrapper {
	width: 964px;
	min-height: 550px;
	margin-left: auto;
	margin-right: auto;
	color: #403E3E;
}

.divSpacerLeft {
	width: 100%;
	float: left;
	height: 20px;
}

#myLeft {
	width: 420px;
	float: left;
	margin: 0;
}

#innerLeft {
	margin: 20px 50px;	
}

#showDate {
	width: 100%; 
	float: left; 
	border: 1px solid #403E3E; 
	font-size: 14px; 
	font-weight: normal; 
	background-color: #000; 
	padding: 3px; 
	text-align: center; 
	color: #fff;
}

#scheduleEvents, #newsletter, #hotels {
	float: left; 
	width: 100%; 
	font-size: 18px; 
	font-weight: bold; 
	text-align: left;
}

#scheduleEvents td, #hotels td {
	font-size: 12px;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #403E3E;
	font-weight: normal;
}

#scheduleEvents td.sign {
	width: 35px;
	min-height: 34px;
	padding-left: 0;
	padding-right: 10px;
}

.scheduleEventsMonth {
	 float: left; 
	 width: 100%; 
	 height: 16px; 
	 background-color: #fff; 
	 font-size: 11px; 
	 font-weight: normal;
	 text-align: center; 
	 vertical-align: middle;
	 border: 1px solid #403E3E; 
	 border-bottom: 0px;
}

.scheduleEventsDay {
	float: left;
	width: 100%; 
	height: 18px; 
	background-color: #935019; 
	font-size: 14px; 
	color: #fff; 
	text-align: center; 
	vertical-align: middle; 
	border: 1px solid #403E3E; 
	border-top: 0px;
}

#newsletterLeft {
	float: left;
	width: 200px;
}

#newsletterLeft span {
	font-size: 12px; 
	font-weight: normal;
}

#newsletterRight {
	float: right;
	width: 93px;
}

#hotels th {
	text-align: left;
	font-size: 12px;
	padding: 5px;
	vertical-align: bottom;
	border-bottom: 2px solid #403E3E;
	font-weight: bold;
}

#hotels td.leftColumn, #hotels th.leftColumn {
	padding-left: 0px;	
}

#hotels td.rightColumn, #hotels th.rightColumn {
	text-align: right;	
	padding-right: 0px;	
}

#myRight {
	width: 542px;
	float: left;
	margin: 0;
}

#myMiddle {
	width: 200px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/bg_navimain_2.jpg);
}

#navigation {
	padding-top: 12px;
}

#navigation td {
	border-bottom: 1px solid #fff;
	padding: 3px 20px;
	height: 32px;
	color: #fff;
	font-weight: normal;
}

.navigationSubnotes {
	font-size: 11px;
	font-weight: normal;
}

#navigation a, #exhibitorsCorner a, #stayConnected a {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover, #exhibitorsCorner a:hover, #stayConnected a:hover {
	color: #CCC;
}

#navigation td  {
	color: #CCC;
	text-decoration: none;
}

#exhibitorsCorner {
	width: 100%;
	float: left;
	height: 95px;
	background-color: #1C1300;
	color: #fff;
}

#exhibitorsCorner p {
	margin: 20px;
}

#exhibitorsCorner span {
	font-size: 12px;
	font-weight: normal;
}

#innerRight {
	width: 341px;
	float: left;
}

#stayConnected {
	width: 293px;
	height: 96px;
	background-image: url(../images/bg_stayConnected.jpg);
}

#stayConnected td {
	color: #fff;
	font-size: 12px;
	padding: 20px;
}

#registrationHome {
	float: left;
	width: 493px;
	height: 302px;
	background-image: url(../images/bg_registration.jpg);
}

#registrationHome p {
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
	margin-bottom: 0px;
}

#registrationHome td {
	font-size: 12px;
	padding: 5px 20px;
}

#registrationHome td.myRight {
	white-space: nowrap;
}

#registrationHome .registrationInput {
	white-space: nowrap;
}

#registrationHome .inputBB {
	width: 30px;
}

#registrationHome td.mybutton {
	text-align: center;
}

#myFooter {
	width: 964px;
	min-height: 80px;
	margin-left: auto;
	margin-right: auto;
	color: #403E3E;
}

#innerFooter {
	margin: 20px 50px;	
	width: 860px;
	background-color: #333;
	color: #000;
	text-align: center;
}

