﻿.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%;
    padding: 2px;
}


.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
	background-color: #18154E;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Top
{
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Bottom
{
    text-align: center;
    margin-top: 0.3em;
}

.PrettyGridView .AspNet-GridView table
{
    border: none;
    width: 100%;
    overflow: hidden;
	text-overflow: ellipsis;
}

.PrettyGridView .AspNet-GridView table thead tr th
{
	text-align: left;
    color: #3E5268;
    font-weight: bold;
    font-size: medium;
    padding-right: 2px;
    padding-bottom: 10px;
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
    color: #3E5268;
    background: #f9f9f9;
    font-size: small;
    text-align: left;
    padding-bottom: 8px;
    overflow: hidden;
	text-overflow: ellipsis;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}

.PrettyGridView .AspNet-GridView-Pagination
{
	color: White;
}

