﻿.webgrid 
{
    width: 100%;
    border: 10px;
    border-collapse: collapse;
    font-size: 1em;
}

.webgrid a
{
    text-decoration: none;
     color: #404040;
}

.webgrid-small
{
    font-size: 0.8em;
    }

.webgrid-wrapper
{
    width: 50%;
}

.webgrid-title 
{
    
}

.webgrid-header 
{
    background-color: #e0e0e0;
    color: #404040;
   
  
}

.webgrid-header th
{
     text-align: left;
}

.webgrid-footer
{
    width: 500%;
    padding-top: 10px;
    border-top: 1px solid black;
    background-color: #e0e0e0;
    color: black;
    font-weight: bold;
    font-size: 0.9em;
}

.webgrid-alternating-rows
{
     background-color:#89AAAB
}

a.rowdet
{
    background: url(../content/Images/ok.bmp) no-repeat top left;
     display: block;
     width: 20px;
     height: 20px;
     text-indent: -20px; /* hides the link text */
}


.col90
{
    width: 90px;
}

.col50
{width: 50px
    }

.col150
{
     width: 150px;}
 

