/*********************************************************************************************\
*       COPYRIGHT © 2011 ENVISION INFORMATION TECHNOLOGIES, LLC.    ALL RIGHTS RESERVED       *
*       DISTRIBUTION, UNAUTHORIZED USE AND MODIFICATION IS STRICTLY PROHIBITED                *
*       ENVISION IT, MADISON, WI    http://www.envisionitllc.com   info@envisionitllc.com     *
\*********************************************************************************************/

#content
{
  margin: 0 20px;
  position: relative;
  width: 870px;
}

#print_div
{
  position: absolute;
  right: 22px;
  top: 52px;
}

#search_exhibitors
{
  margin: 10px 0 0 0;
  text-align: center;
}

#search_exhibitors_results_link
{
  text-align: center;
}

#exhibitor_map_tooltip
{
  background-color: #FEECCF;
  border: 4px solid #FBC877;
  color: #111111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  overflow: hidden;
  padding: 5px 9px;
  text-align: left;
}

.exhibitor_tooltip_logo
{
  right: 10px;
  position: absolute;
  top: 10px;
}

.exhibitor_tooltip_header
{
  font-size: 12px;
  margin: 5px 0;
  padding: 30px 0 0 0;
}

.exhibitor_tooltip_header:first-child
{
  padding: 0;
}

.exhibitor_tooltip_star_sponsor
{
  font-weight: bold;
  line-height: 20px;
}

.exhibitor_tooltip_star_sponsor img
{
  margin: 0 0 -5 0;
}

.exhibitor_tooltip_label
{
  clear: both;
  float: left;
  font-style: italic;
  margin: 0 4px 0 0;
}

.exhibitor_tooltip_field
{
  float: left;
}

.exhibitor_tooltip_website
{
  clear: both;
  margin: 5px 0;
}

.exhibitor_tooltip_description
{
  clear: both;
  margin: 10px 0;
  padding: 10px 0 0 0;
}

/** Map Menu **/

#maps_menu
{
  overflow: hidden;
  width: 870px;
}

#exhibitor_maps_menu .menu a
{
  background-color: #413072;
  color: #FFF;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  margin: 0;
  padding: 6px;
  text-align: center;
  text-decoration: none;
}

#exhibitor_maps_menu .menuActive a, #exhibitor_maps_menu .menuOverActive a
{
  color: #d0b961;
}

#exhibitor_maps_menu .menuOver a
{
  text-decoration: underline;
}

/** Search Table **/
#exhibitor_search_results
{
  border-collapse: collapse;
  font-size: 11px;
  margin: 20px 0;
}

#exhibitor_search_results .header_row
{
  background-color: #FFECCF;
  border-bottom: 1px solid #FBC877;
  border-top: 1px solid #FBC877;
}

#exhibitor_search_results th, td
{
  text-align: left;
  padding: 3px;
}

#exhibitor_search_results .odd
{
  background-color: #FFF9EF;
  border-bottom: 1px solid #FBC877;
}

#exhibitor_search_results .even
{
  background-color: #FFECCF;
  border-bottom: 1px solid #FBC877;
}

/* Details */

.exhibitor_detail_logo
{
  
}

.exhibitor_detail_header
{
  
}

.exhibitor_detail_header:first-child
{
  padding: 0;
}

.exhibitor_detail_star_sponsor
{
  font-weight: bold;
  line-height: 20px;
}

.exhibitor_detail_star_sponsor img
{
  margin: 0 0 -5 0;
}

.exhibitor_detail_label
{
  clear: both;
  float: left;
  font-style: italic;
  margin: 0 4px 0 0;
  width: 80px;
}

.exhibitor_detail_field
{
  float: left;
}

.exhibitor_detail_website
{
  clear: both;
  margin: 5px 0;
}

.exhibitor_detail_description
{
  clear: both;
  margin: 10px 0;
  padding: 10px 0 0 0;
}