﻿table.floridaGridView
{
	background-image: url(images/arenaBoxes/arenaSubBoxHeaderBg.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	width: 636px;
}

table.floridaGridView td
{
	border-bottom: 1px solid #cbcbcc;
	border-collapse: collapse;
}

table.floridaGridView tr.headerRow
{
}

table.floridaGridView tr.headerRow th
{
	border-bottom: 1px solid #cbcbcc;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.floridaGridView th.firstHeaderCell
{
	padding-left:8px;
}

table.floridaGridView td.firstCell
{
	border-left: 1px solid #cbcbcc;
	width: 200px;
	padding-left:8px;
	height:28px;
}

table.floridaGridView td.lastCell
{
	border-right: 1px solid #cbcbcc;
	padding-right:8px;
}