/*** Import structural stylesheet ***/
  @import url("ir-layout.css");

/*** Site specific formatting ***/

/* Set width of content to match page */
#DigitalLookContent, pre { width: 630px; }

/* Match h2 styling */
#DigitalLookContent h1, h2, .textHeaderUnderline, .textHeadingLarge { margin:0; padding:0; color:#000; font-size:140%; font-weight:bold; }
#contentWrapper2col #content h1 {width:200px; margin:0px; float:none; padding:5px 0; height:30px; background: transparent; border:0; font-weight:bold; font-size:140%; }
#contentWrapper2col #content h2 {width:200px; position:static; margin:0px; float:none; padding:5px 0; height:30px; background: transparent; border:0; font-weight:bold; font-size:110%; }

/* Position logo */
#companyHeaderHolder { width:95%; height: 3em; }
#companyHeaderHolder img { float: right; }

/* Modify layout of company info to cope with dividends block */
#sharePriceCalculator { width:99%; padding: 1em 0; } 

/* Clear & reposition main content */
#companyFirstCol, #companyFirstColNoSidebar, #companyFirstColNoSidebarBanner { top: 0; margin-top: 1em; }

/* Set font-size to match td */
th { font-size: 12px; }

/* Remove image link borders */
a img { border: none; }

/* Modify presentation of tabs */
#tabNavigationCompany a { background: #DBDDDE;}
#tabNavigationCompany a:hover, #tabNavigationCompany li.subselected a { background: #A6AEB0; text-decoration: none; }

/* Style 'Go' button (and reset styles for text field!) */
#sharePriceCalculator input { background: #ff5000; color: #fff; font-weight: bold; font-size: 90%; border: 1px solid #d94400; padding: 0 1px; text-transform: uppercase; font-family: arial, sans-serif; }
#sharePriceCalculator input#num_holdings { background: #fff; color: #000; font-size: 100%; font-weight: normal; padding: 0; border-color: #ccc; text-transform: none; margin-right: 0.7em; }
#sharePriceCalculator div.seperator p { clear: left; margin: 0; }


/* Modify print format */
@media print {
	pre { font-size: xx-small; width: auto; }
}