/* Start Barchart CSS */

a { color: #000066; }

.marketview{ font-family: arial; font-size: 12px; }


/* Inside Table */
.marketview_quoteboard{ 
font-family: arial; 
font-size:9pt;
/*background-color:#ffffff;*/
border:0px solid #C0C0C0;
} 

.marketview_quoteboard1 
{
background-color:#ddd;
border:1px solid #C0C0C0;
font-size:9pt;
}

/*the table that contains the information above the chart.*/  
.marketview_chart {
font-size:9pt;
}

/*the chart description displayed above the chart.*/
.marketview_chart_agg {
}  

/*the symbol displayed above the chart.*/
.marketview_chart_symbol {
}  

/*the commodity names displayed below the chart.*/
.marketview_symbol {
font-size:9pt;
} 

/* the "change" field displayed for each commodity. */
.marketview_change 
{
    font-size:9pt;
}

.marketview_last 
{
    font-size:9pt; 
}

/* style invoked when the change is positive. */
.marketview_changeUp 
{
    color:#007F71;
}

/* style invoked when the change is negative. */
.marketview_changeDn
{
    color:#E96233;
}

/* style invoked for even rows. */
.market_view_odd 
{
    background-color:#EAEAEA;
}

/* style invoked for even rows. */
.market_view_even 
{
    background-color:#F5F5F5;
}

/* style invoked when the change is zero. */
.marketview_changeNone
{
    color:#000000;
}


/*Header style*/
.bc_header{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt; 
font-weight:bold;
/*background-color:#ddd;*/
}  

/* End Barchart CSS */



/* Start Other Barchart CSS */

/*the commodity names displayed below the chart.*/
.marketview_symbol {
font-size:9pt;
} 

/*the main titles above the snapshot.*/
.marketview_topheader 
{
}

/*the section titles if sections are used.*/
.marketview_title 
{
}

/*the column headers below the chart.*/
.marketview_header {}


/* the "last" field displayed for each commodity. */
.marketview_quote 
{
    font-size:9pt;
}

/* style for the bottom disclaimer. */
.marketview_disclaimer {}

/* style invoked for even rows. */
.marketview_TRe
{
    background-color:#F5F5F5;
}

/* style invoked for odd rows. */
.marketview_TRo 
{
    background-color:#EAEAEA;
}

/* End Other Barchart CSS */