.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 
{
    /* border: solid 2px #465239; */
    margin: 0px;
    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
{
    background: #fff;
    font-weight: normal;
    text-align:center;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 5px;

}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.PrettyGridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.AspNet-GridView-Bottom
{
	border-top: solid 1px #efc652;
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Top
{
}

.PrettyGridView .AspNet-GridView div.AspNet-GridView-Bottom
{
    margin-top: 0.3em;
}

.PrettyGridView .AspNet-GridView table
{
    border: none;
    width: 100%;
}

.PrettyGridView .AspNet-GridView table thead tr th
{
    color: #465239;
    padding-bottom: 3px;
    font-weight: bold;
}

.PrettyGridView .AspNet-GridView table thead tr th a
{
    color: #465239;
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    text-align: left;
    vertical-align: middle;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background:url(bg-fade-light-short.gif) repeat-x;
}

.PrettyGridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	background:url(bg-fade-light-short.gif) repeat-x;
}

.PrettyGridView .AspNet-GridView table tbody tr td
{
	background:url(bg-fade-light-short.gif) repeat-x;
}

.PrettyGridView .AspNet-GridView table tfoot tr td
{
	background:url(bg-fade-light-short.gif) repeat-x;
}

.PrettyGridView .AspNet-GridView table tbody td
{
	border-bottom: 1px solid #EEEEFF;
}


/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

#SampleGridView .GridView-Skin-Header
{
    background:url(bg-fade-light.gif) repeat-x bottom;
}

#SampleGridView .GridView-Skin-AlternatingRow
{
    background:url(bg-fade-light-short.gif) repeat-x;
}
