/*** Import structural stylesheet ***/
  @import url("ir-layout.css");

/*** Site specific formatting ***/

/* Insert top margin */
#DigitalLookContent { margin-top: 2em; }

/* Display company info on separate lines */
#companyHeaderHolder .textRegularBold { display: block; }

/* Set width of pre-formatted content to match page background */
pre { width: 494px; }

/* Match h2 styling */
#DigitalLookContent h1, h2, .textHeaderUnderline { color: #000; font-weight: bold; font-size: 15px; border: none; text-align: left; margin: 0.3em 0 0.3em; padding: 0; }

#DigitalLookContent #companyFirstCol h1 { font-weight: normal; }

/* Reset left margin on list items */
#tabNavigationCompany ul li, ul#chartTabs li { margin-left: 0; list-style: none; }

/* Modify presentation of tabs */
#tabNavigationCompany a { width: 96px; background-color: #727275; color: #fff; border: 1px solid #727275; font-weight: bold; padding: 2px 0px 3px; }
#tabNavigationCompany a:hover, #tabNavigationCompany li.subselected a { background-color: #fea100; border: 1px solid #fea100; }

/* Reset table widths */
#DigitalLookContent table { width: 100%; }

/* Style 'Go' button (and reset styles for text field!) */
#sharePriceCalculator input { background: #727275; color: #fff; font-weight: bold; font-size: 85%; border: 1px solid #727275; }
#sharePriceCalculator input#num_holdings { background: #fff; color: #000; font-size: 100%; font-weight: normal; }

/* Modify print format */
@media print {
	pre { font-size: xx-small; }
}