﻿body 
{
	font-family:Arial;font-size: 10pt;
}
.OutterTable 
{
	width: 100%; font-size: 10pt; background-color: Gray;
}
.InnerTable
{
	font-size: 10pt; background-color: Gray;
}
.InnerHeaderRow
{
	background-color: LightGrey; text-align:center;
}
.InnerRow
{
	background-color: WhiteSmoke; 
}
.DataGridInnerRow
{
	background-color: WhiteSmoke; font-size: 8pt;
}
.Header
{
	font-weight: bold;
}
.SubHeader
{
	font-size: 8pt;
	font-weight: bold;
}
.ProductHeader
{
	color: Firebrick;
}
.DatagridHeaderRow
{
	color: Firebrick;background-color: LightGrey; text-align:center;font-size: 9pt; font-weight:bold;
}
.MarketTable
{
	width: 100%; font-size: 10pt; background-color: Black;
}
.MarketHeader
{
	background-color: LightGrey; font-weight: bold;
}
.MarketSubHeader
{
	background-color: Gray; color: WhiteSmoke;font-size: 8pt; font-weight:bold;
}
.MarketPriceRow
{
	background-color: GhostWhite; font-size: 10pt;  text-align:center;
}
.MarketAlternatePriceRow
{
	background-color: Gainsboro; font-size: 10pt; text-align:center;
}
.MarketProductHeader
{
	color: Firebrick; font-size: 8pt; font-weight:bold; text-align:left;
}
.PopupHeader
{
	font-size: 10pt;
	font-weight: bold;
	background-color: Black;
	color: WhiteSmoke;
}
.PopupText
{
	font-size: 8pt;
	background-color: Gainsboro;
	color: Black;
}
.transparent
{
	filter: progid:DXImageTransform.Microsoft.DropShadow(color=Firebrick,strength=3);
	background-color: black;
	display: none;
	width: 300px;
	position: absolute;
	color: white;
	border: 1 black solid;	
}

.NYMEXMenu
{	
	text-align:center;
}

a.help
{
	color: Firebrick;
}

header
{
	background-image: url(images/HeaderSlice.jpg);
	background-color: transparent;
}
