﻿/* ----------------------------------------
      Axis Focus Informática Ltda.
-------------------------------------------

-----------------------
        Geral
----------------------- */

html, body, div, p, img, form,a, ul, li, input, h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; }
img {	border:none; }

body { font:12px/16px verdana; background-color:#fff; color:#000; }

/* --------------------
       Layout
-------------------- */

/* ----- Geral ----- */

#moldura {  }

/* ----- Cabeçalho ----- */

#cabecalho {  }
#cabecalho_titulo {  }

/* ----- Corpo ----- */

#corpo { clear:both; }

/* ----- Coluna central ----- */

#coluna_central { clear:both; }

/* ----- Rodapé ----- */

#rodape {  }

/* --------------------
Configurações específicas
-------------------- */

/* ----- Cabeçalho ----- */



/* ----- Rodapé ----- */


/* --------------------
        Texto
-------------------- */

.bold { font-weight:bold; }
.italic { font-style:italic; }
.center { text-align:center; }

#coluna_central a { color:#000; }

/* --------------------
     Formulários
-------------------- */

input, select, textarea { background-color:rgb(229,229,229); font-family:Arial, Helvetica, sans-serif; font-size:11px; border:none; color:#000; }

label { width:150px; float:left; text-align:right; margin-right:10px; display:inline; }

form p { margin-bottom:2px; }

.erro { width:513px; color:#A00000; font-weight:bold; text-align:center; }

p.botao { text-align:center; }
.botao input { width:120px; margin:10px 5px; left:0px; }

/* --------------------
 Listagem Treinamentos
-------------------- */

#treinamentos { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#333; font-size:10px; }
#treinamentos a { color:#0000CC; text-decoration:underline; }

/* --------------------
 Outras funções
-------------------- */
.uppercase { text-transform: uppercase; }


