/* CSS Document */

/*reset*/
* html{border:0;padding:0;margin:0; _padding:0; _margin:0;}
img{border:0;padding:0;margin:0;_padding:0;_margin:0;_border:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;_padding:0; _margin:0;}
a{text-decoration:none;}
ul{list-style:none;}

/* ------------------------------------------------------------------------------------------------------------ */

body{
   background:#e5e5e5;
   color:#5a5959;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;}


#linhaRodape{
	background:url(../imagens/template/bgAdmRodape.jpg) repeat-x #FFF;
	height:100px;}
	

#login{
	width:700px;
	background:#FFF;}


#left{
   float:left;}
#right{
   float:right;}  
   
   
   
   
   
   
   
   
   
/* ------------------------------------------------------------------------------------------------------------ */   

/* FORM */
/*input{
   background-color:#d3d3d3;
   border:none;}*/

#form #button {
  background:#999;
  width:auto;
  color:#FFF;
  cursor:pointer;}
#form #button:hover{
  background:#333;
  color:#FFF;
  cursor:pointer;}




/*----------------sistema----------------*/

table{
	font-size:12px}
   
.tituloTabelaSelect{
	background:#BBBBBB;
	font-size:12px;
	text-decoration: none;
}

.tituloTabela{
	text-decoration: none;
}

.linhaTabelaSelectImpar{
	background:#DDDDDD;
	font-size:11px;
}

.linhaTabelaSelectPar{
	background:#EEEEEE;
	font-size:11px;
}
.itensLista{
	font-size: 10px;
}
.tituloItensLista{
	font-size: 11px;
}
.inputTextP {
	width:80; font-size: 9px;	
}

.inputTextValorG {
	width:300; font-size: 9px; text-align: right;
}

.inputTextValorM {
	width:150; font-size: 9px;	text-align: right;
}

.inputTextValorP {
	width:80; font-size: 9px;	text-align: right;
}

.inputTextValor {
	font-size: 9px;	text-align: right;
}

.combobox {
	font-size: 9px;
}
.comboboxG {
	font-size: 9px; width:300;
}
.comboboxM {
	font-size: 9px; width:150;
}
.comboboxP {
	font-size: 9px; width:80;
}

.textAreaG {
	width:400;height=200; font-size: 12px;
}
.textAreaGG {
	width:600;height=300; font-size: 12px;
}


.textAreaM {
	width:300;height=100; font-size: 12px;
}

.textAreaP {
	width:300;height=50; font-size: 12px;
}

.inputText {
	font-size: 9px;
}
.inputTextG {
	width:300; font-size: 9px;
}
.inputTextGG {
	width:500; font-size: 9px;
}

.inputTextMG {
	width:200; font-size: 9px;
}

.inputTextM {
	width:150; font-size: 9px;	
}

.inputTextP {
	width:80; font-size: 9px;
}
.tdLabelForm {
	text-valign: top; text-align: right;
}
.tdTituloForm {
	text-align: center;
}


/*Cores*/
.azul_1{
	background:#155887;}

.azul_2{
	background:#00ADDC;}
	
.verde_1{
	background:#529748;}

.verde_2{
	background:#78A077;}

.amarelo{
	background:#edaa07;}
	
.laranja_1{
	background:#E3872B;}

.laranja_2{
	background:#F15A22;}

.vermelho{
	background:#ED1C24;}
	
.rosa{
	background:#CE3E93;}

.lilais_1{
	background:#84529B;}

.lilais_2{
	background:#9900FF;}

.marron_1{
	background:#6E441A;}

.marron_2{
	background:#A77D53;}

.cinza_1{
	background:#697269;}

.cinza_2{
	background:#838B9E;}
