﻿.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
{
	padding:0px;
	margin:0px;
}

.AspNet-GridView table
{
	width:100%;
}


.AspNet-GridView tr
{
	border-bottom: 1px solid white;
	}
	
.AspNet-GridView td
{
	padding:5px 5px 0 0;
	margin:5px;
	vertical-align:top;
	font-size: 10px; /* may look at this at some point */
	}
	
	#content .AspNet-GridView td a
	{
		color:#0D4685;
	}
	#content .AspNet-GridView td a:hover
	{
		color:Red;
	}
	
	#content .AspNet-GridView th a
	{
		color:#0D4685;
	}
	#content .AspNet-GridView th a:hover
	{
		color:Red;
	}
	
	#quickbasket .AspNet-GridView td a
	{
		color:#0D4685;
	}
	#quickbasket .AspNet-GridView td a:hover
	{
		color:Red;
	}
	
.AspNet-GridView th
{
	padding:5px 5px 0 0;
	margin:0px;
	background-color:Transparent;
	vertical-align:top;
	font-size: x-small;
	white-space:nowrap;
	}

.AspNet-GridView-Alternate
{
	/*background-color:Black;
	color:White;*/
	}
	
.AspNet-GridView .smalltd
{
	width:5px;
	padding: 8px 3px 0 3px;
	}

.AspNet-GridView .qtytd
{
	padding:5px 4px 0 5px;
	margin:0px;
	vertical-align:top;
	}
