/*** 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; }

/* Display company info on separate lines */
#companyHeaderHolder .textRegularBold { display: block; }

#companyHeaderHolder img {
	float: right;
}

/* Improve header layout */
#companyHeaderHolder { height: 5em; }
#companyHeaderHolder .textHeadingLarge { padding-bottom: 0.2em; }

/* Style 'Go' button (and reset styles for text field!) */
#sharePriceCalculator input { background: #522481; color: #fff; font-weight: bold; border: 1px solid #522481; font-size: 85%; }
#sharePriceCalculator input#num_holdings { background: #fff; color: #000; font-size: 105%; font-weight: normal; }

/* Modify presentation of tabs */
#tabNavigationCompany a { background: #522481; color: #fff; border-color: #bdcec4 #b2cee7 #b2cee7 #bdcec4; }
#tabNavigationCompany a:hover, #tabNavigationCompany li.subselected a { background: #bdcec4; border-color: #bdcec4 #b2cee7 #b2cee7 #bdcec4; color: #31433c; }

/* 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; }

/* Add space above chart tabs */
#chartTabs { margin-top: 1em; }

/* Remove image link border */
a img { border: none; }

#companySecondCol {
}

#footerInternal p {
	padding-top: 10px;
}

#companyFirstCol h1 {
	padding-bottom: 5px;
}

/* Modify print format */
@media print {
	pre { font-size: xx-small; width: auto; }
}