﻿/* Data Web Control Styles */

.FEDataWebControlStyle
{
    font-size: 11px;
    line-height: 18px;
    background-color:white;
    width: 517px;
    color: #666;    
}

.FEDataWebControlStyle td
{
    border-bottom: white 1px solid;
}

.FEDataListWebControlStyle
{
    font-size: 8pt;
    line-height: 18px;
    background-color:white;
}

.FEDataListWebControlStyle td
{
    border-bottom: none;
}

.FEHeaderStyle
{
    background-color: white;
    color: #666;
    font-weight: bold;
    text-align:left;
    height: 25px;
}

.FEHeaderStyle a:visited
{
    color: black;
    text-align:left;
    text-decoration:none;
}

.FEHeaderStyle a
{
    color: #777;
    text-align:left;
    text-decoration:none;
}

.FEHeaderStyle a:hover
{
    text-decoration: underline
}

.FEHeaderStyle th
{
    border-bottom: #DDD 1px solid;     
}

.FEFooterStyle
{
    height: 30px;
    background-color: white;
    font-weight:bold;
}

.FEFooterStyle td
{
    border-bottom:  #DDD 1px solid;
    border-top: #DDD 1px solid;
}

.FEAlternatingRowStyle
{
    background-color: white;
}

.FERowStyle
{
    background-color: white;
}

.FESelectedRowStyle
{
    background-color: white;
    color: black;
}

.FEPagerRowStyle
{
    text-align: right;
}

.FEPagerRowStyle td
{
    border-bottom: none;
}

.FEGridViewEditRow td input
{
    font-family:Verdana;
    font-size:8pt;
}

.FEGridViewEditRow td select
{
    font-family:Verdana;
    font-size:8pt;
}

.FEDetailsViewEditRow td input
{
    font-family:Verdana;
    font-size:8pt;
    width:250px;
}

.FEDetailsViewEditRow td select
{
    font-family:Verdana;
    font-size:8pt;
    width:256px;
}

.FEDetailsViewEditRow td textarea
{
    font-family:Verdana;
    font-size:8pt;
    width:250px;
}

.FECommandRowStyle td
{
    border-bottom: none;
}

