﻿body {
     background-color:white;
     margin:0px;
}

#divHeadBar{
     height:24px; 
     background-color: #005F9E;
}

#tblHead{
    text-align:center;
}

#lblDeveloperMode{
    color:#FCA911;
}

#imgFlexiCadastreLogo{
    display:none;
}

#imgTrimbleLogo{
    height:60px;
    vertical-align:text-bottom;
    margin-bottom:-2px;
}

#lblLandfolio{
     font-size:48pt; 
     color: #005F9E;
}

#lblBrand{
    color:#FCA911;
}

#divFoot{
    text-align:center;
    position: absolute; 
    bottom: 0px; 
    left: 0px; 
    right: 0px;
    background-color: #005F9E;
    color: white;
    padding: 8px;
}

#divFoot a{
    color: white;
    text-decoration:underline;
}

#lblCopyRight2{
    content: "Trimble Navigation Limited"
}