body {
  background: transparent url(../images/background.jpg) repeat scroll 0 0;
}

/* ----- Exhibitor Reg Styles ---- */

#content.registration {
  background-color: #efefef;
}

#content.sideLeft {
  padding: 0em 0;
}

#content {
  padding: 0 1.5% 1%;
  border: none;
}

#content.noPad {
  background-color: #fff;
}

#sidebar {
  width: 15em;
}

.sideLeft #sidebar.registration_steps {
  background-color: #efefef;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  margin: 0;
}

.sideLeft #main_column.registration_content {
  padding: 1.7em 1.7%;
  background-color: #ffffff;
  margin-left: 16.2em;
  padding-top: 0.2em;
}

/* ------ Availability Styles --- */

.availability_sold_out {
  color: #D60000;
}

.availability_unlimited {
  display: none;
}

/* ------ Reg Menus ------ */

/* 
#sidebar ul li a {
  color: #ffffff;
  display: block;
  font-family: "Trebuchet MS" ,Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 16px;
  margin: 3px 0 0 2px;
  padding: 0;
  text-decoration: none;
}

#sidebar .registration {
  background: transparent url(../images/tablecellbackground.jpg) no-repeat scroll 0 0;
  color: #FFFFFF;
  font-family: Trebuchet MS;
  padding: 6px;
  text-transform: uppercase;
  padding-bottom: 4px;
}

#sidebar ul {
	margin:0;
	padding:0;
  color: #ffffff;
  background: url(../images/redgradientformenu.png) repeat-x;
}

#sidebar ul li {
	border-color: #C6B6A8;
  border-style: dotted none;
  border-width: 1px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
	margin: 0;
	padding:0.7em 0;
}

#sidebar ul li a {
	margin-left: .2em;
	display: inline;
}

#sidebar ul li.current {
		background-color:#FF9933;
}

#sidebar ul li.completed a {
		color: #fff;
}

#sidebar ul li.completed a:hover {
  text-decoration: underline;
}

#sidebar ul li.completed:first-child {
	margin-top: 0;
	border-top: 0;
}

#sidebar ul li.current a {
	
	
} 

#sidebar ul li.current_completed a {
  color:#0033CC;
  font-weight: bold;
	margin-left: .2em;
	display: inline;
}

#sidebar ul li.current_completed {
	background-color:#FF9933;
}


#sidebar ul li.remaining a, #sidebar ul li.remaining span.step-numbers {
	color: #999999;
}
*/

.registration #sidebar ul li span.step-numbers {
  font-family: "Arial Black" , Arial, sans-serif;
  font-weight: normal;
  padding-left: .7em;
  margin: 0;
  color: #666666;
}

.registration #sidebar ul li.remaining span.step-numbers {
  color: #ccc;
}

.registration #sidebar ul li {
  -moz-border-radius: 5px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 0.4em;
  padding: .8em 0;
}

#sidebar ul li.current span.step-numbers, .registration #sidebar ul li.current_completed span.step-numbers {
  color: #fff;
}

.registration #sidebar ul li.current, .registration #sidebar ul li.current_completed {
  background-color: #54AACB;
}

#sidebar ul li.current a {
  color: #fff;
}

.registration #sidebar ul li.completed a, .registration #sidebar ul li.current_completed a {
  color: #fff;
}

.registration #sidebar ul li.completed {
  background-color: #ffffff;
}

.registration #sidebar ul li.completed a {
  color: #70C6E6;
}


.registration #sidebar ul li.remaining {
  background-color: #efefef;
}

.registration #sidebar ul li.remaining a {
  color: #bbb;
}

.registration #sidebar ul li.current_completed a {
  color: #fff;
  font-weight: bold;
  margin-left: .2em;
  display: inline;
}

.options img {
  position: absolute;
  top: -2.5em;
  left: 2em;
  z-index: 20;
}

.registration #sidebar li a {
  color: #999999;
  display: inline;
  font-size: 120%;
  font-weight: normal;
  letter-spacing: -0.03em;
}

.registration #sidebar ul {
  font-family: "Trebuchet MS" ,Helvetica,Arial,sans-serif;
  font-weight: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0em;
  margin: 0;
}

/* Booth Legend */


.legend_reserved {
  border: 2px solid #C25B2F;
  background-color: #EC5019;
}

.legend_premium {
  border: 2px solid #165A86;
  background-color: #5488A9;
}

.legend_corner {
  border: 2px solid #6BACD4;
  background-color: #95C5E4;
}

.legend_owner {
  border: 2px solid #93C23B;
  background-color: #ADD75C;
}

