
/***** STRUCTURE ELEMENTS *****/
/* Chart builder controls (Instruments etc...) */
#ChartBuilder 
{
	position: relative;
	float:right;
	width: 200px;
}

select 
{
	height: 20px;
	font-size: 10pt;
	font-family: Arial;
}

/* Define select drop down lists as having 100% of their parent elements width */
#ChartBuilder select 
{
	width: 100%;
}

/* Step 1, select an instrument */
#InstrumentSelector 
{
	width: 240px;
	DISPLAY: block;	PADDING-LEFT: 26px;	MIN-HEIGHT: 15px;
}

/* Chart output, includes legend */
#ChartOutput
{
	position: relative;
	float:left;
	width: 300px;
}

/* The actual chart image placed upon the page */
#Chart
{
	position: relative;
	width: 100%;
	display: block;	
	padding: 0px 20px 10px 20px;
	background-color: #F6F6F6;
}

/* Contains the controls for changing the chart timescale */
#ChartTimescale
{
	position: relative;
	display: block;
	width: 525px;
	height: 45px;
	margin-bottom:20px;
	background-color: #D0D3D8
}

/* The table containing the chart legend, includes select all checkbox */
#ChartLegend
{
	position: relative;
	width: 450px;
	display: block;	
	float: right;
	padding: 0px;
}
.paddingLeft
{
	padding-left: 10px;
}
/* Needed for showing/hiding panels, must be absolutely positioned otherwise
   the menu options will appear further down the page, due to the flow */
#SelectFundBox, #SelectSectorBox, #SelectIndexBox
{
	width: 240px;
}

.SelectorBox
{
	width:222px;
	position: absolute;
	top: 10px;
	visibility:hidden;
	display: block;	
	padding-left: 26px;	
	min-height: 15px;
}
.SelectorBox.select
{
	background-color: #D0D3D8;
}

/* Options avaliable to the user, for example radio boxes */
.SelectionBody
{
	position: relative;
	display: block;
	margin-bottom: 10px;
	background-color:#D0D3D8;
	width: 222px;
}

/* Labels contain arrow images for radio button options */
.SelectionBody label
{
	display: block;
	font-size: 10pt;
	width:100%;
	background-color: #D0D3D8;
}

.bHolder 
{
	position: relative;
	display: block;
	float:right;
	padding: 10px 10px 0px 5px;
	text-align: right;
}

/* Displays a hand cursor when the mouse hovers over */
.cursor, .buttonUpdate
{
	cursor: pointer;
}

/* Floats button within Change Timescale */
.buttonFloatRight 
{
	margin-top:15px;
	float: right;
}

input.button
{
	height: 20px;
	margin-left: 10px;
	font-size: 10pt;
	font-family: Arial;
	border: none;
	color: White;
	width: 150px;
	text-align: left;
	padding-left:25px;
	background: #221974 url("../images/chart/buttonArrow.gif") no-repeat right;
}
input.cursor
{
	width: 150px;
}

input.Show
{
	width: 80px;
	text-align: left;
	padding-left: 15px;
}
input.Remove
{
	width: 100px;
	text-align: left;
	padding-left: 20px;
}
input.Hide
{
	width: 77px;
	text-align: left;
	padding-left:13px;
	margin-left:0px;
}
.RemoveInst
{
	border: none;				
}
#tblLegend 
{
	margin-left: 0px;
	width: 435px;
}
/* Table rows within the legend */
#tblLegend tr
{
	font-size: 10pt;
	font-weight: bold;
	text-align:left;
	padding: 1px 0px 1px 3px;
}
.LeftAlign 
{
	text-align: left;
}
/*
	TODO: Need to place border at bottom of table header, and also at top of H2 element for
	the legend label. However css doesn't like this. */
#tblLegend th 
{
    BORDER-BOTTOM: #E9E9E9 1px solid;
	margin-bottom: 10px;
}

#tblLegend td
{
	height: 30px;
	padding: 6px 0px 6px 3px;
	border-bottom: solid 1px #E9E9E9;
	text-align: left;
}
#tblLegend input
{
	margin:0px;
}

/* Table data */

#tblCumulativePerformance, #tblDiscretePerformance
{
	width: 650px;
	margin: 0px 0px 5px 0px;
	font-size: 10pt;
	font-family: Arial;
	
}
#tblDiscretePerformance td,#tblCumulativePerformance td
{
	height: 35px;
	/*text-align: center;*/
	padding-right: 1em;	
	padding-left: 1em;	
	padding-bottom: 0.6em;	
	vertical-align: top;	
	padding-top: 0.5em;	
	border-bottom: #e9e9e9 1px solid;
	font-family: Arial;
	font-size: 10pt;
}

