body{
	font-family: arial;
	}

table{
	width: 80%; 			
	margin-left: auto; 
	margin-right: auto; 	
	margin-top: auto; 
	margin-bottom: auto; 
	}

textarea {
	width: 100%; 
	background-color: #FAFAFA;
	}

h4.azul {
	color: #005FA9;
	}

h1.azul {
	color: #005FA9;
	}

table.menu{
	width: 20%;
	border: 1px solid #7DA6F7;
	}
	
table.user{
	width: 80%;
	border: 1px solid #7DA6F7;
	}
	
.titulo /*cor de identificacao das permissoes AZUL*/
{
	text-align: center;
	background:#7DA6F7; /*EBCD7D*/	/*7AC06C*/
	font-weight: bold;
}	

a:link, a:visited{
	color: #303030;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

td.lateral {
	width: 100%; 
	cursor: pointer; 
	font-size: 12pt; 
	font-family: arial; 
	text-align: center;
	font-weight: bold;
	background-color: #FFFFCC;
	}
	
td.item_menu{	
	background-color: #8BDEFA;  
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size:16px;
	color:#5E0F50;
	text-align: center;
	border-bottom: 2px solid #7DA6F7;
	border-left: 2px solid #7DA6F7;
	border-top: 1px solid #7DA6F7;
	border-right: 1px solid #7DA6F7; 
	}
	
td.muda{
	cursor: pointer; 
	background-color: #B5E4FF;  
	color:#000000; /*#5E0F50; /*#DAA520;*/	
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size:16px;
	text-align: center;
	border-bottom: 1px solid #7DA6F7;
	border-left: 1px solid #7DA6F7;
	border-top: 2px solid #7DA6F7;
	border-right: 2px solid #7DA6F7; 
	}
			
input.text {
	background-color: #FAFAFA;
	width: 80%;	
	}
				
input.text_1 {
	background-color: #FAFAFA;
	width: 100%;	
	}

input.text_small {
	background-color: #FAFAFA; 	
	}

.box{
	cursor: pointer; 
	width: 50%;	
	border: 6px;
	border-style: groove;
	border-color: #0000FF;
	background-color: #D0D0D0; 
	}
	
.detalhe{
	font-size: x-small;
	font-style: italic;
	}
	
.inserir{
	font-size: 17pt; 
	}