﻿.allunits .AspNet-GridView
{
    width: 50%;
}
.allunits .AspNet-GridView table
{
    border: solid 1px #CCCCCC;
    width: 100%;
    margin-bottom: 20px;
}

.allunits .AspNet-GridView table thead tr th
{
    color: #FEFEFA;
    background: #656D54;
    border-bottom: solid 1px #E2D5C4;
    border-right: solid 1px #E2D5C4;
    padding: 2px;
    font-weight: normal;
    font-size: 0.9em;  
}
.allunits .AspNet-GridView table tbody tr td
{
    color: #333333;
    background: White;
    padding: 2px;
    border-bottom: solid 1px #E2D5C4;
    border-right: solid 1px #E2D5C4;
    text-align: center;
}

.allunits .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background-color: #FEFEFA;
}

.allunits .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.allunits .AspNet-GridView table tfoot tr td
{
}


.maps
{
    float:right;
    width: 250px;
    clear: both;
}
.maps img
{
    display: block;
    margin-bottom: 10px;
    border: solid 1px #656D54;
}



/* 
palette:
#E2D5C4     sand        body background
#656D54     olive       header background, footer background
#330000     burgundy    link color
#D1C58B     beige       footer text
#FEFEFA     off-white   footer links, content background, nav background
#643200     brown       text color
#314E23     green       heading color
*/
