.TableHeader
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	background:#CC3300;
	color : #ffffff;
	height : 20px;
	text-align: center;
}

.TableCellHeaderMain
{
	border-bottom: solid 1px white;
}

.TableCellBorder
{
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.TableCellBorderLeft
{
	width: 35px;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.TableHeaderBottom
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	background:#CC3300;
	color : #ffffff;
	height : 20px;
	border-bottom: black 1px solid;
	text-align: center;
}

.TableCellHeader
{
	width: 35px;
	border-bottom: solid 1px black;
}

.TableCellStyle
{
	background-color : White;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
}

.AlternateTableCellStyle
{
	background-color : #F0F0F0;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
}

.PointsAdjustCell
{
	background-color : White;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	color: Red;
	text-align: center;
	border-right: solid 1px black;
}

.PointsAdjustCellAlternate
{
	background-color : #F0F0F0;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	color: Red;
	text-align: center;
	border-right: solid 1px black;
}

.TableCellContentsLastRow
{
	background-color : White;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-bottom: solid 1px black;
}

.AlternateTableCellContentsLastRow
{
	background-color : #F0F0F0;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-bottom: solid 1px black;
}

.PointsAdjustCellLastRow
{
	background-color : White;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	color: Red;
	text-align: center;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.PointsAdjustCellAlternateLastRow
{
	background-color : #F0F0F0;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	color: Red;
	text-align: center;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.TableCellContentsFirstCol
{
	background-color : White;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-left: solid 1px black;
}

.AlternateTableCellContentsFirstCol
{
	background-color : #F0F0F0;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-left: solid 1px black;
}

.TableCellContentsFirstColLastRow
{
	background-color : White;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.AlternateTableCellContentsFirstColLastRow
{
	background-color : #F0F0F0;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.EmptyClass
{
	background-color: White;
}

/***************** Fixture Grid Control styles ******************/

.EmptyTableCellContents
{
	background-color: Gray;
}

.TableHeaderShort
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	background:#CC3300;
	color : #ffffff;
	height : 20px;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}

.TableHeaderShortFirstCol
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana;
	background:#CC3300;
	color : #ffffff;
	height : 20px;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	border-left: solid 1px black;
}

.TableCellContentsShort
{
	background-color : White;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}

.AlternateTableCellContentsShort
{
	background-color : #F0F0F0;
	font-size: 8pt;
	color: Black;
	font-family: Arial, Helvetica, Verdana;
	text-align: center;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}

.EmptyTableCellContentsShort
{
	background-color: Gray;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
}

.TableCellBackColour
{
	background-color: #CC3300;
}

.LabelHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	font-family: Arial, Helvetica, Verdana;
}

.GridView
{
	border: solid 1px black;
	WIDTH: 100%; 
	BORDER-COLLAPSE: collapse; 
 a
}

	

