﻿.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-Top
{
}

.AspNet-GridView-Pagination
{
}

.AspNet-GridView-Bottom
{
}

.AspNet-GridView table tbody tr td
{
}

.AspNet-GridView table thead tr th
{
	/* margin: 3px;
	background: #e21B20;
	background: #009fff;
	color: #000000;
	padding-right:8px;*/
}

#admin-content .AspNet-GridView table thead tr th a:link, .AspNet-GridView table thead tr th a:visited
{
	color: #ffffff;
	text-decoration:none;
}

#admin-content .AspNet-GridView table thead tr th a:hover, .AspNet-GridView table thead tr th a:active
{
	color: #ffffff;
	text-decoration:none;
}

#admin-content .datacontainer .gridviewrow .AspNet-GridView
{
	position:relative;
	left:171px;
	margin: 2% 2% 2% 0%
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	
}

.listgrid div.AspNet-GridView table
{
	border: solid 1px #99B4E3;
	margin: 2% 2% 2% 30%; 
}

/* Shopping Basket Grid view */
.tbldata div.AspNet-GridView 
{
	margin: 3px; 
	width: 655px; 
	border: 1px solid #cccccc; 
	font-size: 105%
}

.tbldata .AspNet-GridView table thead tr th
{
	margin: 3px;
	background: #009fff;
	font-size: 80%;
	color: #000000;
	padding-right:8px;
	width: 100%;
	padding: 3px 5px 3px 5px;

}

.tbldata .AspNet-GridView table tbody tr td
{
	font-size: 80%;
	padding: 5px;
	color: #ffffff;
	border: 1px solid #cccccc;
}


