﻿body 
{
    font-family: Verdana;
    font-size: 10pt;
}

.templateBody
{
    font-family: Verdana;
    font-size: 10pt;
    margin: 0px;
    background-image:url("../Images/MenuBack.png");
    background-repeat:repeat-y;
}

.templateBody2
{
    font-family: Verdana;
    font-size: 10pt;
    margin: 0px;
}

.SignOutArea
{
    padding: 22px 12px 0px 0px;
    float:right;
    font-weight:bold;
}

.SignOutLabel
{
    color: White;
}

.PageTitleText
{
    font-size: 12pt;
    font-weight: bold;
    padding-bottom:12px;
    color: #6A6A72;
}

.BoxTable
{
    border: solid 1px #B9DC28;
    font-family: Verdana;
    font-size: 10pt;
    background-color: #F6F6F6;
    margin-right: 0px;
}

.TableHeader
{
    background-color:#B9DC28;
    font-weight: bold;
    font-size: 8pt;
    color: #002913;
}

.TableHeader A
{
    color:#002913;
}

.TablePager
{
    background-color: #D9E6EE;
    border-top: solid 1px #8F8F8F;
}

.TableAlternateRow
{
    background-color: #EAEFF3;
}

.TableRowLine
{
    border-bottom: solid 1px #B9DC28;
}


.TableNewRecordBox
{
    border:solid 1px #B9DC28;
    padding:4px;
}

.LoginErrorLabel
{
    color:Red;
}

.EulaText
{
    font-family: Verdana;
    font-size:9pt;
    margin-top:48px;
    margin-bottom:16px;
    padding-top:8px;
    padding-bottom:8px;
    border:solid 1px #B9DC28;
    
}

.DetailTableHeader
{
    background-color:#F9F9F9;
    font-weight: bold;
    font-size: 8pt;
    text-align:left;
}



.masterHeaderBar
{
    background-color: #4D5862;
    background-image: url("../Images/HeaderGrad.png");
    background-repeat: repeat-x;
    border-bottom: solid 1px #263035;
    height:69px;
    width:100%;
}

.masterHeaderImageHolder
{
    width:255px;
    height:70px;
    float:left;
    background-image: url("../Images/AcquireHLogo.png");
    background-repeat: no-repeat;
}


.masterHeaderCenter
{
    height:69px;
    vertical-align:sub;
}

.masterMenuHolder
{
    width:255px; 
    padding:0px;
    margin:0px;
}

.mainmenuItemHover
{
    color: #003F79;
    text-decoration: underline;
}

.mainmenuItemHover a
{   
    color: #003F79;
    text-decoration: underline;
}

.masterFirmTitle
{
    color: #C6D7DE;
    font-family: Arial;
    font-size:16pt;
}

.masterFirmDsc
{
    color: White;
    font-family: Arial;
    font-size:12pt;
}

.flatControl
{
    border: solid 2px #DDDDDD; 
    font-family: Verdana;
    font-size: 10pt; 
}

.flatControl2
{
    border: solid 2px #DDDDDD; 
    font-family: Verdana;
    font-size: 8pt; 
}

    
.loginTextLine
{
    border: solid 2px #DDDDDD;
    width:180px;
}

.delimiterLine
{
    height:2px;
    width:100%;
    background-color: #93BB3A;
    margin-bottom: 4px;
    margin-top: 4px;
}



#topsection{
height: 69px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
margin-left:255px;
height: 800px;
}

#leftcolumn
{
clear: both;
float: left;
width: 255px; /*Width of left column*/
max-width: 36em;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

