﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN 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 td
{ 
	padding: 3px 3px 3px 3px;
}

.articleGrid .AspNet-GridView-Pagination
{
	padding: 2px;
	text-align: center;
	background-color: #eeeeee;
}

.centeredCell
{
	text-align: center;
}