/* --- Colors / Links --------------------------------------- */

#content {
  border: none;
}

a, a:visited, h3 a, h3 a:visited {
  color: #7DBBC7;
  font-weight: normal;
}

a:hover {
  color: #3E8295;
  text-decoration: underline;
}

#banner {
  background: transparent;
  height: 200px;
}

div.menu {
  border: none;
}

h1, h2, h3, h4, h5 {
  font-family: Impact, "Arial Black" , sans-serif;
  font-weight: normal;
  color: #000000;
}

#sidebar h2 {
  text-transform: none;
}

h2.payment_title {
  border-bottom: 1px solid #DDDDDD;
  color: #82A62C;
  padding: 1.5em 0 0.5em;
  margin-bottom: 1em;
}

.summary {
  overflow: hidden;
}

#contact_info {
  float: right;
  width: 60%;
  clear: both;
}

#company_info {
  width: 35%;
}

.hotel_code {
  display: block;
  font-weight: bold;
  color: #555;
}

p {
  color: #474747;
}

.message {
  background-color: #fff;
}

.message.status_message {
  background-color: #fff;
  color: Green;
}

#page {
  border-color: #efefef;
}

#content_header {
  border-bottom: 13px solid #ffffff;
}

#content.member #main_column {
  border-right: 12px solid #ffffff;
}

.user_links p a:hover, .actions button:hover, .actions a.button:hover {
  text-decoration: none;
}

.actions button {
  color: #3E8295;
}

.actions a.button {
  color: #3E8295;
}

.actions button, .actions a.button {
  font-weight: normal;
}

/* --- Menu Links & Colors -- */

div.menu {
}

.menu ul {
  background-image: url(../images/menu.png);
}

.menu ul, .menu ul li {
  background-color: transparent;
}

.menu ul li a, .menu ul li button {
  color: #ffffff;
}

.menu ul li:hover {
}

.menu ul li a:hover {
  color: #7DBBC7;
}

.menu ul li.account_menu:hover {
  background-color: transparent;
}

.menu ul li.current a {
  color: #7DBBC7;
  font-weight: normal;
}

.menu ul li.current {
  background: transparent;
  border-right: 0 none;
}

ul.menu_level_2 li:first-child {
  background: transparent;
}

ul.menu_level_2 li {
  background: transparent;
}

ul.menu_level_2 {
  background-color: #7DBBC7;
  background-image: none;
  border-bottom: 1px dotted #CCCCCC;
}

ul.menu_level_2 li a {
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
ul.menu_level_2 li a:hover {
  color: #fff;
  text-decoration: underline;
}

ul.menu_level_2 li:hover {
}

ul.menu_level_2 li.current {
  font-weight: normal;
}

ul.menu_level_2 li.current a {
  color: #fff;
}

/* --- Sidebar Search Filter --- */

#sidebar ul.search_order li a {
  color: #4d4d4d;
}

#sidebar ul.search_order li.current a {
  color: #ffffff;
}

#sidebar ul.search_order li.current, #sidebar ul.search_order li.current:hover, 
ul.days li.current p, ul.days li.current p:hover  {
  -moz-border-radius: .1em;
  background-color: #7DBBC7;
}

#sidebar ul.search_order li {
  padding-left: .5em;
}

#sidebar ul.search_order li:hover {
}

#sidebar ul.search_order li:hover a {
  text-decoration: underline;
}

#sidebar ul.search_order li.current:hover a {
}
/* end */

.user_links p a:hover {
  text-decoration: none;
}

label {
  color: #333333;
}

legend {
  color: #CD5434;
}

form.search {
  background-color: #FFFFFF;
  border-bottom: 1px dotted #CCCCCC;
}

#meeting_content h3 {
  color: #D95B39;
}

#footer {
  color: #fff;
  font-family: Georgia, "Times New Roman" ,Times,serif;
  font-size: 110%;
}

/* --- Typography -------------------------------- */

html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.article {
  line-height: 1.2em;
}

h3 a, h3 a:hover, h3 a:visited {
  font-weight: normal;
}

.menu ul {
  margin: 0 auto;
  width: 990px;
  font-size: 18px;
  padding: .8em 0 .8em 10px;
}

.menu ul li {
  font-family: Impact, "Arial Black" , sans-serif;
  letter-spacing: 0;
  margin: 0 -0.45em 0 0.15em;
  padding: 1em 1em;
  text-transform: uppercase;
}

button, a.button, input.button {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-right: 0.25em;
}

