﻿.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. */

.QSIG-GridView .AspNet-GridView 
{
    margin: .7em 0 .7em 0;
    border: solid 1px #CCE5FF;
    padding: 1px;
}

.QSIG-GridView .AspNet-GridView div.AspNet-GridView-Pagination
{
	
}

.QSIG-GridView .AspNet-GridView div.AspNet-GridView-Pagination,
.QSIG-GridView .AspNet-GridView div.AspNet-GridView-Pagination a,
.QSIG-GridView .AspNet-GridView div.AspNet-GridView-Pagination span
{
    font-weight: normal;
    text-align: center;
    height: 2em;
    margin-bottom: 0.3em;
    padding-top: 0.4em;
}

.QSIG-GridView .AspNet-GridView div.AspNet-GridView-Top
{
	
}

.QSIG-GridView .AspNet-GridView div.AspNet-GridView-Bottom
{
    margin-top: 0.3em;
}

.QSIG-GridView .AspNet-GridView table
{
    text-align: left;
    width: 100%;
}

.QSIG-GridView .AspNet-GridView table thead tr th
{
    background-color: #CCE5FF;
    font-weight: bold;
    color: #006699;
    padding: 5px;
}

.QSIG-GridView .AspNet-GridView table tbody tr th
{
    font-weight: bold;
    text-align: left;
    color: #006699;
    background-color: #F5FAFF;
    vertical-align: top;
    padding: 5px;
    border-top: solid 1px White;
    border-right: solid 1px #003370;
}

.QSIG-GridView .AspNet-GridView table tbody tr td
{
	background-color: #F5FAFF;
    vertical-align: top;
    padding: 5px;
    border-top: solid 1px White;
}

.QSIG-GridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
	background-color: #EBF5FF;
}

.QSIG-GridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate-Selected td,
.QSIG-GridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
	background-color: #A3D1FF;
}

.QSIG-GridView .AspNet-GridView table tbody tr.AspNet-GridView-Alternate-Selected a,
.QSIG-GridView .AspNet-GridView table tbody tr.AspNet-GridView-Selected a
{
	font-weight: bold;
}

.QSIG-GridView .AspNet-GridView table tfoot tr td
{
}

.QSIG-GridView .AspNet-GridView-Empty td
{
	background-color: #FFFFFF;
	padding: .5em;
}