﻿.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. */

.PrettyGridView .AspNet-GridView
{
    width: 100%;
}

#sidemenu .AspNet-GridView table
{
  width: 100%;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #00FFFF;
    background: #284775;
    font-weight: normal;
    padding: 2px;
}


.PrettyGridView .AspNet-GridView-Caption
{
	background-image:url("images/tableHeaderBackground.gif");
	background-repeat:repeat-x;
	color: White;
	border-bottom:solid 1px #c8c8c8;
	text-align:center;
	vertical-align:top;
	padding:3px 5px 3px 5px;
	font-size: small;
}

.PrettyGridView .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    width: 100%;
}

.PrettyGridView .AspNet-GridView table thead tr th
{
	background-image:url("images/tableHeaderBackground.gif");
	background-repeat:repeat-x;
	color: White;
	border-bottom:solid 1px #c8c8c8;
	vertical-align:top;
	height:14px;
	padding: 4px;
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
    color: #F7F6F3;
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
    background-color:White;
    padding: 4px;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #F7F6F3;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}
