﻿body {
}

.mainContent
{
   margin-left:auto;
   margin-right:auto; 
   margin-top:26px; 
   border:outset 5px #5b5b00; 
   width:850px; 
   background-color:#E8E7D0; 
   height:582px; 
}


/* Data Web Control Styles */

.MyGridStyle
{
    font-size: 90%;
    line-height:18px;
}

.HeaderStyle
{
     background-image:url('../images/gridHeaderBG.png'); 
     background-repeat:repeat-x; 
    color: White;
    font-weight: bold;
    height:22px;
    vertical-align:middle;
}

.HeaderStyle a
{   color: White;
    text-decoration: none;
}
.HeaderStyle a:visited
{
    color: White;
}

.AlternatingRowStyle
{
    background-color: #cecece;
    height:18px;
}

.SelectedRowStyle
{
    background-color: #92D082;
    height:18px;
}

.EditRowStyle input.text
{
    width:20px;
}

.hiddenCell 
{
    visibility:hidden;
    display:none;
}



