body {
  color: #000;
  background-color: #ffffff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0px;
}

a img {
  border: none;
}

a.no-link {
    cursor: default;
}
a.no-link:hover {
    text-decoration: none !important;
}

/* CENTERED MAPS */

table.center {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
table.center tr {
  margin: 0;
  padding: 0;
}
table.center tr td {
  margin: 0;
  padding: 0;
}

#map-container {
  margin: auto;
}

.map {
  position: relative;
}


div#content {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: block;
  left: 0px;
  top: 0px;
  margin: 0px;
  position: absolute; 
}

.hotspot-container img {
    behavior: url(/stylesheets/ie-png-img-alpha.htc);
}

/* ========================================================================= */

.Callout
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.Callout a {
  text-decoration: none;
  color: black;
}

.Callout a:hover {
  text-decoration: underline;
}

.CalloutBody
{
  padding-top: 15px;
  font-size: 12px;
  width: 260px;
  background: transparent url('/images/callout_header.png') no-repeat;
  behavior: url(/stylesheets/ie-png-background-alpha.htc); 
}

/*/*/html*.CalloutBody { padding-top: 15px; }/* */

.CalloutBodyContent
{
  width: 190px;
  padding-bottom: 3px;
  margin-left: 35px;
}

.CalloutBodyContent h3
{
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px; 
}

.CalloutBodyContent img
{
  border: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto 5px auto;
}

.CalloutBodyContent p
{
  display: block;
  padding:0;
  margin: 5px 0 5px 0;
}

.CalloutBodyContent a
{
  display:block;
  padding:0;
  margin: 2px 0 2px 0;
}

.CalloutFooter
{
  width: 260px;
  height: 30px;
  background: transparent url('/images/callout_footer.png') no-repeat;
  behavior: url(/stylesheets/ie-png-background-alpha.htc); 
}

a.callout-link-map, a.callout-link-location {
  padding-left: 16px;
  background: transparent none 0% 50% no-repeat;
}

a.callout-link-map {
  background-image: url("/images/icons/ul_maps.png");
}
a.callout-link-location {
  background-image: url("/images/icons/ul_hotspots.png");
}

/* ------------------------------------------------------------------------- */
/* Callout: Top Left Pointer                                                 */
/*
.CalloutTopLeft .CalloutBody
{
  background: transparent url('/images/callout_header_top_left.png') no-repeat;
  behavior: url(/stylesheets/ie-png-background-alpha.htc);
}

.CalloutTopLeft .CalloutBodyContent
{
  margin-left: 52px;
}

.CalloutTopLeft .CalloutFooter
{
  background: transparent url('/images/callout_footer_top_left.png') no-repeat;
  behavior: url(/stylesheets/ie-png-background-alpha.htc);
}
*/
/* ------------------------------------------------------------------------- */
/* Callout: Bottom Left Pointer                                              */
/*
.CalloutBottomLeft .CalloutBody
{
  background: transparent url('/images/callout_header.png') no-repeat;
  behavior: url(/stylesheets/ie-png-background-alpha.htc);
}

.CalloutBottomLeft .CalloutBodyContent
{
  margin-left: 52px;
}

.CalloutBottomLeft .CalloutFooter
{
  background: transparent url('/images/callout_footer_bottom_left.png') no-repeat;
  behavior: url(/stylesheets/ie-png-background-alpha.htc);
}
*/
/* ------------------------------------------------------------------------- */
/* Callout: Top Right Pointer                                                */
/*
.CalloutTopRight .CalloutBody
{
  background: transparent url('/images/callout_header_top_right.png') no-repeat;
  behavior: url(/stylesheets/ie-png-background-alpha.htc);
}

.CalloutTopRight .CalloutBodyContent
{
  margin-left: 18px;
}

.CalloutTopRight .CalloutFooter
{
  background: transparent url('/images/callout_footer_top_right.png') no-repeat;
  behavior: url(/stylesheets/ie-png-background-alpha.htc);
}
*/
/* ------------------------------------------------------------------------- */
/* Callout: Bottom Right Pointer                                                */

/*
.CalloutBottomRight .CalloutBody
{
  background: transparent url('/images/callout_header_bottom_right.png') no-repeat;
  behavior: url(/stylesheets/ie-png-background-alpha.htc);
}

.CalloutBottomRight .CalloutBodyContent
{
  margin-left: 18px;
}

.CalloutBottomRight .CalloutFooter
{
  background: transparent url('/images/callout_footer_top_right.png') no-repeat;
  behavior: url(/stylesheets/ie-png-background-alpha.htc);
  height: 30px;
}
*/
