#contentWrapper a {
	color: #8A367A;
}

#contentWrapper a:hover, #contentWrapper h2 {
	color: #696969;
}

/* Leave space for navigation bar */
#wrapper #contentWrapper { 
	position: relative;
	padding-top: 3em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #696969;
}
/* Reposition nav at top of page, horizontal layout */
#tabNavigationCompany { 
	position: absolute; 
	top: 0; 
}
#tabNavigationCompany ul {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#tabNavigationCompany li {
	float: left;
	padding: 0 5px 0 0;
	list-style: none;
	font-size: 80%;
	width: 116px;
}
#tabNavigationCompany a {
	display: block;
	background: #808080;
	color: #fff;
	padding: 0.2em 6px;
	border: 1px solid #999;
	border-top-color: #e5e5e5;
	border-left-color: #e5e5e5;
	text-decoration: none;
	width: 100px;
	text-align: center;
}
#tabNavigationCompany li.subselected a, #tabNavigationCompany a:hover {
	background: #8a367a;
	color: #fff;
	border: 1px solid #696969;
	border-top-color: #a6a6a6;
	border-left-color: #a6a6a6;
}

/* Company header to form part of info table at top of page; height required for positioning of subsequent elements */
#companyHeaderHolder {
	width: 50%;
	height: 4em;
}
#companyHeaderHolder .textRegularBold {
	display: inline;
	padding-right: 20px;
	/*width: 500px;*/
}
/* Float below company header */
#sharePriceCalculator {
	float: left;
	width: 45%;
	padding-right: 7%;
	padding-top: 50px
}
#sharePriceCalculator form { margin: 0.3em 0; }
#sharePriceCalculator form * { vertical-align: middle; }
#sharePriceCalculator label { padding-right: 0.6em; }
#sharePriceCalculator #num_holdings { margin-right: 0.2em; }

/* Float next to calculator and reposition to align with company header */
.secondColHolder {
	float: left;
	width: 48%;
	position: relative; 
	top: -4em;
}

/* Clear main content */
#companyFirstCol, #companyFirstColNoSidebar, #companyFirstColNoSidebarBanner { clear: left; }

/* Reposition to fill gap left by positioning of company information */
#companyFirstCol, #companyFirstColNoSidebar, #companyFirstColNoSidebarBanner {
	position: relative;
	top: 0em;
	height: 1%; /* IE fix */
}

#companyFirstColNoSidebarBanner {
	padding-top: 40px;
}

/* Side by side positioning of charts */
#summaryChartHolder {
	position: relative;
	height: 230px;
	float:left;
	clear: both;
}
.firstColLeft {
	display: block;
	position: relative;
	float: left;
	width: 48%;
	float: left;
	position: relative;
}
.firstColRight {
	display: block;
	position: relative;
	float: right;
	width: 48%;
}

/* Tabs for chart view */
#chartTabs {
	width:500px;
	list-style: none;
	border-bottom: 2px solid #CCC;
	text-align: right;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
#chartTabs li {
	display: inline;
}
#chartTabs li a {
	cursor: pointer;
	padding: 2px 10px 2px 10px;
	color: #666;
}

#chartTabs li a:hover {
	background: #999;
	color: #FFF;
}

#chartTabs .tabOff
{
	background: #CCC;
}

#chartTabs .tabOn
{
	font-weight: bold;
	color: #fff;
	background: #666;
}
/* Centre align charts */
#chartHolder { text-align: center; }

/* Minor formatting */
.textHeadingLarge { font-weight: bold; font-size: 14px; }
.textHeaderUnderline { font-weight: bold; }

.firstColHolder table { margin-bottom: 1em; }
#terms img { margin-right: 12px; margin-bottom: 20px; border: none; }

/* Fixed width/height for pre-formatted content */
pre { margin: 0; width: 630px; height: 350px; overflow: auto; border: 1px solid #ccc; padding: 10px; }

/* Expand pre-formatted content to full height when printing */
@media print {
	pre { height: auto; }
}

/* Numeric tables */
#wrapper td, #wrapper th {
	padding: 0.3em 0;
	border-bottom: 1px solid #ccc;
}
#wrapper td {  }

th.dataRegularHeader { text-align: left; }
th.dataRegularHeaderR, td.dataRegularUlOffR, td.dataRegularUlOnR { 

	text-align: right; 

}

#wrapper #contentWrapper h1, .dataRegularUlOff, .dataRegularUlOn {
	color: #696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#companyHeaderHolder img {
	display:none;
	visibility:hidden;
}

/*** Site specific formatting ***/

/* Display company info on separate lines */
#companyHeaderHolder .textRegularBold { display: block; width: 95%; }

/* Style 'Go' button (and reset styles for text field!) */
#sharePriceCalculator input { background: #0a5987; color: #fff; font-weight: bold; font-size: 85%; border: 1px solid #0a5987; }
#sharePriceCalculator input#num_holdings { background: #fff; color: #000; font-size: 105%; font-weight: normal; }

/* Match h2 styling */
#wrapper h1, .textHeaderUnderline { font-size: 1.2em; margin: 10px 0px 20px 0px; padding: 0; color: #000;  }


/* Reset left margin on list items */
#tabNavigationCompany ul li, #chartTabs li	{ margin-left: 0; }

/* Modify padding of tabs 
#tabNavigationCompany a { background: #D1D3D4; }
#tabNavigationCompany a:hover, #tabNavigationCompany li.subselected a { background: #AACCDE; color: #000; border-right-color: #818998; border-bottom-color: #818998; }*/

#footerInternal { padding-top: 2em; }

#wrap-shares {
	display: block;
	position: relative;
	float: left;
	width: 650px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
