TABLE.grid
{
	border: solid 2px #B6B6B6;
	border-collapse: collapse;
	margin-bottom: 4pt;
	margin-top: 10pt;
	width: 96%;
}

TABLE.grid TH
{
	background-color: #444444;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px;
}

TABLE.grid TH.code
{
}

TABLE.grid TH.desc
{
}

TABLE.grid TH.price
{
	text-align: right;
}

TABLE.grid TD
{
	border: solid 0px;
	font-size: 9pt;
	padding: 10px;
}

TABLE.grid TD A
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
TABLE.grid TD A:hover
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
TABLE.grid TD A:hover
{
	border-bottom: solid 1px #B6B6B6;
}

TABLE.grid TD.code
{
	font-size: 7pt;
	font-variant: small-caps;
}

TABLE.grid TD.desc
{
	font-weight: bold;
}

TABLE.grid TD.price
{
	text-align: right;
}

TABLE.grid TD.empty
{
	color: #FF0000;
	font-style: italic;
	text-align: center;
}


.GridEmpty
{
    color:Blue;
    font-weight:bold;
}

.GridAlternate
    {
     background-color:  #ffffcc;
        }