/*** Import structural stylesheet ***/
  @import url("ir-layout.css");

/*** Site specific formatting ***/

/* Set width of content to match page */
#DigitalLookContent, pre { width: 630px; }

#announcementStoryBody {
	width: 630px;
	overflow: scroll;
}

#announcementStoryBody table {
	white-space: 600px;
}

/* Match h2 styling */
#DigitalLookContent h1, h2, .textHeaderUnderline, .textHeadingLarge { margin: 0; padding: 0px 0px 5px 0px; color: #016c67; font-size: 140%; }

/* Position logo */
#companyHeaderHolder { width: 95%; height: 3em; }
#companyHeaderHolder img { float: right; }

#companySecondCol {
	height: 200px;
}

/* Modify layout of company info to cope with dividends block */
#sharePriceCalculator { width: 48%; padding: 2em 0 1em 0; } 
.secondColHolder { top: 0; float: left; width: 45%; padding-right: 5px; padding-bottom: 10px; margin-right: 10px }

/* Clear &amp; reposition main content */
#companyFirstCol, #companyFirstColNoSidebar, #companyFirstColNoSidebarBanner { top: 0; margin-top: 4.5em; }

/* 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: #016c67; border-top: 1px solid #444; border-left: 1px solid #444; border-bottom: 1px solid #3d5217; border-right: 1px solid #3d5217; padding: 5px; text-transform: uppercase; font-weight: bold }
#tabNavigationCompany a:hover, #tabNavigationCompany li.subselected a { background: #67a7a4; border-left: 1px solid #444; border-bottom: 1px solid #3d5217; border-right: 1px solid #3d5217; text-decoration: none; text-transform: uppercase; font-weight: bold }

/* Style 'Go' button (and reset styles for text field!) */
#sharePriceCalculator input { background: #016c67; color: #fff; font-weight: bold; font-size: 90%; border: 1px solid #3d5217; padding: 0 1px; text-transform: uppercase; font-family: arial, sans-serif; }
#sharePriceCalculator input#num_holdings { background: #fff; color: #444; font-size: 100%; font-weight: normal; padding: 0; border-color: #3d5217; 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; }
}
