﻿
.HeaderControl
{
    /*border-bottom:solid 1px #666;
    padding-bottom: 1em;*/
}	

.HeaderControl .LeftColumn
{
    float:left;
}	

.HeaderControl .MiddleColumn
{
    float:left;
    width:60%;
}	

.HeaderControl .RightColumn
{
    width:20%;
    float:left;
}	

.HeaderControl .Field
{
    padding-bottom: 1em;
}

.HeaderControl .FieldHeader
{
    /*position: absolute;*/
    width: 175px;
    float: left;
}
.HeaderControl .FieldValue
{
    margin-left: 175px;
    position: relative;
    float: none;
}

.HeaderControl .LabelFieldHeader
{
    text-align: right;
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-family: Lato-Bold;
    float: right;
    padding-right: 1em;
}

.HeaderControl .LabelFieldValue
{
}

.HeaderControl .Input
{
    width:300px;
}

.HeaderControl a:link, 
.HeaderControl a:visited, 
.HeaderControl a:hover 
{
    color: black;
}