﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the GridView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

div.AspNet-GridView
{
    border: solid 1px black;
}

div.AspNet-GridView table
{
    width: 100%;
    border-collapse: collapse;
    border: solid 2px white;
}

div.AspNet-GridView thead tr th
{
    background-color: DarkRed;
    border: solid 2px white;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
}

div.AspNet-GridView table tbody tr td
{
    background-color: beige;
    border: solid 2px white;
    font-size: x-small;
}

div.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background-color: PaleGoldenrod;
    border: solid 2px white;
    font-size: x-small;
}


div.AspNet-GridView thead tr th.column-edit, div.AspNet-GridView thead tr td.column-edit
{
    width: 23px;
}

div.AspNet-GridView thead tr th.column-data, div.AspNet-GridView thead tr td.column-data
{
    width: 15%;
}

td.column-data-short
{
    width: 10em;
}

div.AspNet-GridView thead tr th.column-location, div.AspNet-GridView thead tr td.column-location
{
    width: 30%;
}

div.AspNet-GridView thead tr th.column-title, div.AspNet-GridView thead tr td.column-title
{
    width: 55%;
}

.bruxelles-evidenza
{
}


.bruxelles-evidenza div.AspNet-GridView thead tr th
{
    background-color: #507CD1;
    font-size: x-small;
}

.bruxelles-evidenza div.AspNet-GridView tbody tr td
{
    background-color: #EFF3FB;
}

.bruxelles-evidenza div.AspNet-GridView tbody tr.AspNet-GridView-Alternate td
{
    background-color: white;
}

