/************** DATA Table *************/

TABLE.data {
	width:100%;
	border-collapse:collapse;
}

TABLE.data TD {
	padding:1px;
	border: solid 1px white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:black;
	text-align: right;
}

TABLE.data TH {
	border: solid 1px white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#292831;
	color:white;
	font-weight: bold;
	text-align: center;
}

TABLE.data TD A {
	color:black;
}

TABLE.data TD.left {
	text-align: left;
}

TABLE.data TD.center {
	text-align: center;
}

TABLE.data TR.r1 TD {
	background-color:#eee;
}

TABLE.data TR.r0 TD.hl {
	background-color:#ddd;
}

TABLE.data TR.r1 TD.hl {
	background-color:#eee;
}

TABLE.data TR TD.boxed {
	border:solid 2px red;
}

/************** End DATA Table *************/

/***********************************************
This is the main global stylesheet for webcharts
************************************************/
/* See below for data table css */
#menuHeader {
	position: relative;
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #00ff00;
}

td
{
	font-family : Arial;
	font-size : 10pt;
}

<!--
/**********************
Anchor Tag Styles
**********************/	

A.menuitem:active  {
	font-family : Arial;
	font-size : 10pt;
	color : #FFFFFF;
	text-decoration: underline;
}
A.menuitem  {
	font-family : Arial;
	font-size : 10pt;
	color : #FFFFFF;
	text-decoration: none;
}

.menuitemsmall  {
	font-family : Arial;
	font-size : 8pt;
	color : black;
}

A.menuitemsmall:active  {
	font-family : Arial;
	font-size : 8pt;
	color : black;
	text-decoration: underline;
}

A.menuitemsmall  {
	font-family : Arial;
	font-size : 8pt;
	color : black;
	text-decoration: none;
}

A.menuitemsmall:hover
{
	font-family : Arial;
	font-size : 8pt;
	color : #FF0000;
	text-decoration: underline;
}

A.menuitem:hover  {
	font-family : Arial;
	font-size : 10pt;
	color : #FFFFFF;
	text-decoration: underline;
}

/***********************
Font Tag Styles
***********************/

font.header {
	font-family : Arial;
	font-size : 10pt;
	font-weight: bold;
	color: #ffffff;
}

font.priceup {
	font-family : Arial;
	font-size : 10pt;
	font-weight: bold;
	color: #085929;
}

font.body {
	font-family : Arial;
	font-size : 10pt;
	font-weight: bold;
	color: #000000;
}

font.bodysmall {
	font-family : Arial;
	font-size : 8pt;
	color: #000000;
}

font.whitesmall {
	font-family : Arial;
	font-size : 8pt;
	color: #ffffff;
}

font.menuHeader {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : #004b2c;
}

font.menuMainHeader
{ 
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : #ffffff; 
}

font.pricedown {
	font-family : Arial;
	font-size : 10pt;
	font-weight: bold;
	color: #ff0408;
}

font.normaltext {
	font-family : Arial;
	font-size : 10pt;
	color: #000000;
}

font.infoheader {
	font-family : Arial;
	font-size : 12pt;
	color: #ffffff;
	background-color : #004b2c;
	font-weight : bold;
	width : 350px;
	text-align : left;
	padding : 6 6 6 6;
	font-style : oblique;
}

font.marketCommentary{
	font-family : Arial;
	font-size : 10pt;
	color : Black;
}

font.HeaderOrange{
	font-family : Arial;
	font-size : 24pt;
	font-style : normal;
	font-weight : bold;
	color : #FF9701;
}

<!------------------------------- Error Styles -------------------------------------->
font.errorHD {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : Red;
	font-style : italic;
}

font.errorBD {
	font-family : Arial;
	font-size : 9pt;
	color : Red;
}

A.whitelink:active  {
	font-family : Arial;
	font-size : 10pt;
	font-weight: bold;
	color : #004B2C;
	text-decoration: none;
}
A.whitelink  {
	font-family : Arial;
	font-size : 10pt;
	font-weight: bold;
	color : #004B2C;
	text-decoration: none;
}

A.whitelink:hover  {
	font-family : Arial;
	font-size : 10pt;
	font-weight: bold;
	color : #FF8000;
	text-decoration: underline;
}
/****************************
Popup box 
****************************/
.popup 
{
	background-color: F5B757;
	border: 1px solid black;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: 000000;
	POSITION: absolute;
	VISIBILITY: show;
	Z-INDEX: 1001;
	padding : 3;
}


-->

/********************** STANDARD TABLE CSS ******************************/

/* Table header and subheader cells */
TD.tcH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#292831;
	color:white;
	font-weight: bold;
}
TD.tcSH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#292831;
	color:white;
	font-weight: bold;
}

/* Alternating normal cells */
TD.tcD1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:black;
}
TD.tcD2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#EEEEEE;
	color:black;
}

/* Alternating normal cells */
A.tcD1 {
	color:black;
}
A.tcD2 {
	color:black;
}

/* Alternating highlight cells */
TD.tcH1 {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#DDDDDD;
	color:black;
}
TD.tcH2 {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#EEEEEE;
	color:black;
}

DIV.tableHeading {
	width:100%;
	height:18px;
	font-family:arial,helvetica,sans-serif;
	white-space:nowrap;
	font-size:10pt;
	padding-left:5px;
	font-weight:bold;
	color:#292831;
}
/************************************************/


/********** Standard Colours **********/
.up { color:#008000; }
.down { color:#FF0000; }
.even { color:#000000; }


/*********** Help styles *********/

.help H1, .help H2, .help P, .help OL, .help UL, .help LI, .help .definitions TH, .help .definitions TD {
	font-family:verdana,arial,helvetica,sans serif;
	font-size:10pt;
}

.help H1 {
	background-color:black;
	width:100%;
	font-weight:bold;
	text-align:center;
	padding:1px;
	color:white;
}

.help H2 {
	font-weight:bold;
	text-align:left;
	color:black;
	margin-bottom:2px;
}

.help .definitions TH {
	vertical-align:top;
	font-weight:bold;
	text-align:left;
	width:20%;
}

.help .definitions TD {
	vertical-align:top;
	width:80%;
}

.help P, .help OL, .help UL	{ margin-top:0px; }
.help A						{ color:black }
.help A:hover				{ color:red }
.help OL, .help UL			{ margin-left:30px; }


/********* Dialog Styles *********/

TABLE.dialog {
	width:100%;
	spacing:0px;
	margin-top:1em;
	margin-bottom:1em;
	background-color:#eeeeee;
	border-collapse:collapse;
}

.dialog TH.title {
	background-color:#292831;	
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding:2px;
}

.dialog TH {
	font-weight: bold
}

.dialog TH, .dialog TD {
	padding:2px;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:left;
}

.dialog .required {
	color:red;
}