/*** Import structural stylesheet ***/
  @import url("ir-layout.css");

/*** Site specific formatting ***/

/* Insert top margin */
#DigitalLookContent { margin-top: 1em; }

/* Display company info on separate lines */
#companyHeaderHolder .textRegularBold { display: block; }

/* Set width of pre-formatted content to match page background */

/* Match h2 styling */
#DigitalLookContent h1, h2, .textHeaderUnderline { color: #005dab; font-size: 20px; 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 { background: url(../images/menu-on.gif) repeat-x bottom left; color: #fff; border: 1px solid #e7e7e7 }
#tabNavigationCompany a:hover, #tabNavigationCompany li.subselected a { background: #fff; border: 1px solid #c7c7c7 }

/* Reset table widths */
#DigitalLookContent table { width: 100%; }

/* Style 'Go' button (and reset styles for text field!) */
#sharePriceCalculator input { background: #326ab3; color: #fff; font-weight: bold; font-size: 85%; border: 1px solid #0a5987; }
#sharePriceCalculator input#num_holdings { background: #fff; color: #000; font-size: 100%; font-weight: normal; }

/* Modify print format */
@media print {
	pre { font-size: xx-small; }
}