﻿
.colLeft
{
    float: left;
    width: 370px;
    margin-bottom: 20px;
    line-height: 26px;
    clear: both;
}

.colRight
{
    float: right;
    width: 370px;
    margin-bottom: 20px;
    line-height: 26px;
    clear: both;
}

.colFull
{
    float: left;
    width: 750px;
    margin-bottom: 20px;
    line-height: 26px;
    clear: both;
}


.EmployeeGrid
{
    float:left;
    width: 750px;
}

.ColName
{
    width: 120px;
}

