﻿
table.gridview
{
    border: 1px solid #dbddff; 
    border-bottom: 3px solid #dbddff;
    border-collapse: collapse;
    color: #666666;
    font-size: 95%; 
    width: 99%;
}

table.gridview th, 
table.gridview td
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dadada;
}

table.gridview th
{
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 100%;
    text-align: left;
    line-height: 1.3em;
    color: #666666;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
    background-image:url(../Images/header_back.gif);
}


table.gridview th a:link,
table.gridview th a:visited,
table.gridview th a:hover
{
    color: #666666;
    text-decoration: none;
}

table.gridview td a:link,
table.gridview td a:visited
{
    color: #718ABE;
    text-decoration: none;
    padding-right: 6px;
}
table.gridview td a:hover
{
    color: #000099;
    text-decoration: underline !important;
}





/* The following modifies the page number control which exists under the main table */
div.pager
{
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    height:20px;
}
span.results1
{
    float:left;
}
span.results2
{
    float:right;
}
/* The following modifies the results per page control which exists under the main table */
div.results
{
    display: inline;
    position: relative;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -1.75em;
    float:right;
}
/* Set's the appearance of the drop down control*/
.droplist
{
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: .95em;
    color: #666666;
}
tr.footer td
{
    background: #dbddff;
    height: 1.5em;
}
