.dvhdr1 {
  background:#F3F0E7;
  font-family:Arial, Verdana;
  font-size:12px;
  font-weight:bold;
  border:1px solid #C8BA92;
  padding:5px;
  width:175px;
  color:#000;
}

.dvbdy1 {
  background:#FFFFFF;
  font-family:Arial, Verdana;
  font-size:12px;
  border-left:1px solid #C8BA92;
  border-right:1px solid #C8BA92;
  border-bottom:1px solid #C8BA92;
  padding:5px;
  width:175px;
  line-height:14px;
  color:#000;
}



.main-content{

	float:none;
	width:900px;
	padding-left:0;

}

.header-line {
	display: block;
	border-bottom: 1px solid #dee2e6;
	margin-top: 45px;
}

#boothmap{
	/*background:url('/images/boothmap/boothmap2010.png') no-repeat top left;*/
	width:900px;
	height:433px;
	position:relative;
}

#boothmap .booth{
	position:absolute;
	display:block;
	cursor: pointer;

}

#boothmap .available{
	/*background-color:none;*/

}

#boothmap .not-available{
	background-color:#b84040;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}

#boothmap .selected_b{
	background-color:#4062b8;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;

}
