/*** Import structural stylesheet ***/
  @import url("ir-layout.css");

/*** Site specific formatting ***/

/* Set width of content to match page */
#DigitalLookContent, pre { width: 900px; }

/* Match h2 styling */
.textHeaderUnderline, .textHeadingLarge { margin:10px 0; padding:0; color:#133c1a; font-size:100%; font-weight:bold; background-image: none }

#DigitalLookContent h1 {
	color: #133c1a;
	font-size: 16px;
	padding-left: 0px
}

#DigitalLookContent h2 {
	color: #8faed4;
	font-size: 14px;
	padding-left: 0px
}
#contentWrapper2col #content h1 {width:200px; margin:0px; float:none; padding:5px 0; height:30px; background:#EDEEFF; 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:#EDEEFF; border:0; font-weight:bold; font-size:110%; }

/* Position logo */
#companyHeaderHolder { width:95%; height: 4em; }
#companyHeaderHolder img { float: right; }

/* Modify layout of company info to cope with dividends block */
#sharePriceCalculator { width:99%; padding: 1em 0; } 
.secondColHolder { top: 0; float: left; width: 45%; padding-right: 5%; }

/* 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:#8faed4; font-weight:bold;}
#tabNavigationCompany a:hover, #tabNavigationCompany li.subselected a {background:#133c1a; text-decoration:none; }

/* Style 'Go' button (and reset styles for text field!) */
#sharePriceCalculator input { background: #133c1a; color: #fff; font-weight: bold; font-size: 90%; border: 1px solid #8faed4; padding: 0px 2px; text-transform: uppercase; font-family: arial, sans-serif; }
#sharePriceCalculator input#num_holdings { background: #fff; color: #133c1a; 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; }

.pre {
	font-family: monospace;
	white-space: pre-wrap;
	width: 550px;
}

.whiteSpacePre {
	font-family: monospace;
	white-space: pre;
	margin: 0px;
	padding: 0px;
}

div.pre br { display: none; }

.next {
	clear: both;
	padding: 20px 10px
}

/* Modify print format */
@media print {
	pre { font-size: xx-small; width: auto; }
}