/*Criado por Fernando Faisca 19/03/2012
/*Informações Gerais:
/*Cores padrões:
/*Backgroung: #C6E3FF
/*Azul Forte: #261466
/*Hover links: #FF6600
*/

#wrapper         { padding:20px; }
#wrapper2        { padding:20px; }
.grupologin      { width:235px; float:left; margin:0 0 20px 45px; } 
.logout          { width:22px; height:22px; position:absolute; margin:-6px 0 0 893px;
                   background:url('../../adm/f/i/icon-logout2.gif') top transparent; }
.logout:hover    { background:url('../../adm/f/i/icon-logout2.gif') bottom transparent; } 

p                 { font-size:10px; }
h2                { font-size:15px; }
label             { font-size:12px; }
input             { font-size:12px; padding:5px; margin-left:30px; }
table th          { color:#FFF; }
table tr          { background:#EEEEEE; } 
table tr td       { border:1px solid white; padding:5px; }
table tr:hover    { background:#DADADA; }

/* Botões */
p.buttons a,
p.buttons input { 
        border: 1px solid #ccc; 
        background-color: #eee; 
        color: #333; 
        text-decoration: none; 
        font-weight: bold; 
        font-size: 1.2em; 
        margin-right: 1em;
        cursor: pointer;
}
p.buttons a { padding: .4em; }
p.buttons input { margin-top: -.5em; padding: .4em; }

p.buttons input.save { background: #eee url('../i/icon-save.gif') no-repeat 5px center; width: 6em; }
p.buttons input.save-add { background: #eee url('../i/icon-save-add.gif') no-repeat 5px center; }

p.buttons a.cancel { background: #eee url('../i/icon-cancel.gif') no-repeat 5px center; padding:5px; }
p.buttons a.consult { background: #eee url('../i/icon-consult.gif') no-repeat 5px center;padding:5px;; }
p.buttons a.add { background: #eee url('../i/icon-add.gif') no-repeat 5px center; padding:5px; }
p.buttons a.answer-yes { background: #eee url('../i/icon-answer-yes.gif') no-repeat 5px center; padding:5px; }
p.buttons a.answer-no { background: #eee url('../i/icon-answer-no.gif') no-repeat 5px center; padding:5px; }
p.buttons a.respond { background: #eee url('../i/icon-respond.gif') no-repeat 5px center; padding:5px; }
p.buttons a:hover,
p.buttons input:hover { 
        background-color: #ddd;
}


/* hack IE */
#content p.buttons,
#content h2,
#content h3 {  position: relative; }