﻿.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,
.FullWidthGridView .AspNet-GridView
{
	background-color: #f2e5b1;
	border-style: solid;
    border-color: #f2e5b1;
    border-width:thin ;
    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,
.FullWidthGridView .AspNet-GridView div.AspNet-GridView-Pagination,
.FullWidthGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.FullWidthGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    color: #ff9900;
    background: #f2e5b1;
    font-weight: bold;
    text-align: left;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.1em;

}
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Top,
.FullWidthGridView .AspNet-GridView div.AspNet-GridView-Top
{
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Bottom,
.FullWidthGridView .AspNet-GridView div.AspNet-GridView-Bottom
{
    margin-top: 0.3em;
}

.PrettyGridView .AspNet-GridView table,
.FullWidthGridView .AspNet-GridView table
{
    background-color: #f2e5b1;
    width:100%;
    table-layout:fixed ;
    text-align:center ;

}

.PrettyGridView .AspNet-GridView table thead tr th,
.FullWidthGridView .AspNet-GridView table thead tr th
{
    color: BLACK;
    background: #f2e5b1;
    font-weight: bold;
    text-align: left ;
}
.PrettyGridView .AspNet-GridView table thead tr th,
.PrettyGridView .AspNet-GridView table tbody tr td,
.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    border-width: 5;
    border-color:#fffac1;
    border-style: solid  ;
}

.FullWidthGridView .AspNet-GridView table thead tr th,
.FullWidthGridView .AspNet-GridView table tbody tr td,
.FullWidthGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    border-left-width: 2px;
    border-right-width:  2px;
    border-color:  #fffac1;
    border-style: solid  ;
}
.FullWidthGridView .AspNet-GridView table thead tr th
{
	border-top-width : 2px;
    border-bottom-width : 1px;    
}
.FullWidthGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td,
.FullWidthGridView .AspNet-GridView table tbody tr td
{
	border-top-width : 1px;
    border-bottom-width : 1px;    
}

.PrettyGridView .AspNet-GridView table thead tr th a,
.FullWidthGridView .AspNet-GridView table thead tr th a
{
    color: #F7F6F3;
}

.PrettyGridView .AspNet-GridView table tbody tr td,
.FullWidthGridView .AspNet-GridView table tbody tr td
{
    padding: 2px;
    background-color: #f2e5b1;
    border-style:solid ;
    border-style: solid;
    border-width:thin ;
    border-color: #fffac1;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td,
.FullWidthGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background: #f2e5b1;
    border-style: solid;
    border-width:thin ;
     border-color:#fffac1;
    text-align: left;
     padding: 2px;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td,
.FullWidthGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.PrettyGridView .AspNet-GridView table tfoot tr td,
.FullWidthGridView.AspNet-GridView table tfoot tr td
{
}

