/*********************************************************************************************\
*       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     *
\*********************************************************************************************/

/* Print CSS */

.noprint
{
  display:none;
  visibility:hidden;
}

.subMenuContainer
{
  display:none;
  visiblity:hidden;
}

.form_label
{
  clear: left;
}

.clear
{
  clear: both;
  height: 1px;
  overflow: hidden;
  width: 100%;
}

#all
{
  border: none;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
}

#middle
{
  border: none;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
}

#content
{
  border: none;
  float: none;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
}

#footer
{
  color: #000;
}

/* printing exhibitor maps css */
#exhibitor_map_tooltip
{
  position: static !important;
}
#map_image
{
  opacity: 1 !important;
  filter: alpha(opacity = 50) !important;
  z-index: 1;
}
#map_container canvas
{
  z-index: 2;
}