﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the GridView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.AspNet-GridView
{

}

.AspNet-GridView table
{
	width:100%;
}

.AspNet-GridView th
{
	padding:5px;
	margin:2px;
	background-color:Transparent;
	vertical-align:top;
	white-space:nowrap;
	border-bottom:solid 1px black;
	text-align:center;
	}
	
.AspNet-GridView td
{
	padding:5px ;
	margin:5px;
	vertical-align:top;
	font-size: 12px; /* may look at this at some point */
	text-align:center;
	border-bottom:solid 1px black;
	vertical-align:middle;
	}
	
.AspNet-GridView td.Prod
{
    text-align:left;
    white-space:normal;
    width:150px;
}

.AspNet-GridView th.Prod
{
    text-align:left;
}

.AspNet-GridView a
{
    border-bottom:solid 1px black;
    border-top:solid 1px black;
    border-left:solid 1px black;
    border-right:solid 1px black;
}

.AspNet-GridView td.colspan
{
    clear:both;
    text-align:right;
    margin-top:10px;
    font-weight:bold;
    border-bottom:none;

}

.AspNet-GridView td.gTot
{
    margin-top:10px;
    font-weight:bold;
    border-bottom:none;
    text-align:center;
    padding-right:10px;
}

.AspNet-GridView td.Trans
{
    text-align:left;
    white-space:normal;
    width:150px;
}

.AspNet-GridView th.Trans
{
    text-align:left;
}

.AspNet-GridView td.Trans a
{
    border:none;
}
