/********** 

Upgraded AMM 201207 
1) Streamlined/improved page design and layout
2) Fixed print layout
3) Cross browser check without hacks
4) Removed redundant code
5) Formatted CSS
6) Validated CSS

**********/

body {
  background-color: none !important;
}

* { 
  background-image:none !important;
}

@page { 
  margin: 1.5cm; 
}

#page {  
  height: auto;
  margin: 0;
  -moz-transform: translate(-15%, -15%) scale(.7,.7); /* for ff printing amm */
  overflow: hidden !important;
  padding: 0;
}

#header, 
#detail, 
#footer {
  width: 100%;
}

#header_utility_links, 
#search, 
#local_market_nav .standard_links, 
#market_title_image, 
#global_markets_nav img, 
#auxiliary_bar,
#left_nav, 
#footer li a {
  display: none !important;
}

#content {
  margin: 0;
  padding: 0;
  width: 100%;
}

#logo {
  height: 30%;
  width: 99%;
}

#logo img {
  width: 30%;
}

#header {
  border-bottom: 2px solid #19364B;
  overflow: auto;
  margin-bottom: 10pt;
  padding-bottom: 5px;
}

#global_markets_nav {
  clear: both;
  float: left;
  height: auto !important;
  margin-top: 5px;
  width: 99%;
}

#global_markets_nav a {
  color: #000;
  height: auto !important;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  width: auto !important;
}

#global_markets_nav .global_nav_text {
  display: inline-block;
  font: normal 11px Verdana !important;
  padding-right: 1em;
}

#local_market_nav {
  height: auto;
  overflow: auto;
  width: 99%;
}

#market {
  height: auto;
}

#market_title_text{
  color: #303030;
  display: block;
  font: bold 20px Verdana, Arial !important;
  height: auto;
}


#footer {
  background-image: none;
  border-top: 2px solid #19364B;
  padding-top: 10pt;
  padding-bottom: 20pt;  
}

/************************ MARKET STRUCTURE *************************/

#title {
  color: #225A6E;
  margin-bottom: 0 !important;
}

.standard_content {
  margin: 0;
  padding: 0;
  width: 99%;
}

.standard_content .related_articles a:after { 
  content:  " [" attr(href) "] " !important;
 display: block;
  text-decoration: underline;
} 
