﻿html
{
    font-size: 75%;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , arial, helvetica, sans-serif;
}


body
{
}

/*
.mainContent
{
    width : 1005px;
    height : 700px;
    }


.fieldset 
{
    width : 100%;
    height : 100%;
    }
    */
fieldset
{
    border: 0;
    padding: 10px;
    margin-bottom: 10px;
    background: #FAFAFA;
}

legend
{
    padding: 5px 10px;
    background-color: #4F709F;
    color: #FFF;
}

fieldset
{
    border-radius: 8px;
}
legend
{
    border-radius: 3px;
}


/*
http://stackoverflow.com/questions/2768891/gridview-add-padding-to-cells-with-css
*/

.gridview
{
    width: 100%;
}

.gridview td
{
    padding: 5px 10px 5px 5px;
}

.gridview td a
{
    color: #003300;
    text-decoration: none;
}

.gridview td a:hover
{
    color: #003300;
    text-decoration: underline;
}

.gridview th
{
    padding: 5px 10px 5px 5px;
    /*text-align: left;*/
}

.gridview th a
{
    color: #FFFFFF;
    text-decoration: none;
}

.gridview th a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}



.gridViewHeader
{
    background-color: #4F709F;
    color: #FFFFFF;
    /*text-align: left;*/
}

.gridViewPager
{
    background-color: #4F709F;
    color: #FFFFFF;
    text-align: left;
}

.gridViewPager td
{
    padding: 3px;
}




.gridViewPager td a
{
    color: #FFFFFF;
    text-decoration: none;
}

.gridViewPager td a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}



/* The currently selected page number is rendered by ASP.NET in a span tag in the td. */
.gridViewPager span
{
    color: #FFFFFF;
}

