@CHARSET "ISO-8859-1";

/*body {
	margin: 200px auto 2em; 
	font-size: 76%; 
	font-family: Arial, sans-serif; 
	color: #273907; 
	line-height: 1.5; 
	text-align: center;	
}*/

h1 { 
	font-size: 3em; 
	font-weight: normal; 
	color: black; 
}

/*a { 
	color: inherit; 
}*/

code { 
	font-size: 1.3em; 
}

/*ul { 
	list-style: none; 
	padding: 2em 0; 
}*/

box { 
	padding: 2em; 
	background: #98cc2b; 
	border: 1px solid #569f09; 
}

copyright { 
	font-size: 0.9em; 
	text-transform: uppercase; 
	color: #557d10; 
}

th {
	color: #303030; 
	background-color: #F0F0F0;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #E7E7E7;	
}


/*table {
	border: 1px solid #E7E7E7; 
	font-size: 12px;	
	width:908;
	text-align: center;
	border-collapse: collapse;	
}*/

/*table tr td{		
	border: 1px solid #E7E7E7; 	
}*/

.name_blue {	
	color: #0B55C4; 
	padding-left: 5px;	
}

select {
	border: 1px solid #7F9DB9;
/*	background: url("../imagens_admin/seta_down_select.png");
	background-repeat: no-repeat;
	background-position: right; */	
}

.caixa {     
    background-image: url("../imagens_admin/centro.png");
    background-repeat: repeat-y;
    background-position: center center;
}

.caixaacima {
    background-image: url("../imagens_admin/acima.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 20px;   
}

.caixaabaixo {
    background-image: url("../imagens_admin/abaixo.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 15px;
} 

#flagi {  
  top:3px;
  color:#000;
  background-color:#ff9;
  border:1px solid #333;
  z-index:300;
  padding:4px;
  font-size:.7em;
  line-height:.8em;
}




