﻿.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. */

.GridView
{
}

.GridView table tbody tr td
{
	font-size: 0.75em;
	padding: 0 5px 5px 5px;
}

.AdminProductlist .GridView-Alternate
{
	background-color: #dddddd;
}

.AdminProductlist .StockValue
{
	margin-top: 5px;
}

.StockSummary .GridView-Alternate
{
	background-color: transparent;
}

.StockSummary thead tr th
{
	display: none;
}
