﻿.Grid
{
	text-align:left;
}	

.Grid .GridHeader
{
    font-weight: bold;
    background-color:Green;
}

.Grid .GridHeader td
{
	text-align:left;
}	

.Grid .GridHeader a
{
    text-decoration: none;
    color:white;
    text-align:left;
}

.Grid .GridHeader a:hover
{
    text-decoration: underline;
    background: Green url(images/spin.gif) no-repeat 0 100%;
}  

.Grid .GridItem td
{
	text-align:left;
}

.Grid .GridAltItem td
{
	text-align:left;
}		

.data-entry-table { width: 100%; }
.data-entry-table td.label-cell { padding: 2px 4px 2px 4px; vertical-align: middle; width: 20%; text-align:left; border:none; }
.data-entry-table td.value-cell { padding: 2px 4px 2px 4px; vertical-align: middle; width: 80%; text-align:left; border:none; }
.data-entry-table td.spancells { padding: 2px 4px 2px 4px; vertical-align: middle; text-align:left; border:none; }

.content td.aleft {text-align:left;}