/*** Import structural stylesheet ***/
  @import url("ir-layout.css");

/*** Site specific formatting (not complete) ***/

/* Set width of content to match page */
#DigitalLookContent, pre { width: 57em; }
pre { width: 50em; font-size: 110%; }

/* Modify layout of company info to cope with dividends block */
.secondColHolder { top: 0; float: left; width: 45%; padding-right: 5%; }

/* Clear & reposition main content */
#companyFirstCol, #companyFirstColNoSidebar, #companyFirstColNoSidebarBanner { top: 0; margin-top: 1em; }

/* Match h2 styling */
#DigitalLookContent h1, #DigitalLookContent h2, .textHeaderUnderline { margin: 0; padding: 0; font-size: 1.4em; line-height: 1.5em; color: #659AFF; }

/* Style 'Go' button (and reset styles for text field!) */
#sharePriceCalculator input { color: #ffffff; background-color: #ECB540; font-weight: bold; border: 1px solid #ECB540; font-size: 0.9em; }
#sharePriceCalculator input#num_holdings { background: #fff; color: #000; font-size: 105%; font-weight: normal; border-color: #69c; }

/* Modify presentation of tabs */
#tabNavigationCompany a { background: #e8e8e8; border: 1px solid #dbdbdb; border-top-color: #f8f8f8; border-left-color: #f8f8f8; color: #555; }
#tabNavigationCompany a:hover, #tabNavigationCompany li.subselected a { background: #ecb540; color: #fff; border-color: #f7be43 #dba93b #dba93b #f7be43; }

/* Remove bullets from chart tabs */
#chartTabs li { background-image: none; padding: 0; }

#footerInternal { padding-top: 1em; }

/* Modify print format */
@media print {
	pre { font-size: x-small; width: auto; }
}