/*** Import structural stylesheet ***/
  @import url("ir-layout.css");

/*** Site specific formatting (not complete) ***/

/* Set width of content to match page */
#DigitalLookContent, pre {  }
pre {  }

#announcementStoryBody {
	
}

/* 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; }
}

#companySecondCol {
	height: 250px;
}

#announcementStoryBody {
	width: 530px;
	overflow: auto;
	padding: 15px;
	margin: 10px 0px;
	border: 1px solid #ccc
}

#announcementStoryBody table td, #announcementStoryBody table td p {
	font-size: 1em;
}

div.back {
	float: left;
	width: 75px;
	padding-top: 15px
}

div.next {
	float: right;
	width: 75px;
	padding-top: 15px
}

div.pages {
	margin: 0px 10px;
	width: 350px;
	float: left;
	padding-top: 15px
}

div.pages a {
	text-decoration: underline;
}


div.back ul.more_reverse, div.next ul.more {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-image: none;
}

div.back ul.more_reverse li, div.next ul.more li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-image: none;
}

#footerInternal {
	clear: both;
}
