﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

.GridViewIscritti .AspNet-GridView
{
	width: 566px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	margin: 5px 0px 0px 0px;
	color: #000000;
}
.GridViewIscritti .AspNet-GridView div.AspNet-GridView-Pagination, .GridViewIscritti .AspNet-GridView div.AspNet-GridView-Pagination a, .GridViewIscritti .AspNet-GridView div.AspNet-GridView-Pagination span
{
	color: #3c3c3c;
	background: #c0c0c0;
	font-weight: normal;
	padding: 2px;
	text-align: center;
}

.GridViewIscritti .AspNet-GridView table
{
	border: trasparent 1x;
	width: 100%;
}

.GridViewIscritti .AspNet-GridView table thead tr th
{
	background: #c0c0c0;
	font-weight: normal;
	border-bottom: trasparent 1px;
	border-right: trasparent 1px;
	padding: 2px;
	text-align: left;
}

.GridViewIscritti .AspNet-GridView table thead tr th a
{
    color: #3c3c3c;
}

.GridViewIscritti .AspNet-GridView table tbody tr td
{
	color: #333333;
	background: White;
	padding: 2px 2px 2px 2px;
	border-bottom: trasparent 1px;
	border-right: trasparent 1px;
	text-align: left;
}

.GridViewIscritti .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;
}

.GridViewIscritti .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.GridViewIscritti .AspNet-GridView table tfoot tr td
{
}