﻿body
{
    font-family: Arial;
    font-size: 11px;
}

.DefaultGrid
{
    border-style: solid;
    border-width: 1px;
    border-color: #9F9F9F;
    color: #333333;
}

.GridViewRow
{
    background-color: #F7F6F3;
    color: #333333;
}

.GridViewSelectedRow
{
    background-color: #E2DED6;
    font-weight: normal;
    color: #333333;
}

.GridViewFooter
{
    background-color: #5D7B9D;
    font-weight: normal;
    color: #333333;
}

.GridViewPager
{
    background-color: #DCDCDC;
    font-weight: normal;
    text-align: center;
    color: #333333;
}

.GridViewHeader
{
    background-color: #DCDCDC;
    font-weight: normal;
    text-align: left;
    color: #333333;
}

.DetailsViewEditRow
{
    background-color: #999999;
}

.DetailsViewFooter
{
    background-color: #DCDCDC;
    color: #333333;
}

.DetailsViewCommandRow
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.DetailsViewFieldHeader
{
    background-color: #DCDCDC;
    font-weight: bold;
    vertical-align: top;
    color: #333333;
}

.DetailsViewHeader
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.standardButton
{
    color: #000000;
    font-weight: normal;
    font-size: 11px;
    font-family: Arial;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: #7F7F7F;
    background: #EAE9E5 url(../../images/ASPXButton.gif) repeat-x center center;
    padding: 3px 7px 5px 7px;
    cursor: pointer;
    height: 24px;
    text-align: center;    
}

.WizardSideBar
{
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    line-height: 20px
}