﻿.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%;
    margin-top:20px;
}

.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 table
{
    width: 100%;
    empty-cells:show;
    border-collapse:collapse;
}

.PrettyGridView .AspNet-GridView table thead tr th
{
    color: #222;
    background: white;
    font-size:11px;
    border-bottom: dashed 1px silver;
    padding: 2px;
    text-align:center;
    background-image: url(podklad_zahlavi_polozky_tabulky.gif);
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
    color: #338;
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    padding: 2px 2px 2px 2px;
    border: dashed 1px silver;
    text-align: center;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #FAF4D8;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
}

.PrettyGridView .AspNet-GridView .leftcolumn
{
    text-align:left;
    padding-left: 20px;
}

.PrettyGridView .AspNet-GridView .centercolumn
{
    text-align:center;
}

.PrettyGridView .AspNet-GridView .rightcolumn
{
    text-align:right;
    padding-right:20px;
}


