﻿/*Global.master -- MENU LOGOS*/
#logolabel {  
    font-size: 10pt !important;   
}

#topmiddle { 
    background: none !important;
    padding: 0px !important;
    top: 23px !important;
    width: 98% !important;
    left: 10px !important;
    text-align: left;   
    font-size: 8pt !important;
}


/*home*/
#left {
    float: none;
    width: 100%;
  
}

#right {
    float: none;
    width: 100%;
    padding: 5px;
    margin-bottom: 1.2em;
    background: #f7f6f3;
    text-align: justify;
}



#headerLeft {
    width: 100px !important;
}

/*ServiceNote.aspx*/
table #tblTop {
    display: none;
}

/*Default.aspx*/
#DefaultHomeLeft {
    width: 100%;   
    position: relative;
    float: left;
}
#DefaultHomeRight {
    width: 100%;
    position: relative;
    padding-top: 40px;
    font-weight: normal;    
    float: left;  
}

#DefaultHomeBottom {
    position: relative;
    width: 100%;
    float: left;    
    padding-bottom: 100px;
}

#tSignIn {
    margin:auto;
    background-color: #f7f6f3;    
}

/*tblButtonsAndSuch ... All assessments */

#tblButtonsAndSuch {
    position: relative !important;
}