#tblSelect td
{
	background-color:#D0D3D8;
}

.butonupdate
{
	height: 20px;
	margin-left: 10px;
	font-size: 10pt;
	font-family: Arial;
	border: none;
	color: White;
	width: 150px;
	text-align: left;
	padding-left: 25px;
	background: #221974 url("../images/chart/buttonArrow.gif") no-repeat center right;
}
td.numberData
{
	padding-left:20px;
	width: 65px;
	text-align: center;
}
.Type
{
	padding-left: 0px;
}
.tables thead
{
	padding:5px;
}

.hd 
{
	position: relative;
	display:block;
	height: 15px;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	background-color: #E9E9E9;
	color: #222222;
}

/* Used to display a divider line for a blank row of cells */
.tables.rowline 
{
	background-color:#000000;
	height:1px;
}

/* Needed to build the key colouring */
.key 
{
		display: block;	
	margin: 0px auto;	
	width: 10px;	
	height: 10px;	
	background-color: #87c72a;
	text-align: left;
	padding-left: 0px;
}
.KeyLegend
{
	text-align:center;
	padding-left:4px;
}

/***** STRUCTURE ELEMENTS *****/
body 
{
	margin: 0px;
	background-color: #F6F6F6;
	padding-right: 0px;	
	padding-left: 0px;	
	font-size: 12px;	
	padding-bottom: 0px;	
	color: #222;	
	padding-top: 0px;	
	font-family: Arial,Verdana,Tahoma,Arial,sans-serif;
}

#PageBody, #PageBodyNoData
{
	font-family : Arial;
	font-size: 10pt;
	width: 650px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #F6F6F6;
}

#PageBodyNoData
{
	font-size: 8pt;
	padding: 10px;
	width: 650px;
}

h2
{
	font-size: 11.5pt;
	font-family: Arial;
	font-weight:bold;
	color: #007AC2;
	position: relative;
	display: block;
	padding: 3px 0px 3px 0px;
	margin: 5px 0px 10px 0px;
}

th
{
	color: #007AC2;
	font-weight: bold;
	background-color:#F6F6F6;
	padding: 3px
}

/* Chart builder controls (Instruments etc...) */
#ChartBuilder
{
	position: relative;
	float: left;
	width: 200px;
	height: 310px;
	font-size: 10pt;
}

/* Define select drop down lists as having 100% of their parent elements width */
#ChartBuilder select
{
	font-family: Arial;
	font-size: 10pt;
	width: 175px;
	margin: 4px 0px 0px 5px;
}

/* Step 1, select an instrument */
#InstrumentSelector 
{
}

/* Chart output, includes legend */
#ChartOutput
{
	position: relative;
	background-color: #F6F6F6;
	float:left;
	width: 350px;
	margin: 0px;
}

#ChartOutput h4
{
	font-size:12px;
}

/* The actual chart image placed upon the page */
#Chart
{
	background-color: #F6F6F6;
	position: relative;
	width: 100%;
	display: block;	
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}
#ChartImg
{
	border-top-width: 0px;	
	border-left-width: 0px;	
	border-bottom-width: 0px;	
	border-right-width: 0px;
	width: 400px;
	
}

/* The table containing the chart legend, includes select all checkbox */
#ChartLegend
{
	position: relative;
	width: 350px;
	display: block;	
	float: left;
	padding: 0px;
	/* padding: 15px 0px 15px 8px; */
}

/* Needed for showing/hiding panels, must be absolutely positioned otherwise
   the menu options will appear further down the page, due to the flow */
.SelectorBox
{
	position: absolute;
	top: 120px;
	visibility:hidden;
}

/* Options avaliable to the user, for example radio boxes */
.SelectionBody
{
	position: relative;
	display: block;
	margin-bottom: 10px;
	background-color: #D0D3D8;
	padding: 4px 0px 5px 10px;
	width: 225px;
}

