﻿#unit-master .left-col
{
    float: left;
    width: 50%;
    margin-top: 15px;
}

#unit-master .right-col
{
    float: right;
    width: 50%;
    margin-top: 15px;
}
#unit-master .right-col a
{
    text-align: center;
    display: block;
}


#unit-master .right-col img.location
{
    display: block;
    margin-bottom: 10px;
    border: solid 1px #656D54;
}

#unit-master h2
{
    
    margin-bottom: 5px;
    margin-top: 0;
}
#unit-master h3
{
    margin-bottom: 5px;
}


.allunits .AspNet-GridView
{
}
.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 20px 2px 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: #FEFEFA;
}

.allunits .AspNet-GridView table tbody tr.AspNet-GridView-Selected td
{
}

.allunits .AspNet-GridView table tfoot tr td
{
}




/* 
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
*/

