/*** Import structural stylesheet ***/
  @import url("ir-layout.css");

/*** Site specific formatting (not complete) ***/

/* Margin/width to match rest of site */
#DigitalLookContent { width: auto; margin-right: 15px; margin-top: 1em; font-weight: normal; font-family: arial, sans-serif; font-size: 12px }

#DigitalLookContent a {
	font-weight: bold;
}

/* Display company info on separate lines */
#companyHeaderHolder .textRegularBold { display: block; }

/* Improve header layout */
#companyHeaderHolder { height: 5em; }
.secondColHolder { top: -5em; font-size: 12px }
#companyHeaderHolder .textHeadingLarge { padding-bottom: 0.2em; }

/* Style 'Go' button (and reset styles for text field!) */
#sharePriceCalculator input { background: #00683e; color: #fff; font-weight: bold; border: 1px solid #00683e; font-size: 85%; }
#sharePriceCalculator input#num_holdings { background: #fff; color: #000; font-size: 100%; font-weight: normal; }

/* Modify presentation of tabs */
#tabNavigationCompany a { background: #00683e; color: #fff; border-color: #b3d66f #b2cee7 #b2cee7 #b3d66f; }
#tabNavigationCompany a:hover, #tabNavigationCompany li.subselected a { background: #b3d66f; border-color: #b3d66f #b2cee7 #b2cee7 #b3d66f; color: #00683e; }

/* Match h2 styling */
#DigitalLookContent h1, #DigitalLookContent h2, .textHeaderUnderline, .textHeadingLarge { font-size: 16px; font-weight: bold; margin: 4px 0px 0px 0px; padding: 4px 0px 0px 0px; color: #027445 }

/* Add space above chart tabs */
#chartTabs { margin-top: 1em; }

/* Remove image link border */
a img { border: none; }

/* Modify print format */
@media print {
	pre { font-size: xx-small; width: auto; }
}