﻿.cabecalho
{
    position:absolute;
    bottom:0px;
    width:100%;
    height:30px;
    text-align:center;
    border:0px solid red;
    background: url('images/cabecalho.png') repeat;
}
.cabecalhobaixo
{
    position:absolute;
    bottom:0px;
    height:30px;
    border:0px solid red;
    width:100%;
    background: url('images/caBaixo.png') repeat;
    padding-top:5px;
}
.classInputText
{
    color:#000000;
    height:26px;
    padding:0px;
}
.modalMsg
{   
    background-color:#ffffff;
    border-radius:5px;
    padding:3px;    
    text-align:center;
}
.modalLoad
{    
    width:100%;
    height:auto;
    text-align:center;
}
.cabecalhoheader
{
    background:#ffffff;/*url('images/cabecalhoheader.png') repeat-x;*/
    height:84px;
    /*border-bottom:2px solid #ffb752;*/
}
.labelMenu
{
    text-align:center;
    padding-left:60px;    
    color:#555758;
    font:400 14px 'Open Sans', sans-serif, Arial;
}
.labelMenuLink
{    
    color:#555758;
    font:400 14px 'Open Sans', sans-serif, Arial;
}
.labelForm
{
    color:#555758;
    font:400 12px 'Open Sans', sans-serif, Arial;    
}
.textoIcone
{
    background-color:#555758;
    color:#808080;
}
.menuLog
{
    background-color:#ffb752;
}
.nopaddingLeft {
   padding-left: 0 !important;
   margin-left: 0 !important;
}
.nopaddingRight {
   padding-right: 0 !important;
   margin-right: 0 !important;
}

.hideOverflow
{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:100%;
    display:block;
}
