/* CSS Document */


/* the table that contains the information above the chart. */
.marketview_chart { 
  font-family: arial;
  size:12px; 
}

.marketview_chart_agg { /* the chart description displayed above the chart. */ 

}

.marketview_chart_symbol { /* the symbol displayed above the chart. */ 
    size: 24px;
}

.marketview_symbol { /* the commodity names displayed below the chart. */ 

}

.marketview_headers { /* the column headers below the chart. */ 

}

.marketview_change { /* the "change" field displayed for each commodity. */ 

}

.marketview_last { /* the "last" field displayed for each commodity. */ 

}

.marketview_changeUp { /* style invoked when the change is positive. */ 

}

.marketview_changeDn { /* style invoked when the change is negative. */ 

}

.marketview_changeNone { /* style invoked when the change is zero. */

}

 