/*
    Document   : Principalfdf
    Created on : 17/12/2010, 11:46:55
    Author     : Tributus03
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
@import "Tabelas.css";
@import "Menu.css";
@import "Prime.css";
@Import "Icone.css";

root {
    display: block;

}
body{
    /*    font: 0.81em/120% Tahoma,Arial,Sans-Serif;*/
    font-size: 10px;
    font-family: Tahoma,Arial,Sans-Serif;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
}

.errorMsg{
    color: red;
   
}
.infoMsg{
    color: blue;
   
}

.fatalMsg{
    font-weight: bold;
    color: red;
 
}

div.logoDiv{
    width: 100%;
    position: relative;
    top: -48px;
    text-align: center;
    min-width: 800px;
    -moz-border-radius: 5px;
    z-index: 10;
    /*    margin-top: 10px;*/
}
.imagemLogo{
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.fontLogo{
    color: #FFFFFF;
    font-family: Verdana,Arial,Sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    left: 40%;
    position: absolute;
    text-align: center;
    top: 11px;
    z-index: 10000;

}

.rodape{
   
    background-color: #F8BB16;
    -moz-border-radius: 5px;
    width: 100%;
    min-width: 800px;
    font-weight: bold;
    position: relative;

}


.barraLogin{
    background-color: #F8BB16;
    font-weight: bold;
    -moz-border-radius: 5px;
    text-align: left;
    font-size: 10px;
    height: 56px;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 1px
}

.ui-panel .ui-panel-content {
    padding: 2px 5px 0px 0;
}

.ui-panel{
    padding: 0px;
}

.divTitulo{
    margin-top:  13px;
    font-size: 14px;
    font-weight: bold;
    color: #1A7AB0;
    width: 99.3%;
    border: 2px solid  #1A7AB0;
    position: relative;
    padding: 2px;
    -moz-border-radius: 5px;
}



.ui-button{
    font-size: 10px;
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) repeat scroll 0 0 #C4C4C4;

}

.ajaxStatus{

    display: none;
    /*    position: inherit;
        background-attachment: inherit;*/

}


.ui-datatable .ui-datatable-data tr.ui-datatable-last td {
    border-bottom-style: solid;
}

.botao{
    min-width: 50px;
}

.ui-button .ui-button-icon-only .onlyIcon{
    border: none;
    background-image: none;
    background-color: transparent;
    height: 19px; 
    width: 17px
}