sidebar_right h3 {
  font-size: 140%;
  letter-spacing: -.03em;
  padding-top: .8em;
  border-top: 1px solid #e5e5e5;
}

.actions button {
  padding-right: 1em;
  font-size: 120%;
}

.actions a.button {
  font-size: 120%;
}

ul.search_order li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 115%;
  margin-top: 0.1em;
  padding: 0.6em 0 0.6em 0.9em;
}

.pages {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 1em;
  text-align: center;
}

.comment h2.message_user {
  font-family: Arial, Helvetica, sans-serif;
}


/* --- Layout Modifications ------------------------ */

#page {
  width: 940px;
  margin: 0 auto;
  border-width: medium 30px 17px;
  border-color: #fff;
}

#content {
  background-color: #FFFFFF;
}

#main_column {
  background-color: #FFFFFF;
  padding: 0;
}

#sidebar {
  background-color: #FFFFFF;
}

#banner {
  text-align: center;
}

.sideLeft #sidebar {
  padding: 1em 2% 0 0;
}

.sideRight #sidebar {
  padding: 1em;
}

.sideRight #main_column {
  padding: 0;
}

.sideLeft #main_column {
  padding: 0;
}


div.menu {
}

.menu ul {
  padding: .6em 0 .6em 10px;
}

.menu ul li {
  margin: 0 -0.45em 0 0.15em;
  padding: .6em;
}

ul.menu_level_2 {
  font-size: 16px;
  padding: .5em 0 .5em 10px;
}

ul.menu_level_2 li {
  padding: .2 .6em;
}

form.search {
  padding: 0 0 0 10px;
  width: 990px;
  margin: 0 auto;
}

form.search fieldset {
  padding: .7em .7em .7em 1.4em;
}

ul.search_order {
  margin: 0;
}


#footer {
  margin: 1em auto 0;
  padding-bottom: 4em;
  position: relative;
  width: 72em;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#main_column h3 {
}

.comment {
  /* fixes transparent bug with margins overlapping divs*/
  padding-bottom: 1.2em;
  margin-bottom: 0;
}

.item h3, .profile_header h2, h2.message_subject {
  /*headline text override... impact is hard to read for certain elements.*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: -0.05em;
}

.profile_header .actions {
  top: 1em;
}

/* --- Not Sure What These Do... */

.pages .current_page, .pages a {
  padding-right: 1em;
}

.pages .current_page {
  color: #333333;
  font-weight: bold;
}

table.conference_title {
  display: none;
}

div.user div {
  background-color: transparent;
}

div.user div p.welcome {
  color: #EB3446;
}
div.user div p.excited {
  color: Black;
}

#sidebar fieldset {
  border-bottom: 1px solid #F6F6F6;
  border-top: 1px solid #F6F6F6;
}

#sidebar_content th {
  text-align: left;
  font-size: 92%;
  text-transform: uppercase;
  font-weight: normal;
  color: #999;
}

#exhibitors_browser h2 {
  font-size: 170%;
  padding-bottom: 0;
  text-transform: uppercase;
}

input#terms {
  width: 15em;
}

#sidebar fieldset label {
  display: none;
}

#sidebar_content tr td {
  border-bottom: 1px solid #F6F6F6;
  padding: 0.2em;
}

table.title td.title {
  padding-top: 2.2em;
}

a.login_mapbuzz, a.user_signup {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  text-transform: none;
  top: -1px;
  color: #FED51B;
}

.menu ul li a.login_mapbuzz {
  color: #FED51B;
  position: absolute;
  right: 6.5em;
  top: 0.7em;
}

.menu ul li a.user_signup {
  color: #FED51B;
  position: absolute;
  right: 2em;
  top: 0.7em;
}

a.download_link {
  background-color: #EE8100;
  color: white;
  margin-left: 1em;
  padding: 0.3em 2.4em 0.5em;
  position: relative;
  text-transform: uppercase;
  top: -4px;
}

a.download_link:hover {
  background-color: #7DBBC7;
}

/* Brewery Listings */
td.pacific {
  background-color: #E21959;
}

td.pacific_nw {
  background-color: #F7941E;
}

td.mid_atlantic {
  background-color: #FFD800;
}

td.midwest {
  background-color: #BD9A05;
}

td.new_england {
  background-color: #808C47;
}

td.rocky_mountain {
  background-color: #00A1A4;
}

td.southeast {
  background-color: #0065B1;
}

td.southwest {
  background-color: #92D7E7;
}

td.endcap {
  border: 1px solid #000;
}

.profile_body.exhibitor {
  margin-left:0;
  padding-left:200px;
}
