﻿.grid-container
{
    background-color:#fff;
}

.grid
{
   	width:100%;
	border-collapse:separate !important;
    border: 1px solid #A8A8A8;
}

.grid td,
.grid th
{
    padding:3px;
    border:0px;
}

.grid-header,
.grid-footer
{
   
}

.grid thead th,
.grid tfooter th,
.grid tfooter td,
.grid-header th,
.grid td.rank,
.grid-footer td
{
	background: #F6F6F6 url(images/Grid/grid-header.png) repeat-x left bottom;
	border-left: 1px solid #fff;
    border-right: 1px solid #A8A8A8;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #A8A8A8;
    text-align: center;
    white-space: nowrap; 
    font-weight:normal;
}

.grid-row
{
    background-color: #FFF;
}

.grid-row-alternate
{
	background-color: #F0F0F0;
}

.grid tbody td,
.grid-row td,
.grid-row-alternate td
{
	cursor:default;    
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}


.grid td.rank,
.grid tbody td.rank
{
	width: 20px;	
	text-align:center;
	color:#535353;
}

.grid-footer td
{
	text-align:left;
}