/* Labels contain arrow images for radio button options */
.SelectionBody label
{
	display:block;
	font-size: 10pt;
	font-family: Arial;
	background-color: #D0D3D8;
	width: 155px;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

/* Displays a hand cursor when the mouse hovers over */
.cursor, .buttonUpdate
{
	cursor: pointer;
}

/* Floats button within Change Timescale */
.buttonFloatRight 
{
	margin: 15px 10px 0px 0px;
	float: right;
}

/* Table rows within the legend */
#tblLegend tr
{
	font-size: 10pt;
	font-weight: normal;
	text-align:left;
	padding: 1px 0px 1px 3px;
}

#tblLegend td
{
	height: 30px;
	padding: 2px 0px 2px 3px;
	border-bottom: solid 1px #D0D3D8;
}

#ChartTimescale select 
{
	font-family: Arial;
	font-size: 10pt;
	width: 80px;
	height:22px;
}

/* Table data */

#tblDiscretePerformance th,
#tblCumulativePerformance th 
{
	padding-right: 0px;	
	padding-left: 0.62em;	
	font-size: 12px;	
	padding-bottom: 0.7em;	
	vertical-align: bottom;	
	color: #353C42;	
	padding-top: 0px;	
	border-bottom: #e9e9e9 1px solid;	
	text-align: left;
	margin-top: 10px;
}

.tables thead
{
	padding:5px;
}

.hd 
{
	position: relative;
	height: 15px;
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	font-weight:bold;
	width: 180px;
}

/* Used to display a divider line for a blank row of cells */
.tables.rowline 
{
	background-color:#000000;
	height:1px;
}

/* Needed to build the key colouring */
.key 
{
	display: block;	
	margin: 0px auto;	
	width: 10px;	
	height: 10px;	
	background-color: #FFFFFF
}

#PerfTables 
{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-color: #F6F6F6;
	margin:10px 0px 20px 0px;
}

#PerfTables th 
{
	padding: 0px 0px 5px 10px;
	font-weight: bold;
	font-size:12px;
	color: #353C42;
}
#PerfTables td
{
	padding: 5px 0px 5px 10px;
	/*text-align: left;*/
	height: 20px;
}
.PrintIcon
{
	text-align:right;
	vertical-align:bottom;
}
a.Print
{
	padding-right: 0px;	
	padding-left: 24px;	
	min-height: 16px;	
	background: url(../images/icon_print.gif) no-repeat right center;	
	padding-bottom: 3px;	
	padding-top: 1px;
	color:#0078C1;
}

.numberCell {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	padding: 5px;
}

.titleCell
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

.titleCellE
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	background-color: #f1efdd;
}

.emptyCell 
{
	height: 8px;
}

#clearer 
{
	position: relative;
	display: block;
	float: left;
	width:100%;
	clear: both;
}

.footer 
{
	display: block;
	clear: both;
	width: 650px;
	margin: 5px 0px 10px 0px;
}

.txt 
{
	font-family : Arial;
	font-size: 10pt;
}

#performanceCaveat
{
	font-size: 11px;
	font-family: Arial;
	color:#7F7F7F;
	clear: both;
	display: block;
	padding-top: 3px;
	margin: 0px 0px 20px;
	width: 650px;
	text-align: justify;
}
#ChartTimeScale 
{
	display: block;
	background-color: #D0D3D8;
	width: 420px;
	height: 20px;
	padding:10px 0px 10px 5px;
}
#ChartTimeScale select
{
  margin: 0px 15px 0px 0px;	
  width: 80px;
  height:22px;
}
.SelectorOption
{
	display:block;
	background-color:#D0D3D8
}
.SelectButton
{
	padding-top:2px;
}
.SelectDropDown
{
	height:auto
}
.ChangeTimeScale
{
	margin-left:0px;
}
.LegendButtons
{
	padding-top:10px;
	margin-left:0px;
}
.Performance
{
	padding-left:10px;
}
.Disclaimer
{
	float:right;
	padding-top: 20px; 
	vertical-align:top;
}
.FELogo
{
	vertical-align:middle
}
.DisclaimerColour
{
	color:#007AC2;
}
.DisclaimerSource
{
	padding-top:9px;
}

.f
{
	background-color:#221974;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	height:15px;
	margin:auto;
	text-align:center;
	vertical-align:middle;
	width:15px;
	}
	
p
{
	color:#36424A;
	font-size:12px;	
}

p.chart
{
	padding-top:10px;	
}

h4 {
	background-color: #D0D4D8;
	color: #36424A;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.chartTable
{
	 border: 0;
	 width: 100%;
	 margin-top:15px;
}
.chartTable td, .chartTable tr
{
	padding-right: 3px;
	padding-left: 3px;	
	padding-bottom: 5px;	
	padding-top: 5px;	
	vertical-align: middle;
	border-bottom: solid 1px #E8E8E8;
/*	text-align: center;*/
	height: 30px;
}
table.chartTable th
{
	border-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;	
	font-size: 11.5pt;	
	padding-bottom: 0.7em;	
	vertical-align: bottom;	
	color: #353c42;			
	height: 20px;
	background-color: #cfd4d8;
	border-right: #ffffff 1px solid;
	font-size: 12px; 
}