﻿/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 9px;
    line-height: 18px;
    background-color:white;
    width: 517px;
    color:#777;
  
}

.DataWebControlStyle td
{
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
}

.HeaderStyle
{
    text-align: left;
}

.HeaderStyle a
{
    font-weight: normal;
}

.HeaderStyle a:visited
{
}

.HeaderStyle th
{
}

.FooterStyle
{
    height: 30px;
}

.DetailsViewEditRow td input
{
    width:250px;
    height: 12px;
    color:#777;
}

.DetailsViewEditRow td select
{
    width:256px;
    color:#777;
}

.DetailsViewEditRow td textarea
{
    width:252px;
    color:#777;
}

.PagerRowStyle td
{
    border-bottom: none;
    border-top: none;
}

