.main {
	margin: 			0 auto;
	width:  			80%;		
}
body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;	
    
}

div#cabecalho {	
	height: 			125px;	
	margin-top:			10px;	
	border: 			1px solid #AAAAAA;
	border-radius: 		4px 4px 4px 4px;	  		
	background-image: 	url("../images/bg-topo.jpg");
    background-repeat: 	repeat-x;
    margin: 			0 auto;
    width: 				90%;
    margin-bottom: 		4px !important;    
}

div#nomeSistema {
	float: right;
    font-size: 45px;
    margin-right: 50px;
    margin-top: 30px;    	
}

div#logo {
	position: absolute;
	margin-top: 30px;
	margin-left: 50px;		
}


div#cabecalhoCEAJUD {	
	height: 			95px;	
	margin-top:			10px;	
	border: 			1px solid #AAAAAA;
	border-radius: 		4px 4px 4px 4px;	  		
	background-image: 	url("../images/bg-topo.jpg");
    background-repeat: 	repeat-x;
    margin: 			0 auto;
    width: 				90%;
    margin-bottom: 		4px !important;    
}

div#logoCEAJUD {
	position: absolute;
	margin-left: 50px;		
}

div#logoCNJ {
	float: right;
    font-size: 45px;
    margin-top: 20px;
    margin-right: 60px;
}

div#menu {
	margin: 			0 auto;
    width: 				94%;
	margin-bottom:		4px;
	height: 			38px;	
	border: 			1px solid #AAAAAA;
	border-radius: 		4px 4px 4px 4px;	
	background: 		none repeat scroll 0pt 0pt #FFFFFF ;	
}

#panelMenu {
	border:             none;
	padding:			0em 1em !important;	
}

#panelMenu_content {
	border:             none;
	padding:			0em 1em !important;
}

div#navegacao{
	margin: 			0 auto;
	margin-top:			2px;
    width: 				90%;
	margin-bottom:		4px;
	margin-top:			4px;
	height: 			20px;	
	border: 			1px solid #AAAAAA;
	border-radius: 		4px 4px 4px 4px;	
	background: 		none repeat scroll 0pt 0pt #FFFFFF ;	
}

div#rodape {	
	margin: 			0 auto;
    width: 				90%;
	height: 			40px;	
	border: 			1px solid #AAAAAA;
	border-radius: 4px 4px 4px 4px;	
	background: 		none repeat scroll 0pt 0pt #FFFFFF ;	
	background-image:	url(../images/bkg_th.gif);
	clear:				both;
	font-size:			11px;
	font-weight:		bold;
	text-align:			center;
}
.textoRodape{
	position: relative;
    top: 10px;
}

div#nomeSistema {
	float: right;
    font-size: 45px;
    margin-right: 50px;
    margin-top: 30px;    	
}

div#principal{
	min-height: 		430px;
	margin: 			0 auto;
    width: 				90%;
	 border: 			1px solid #AAAAAA;
    border-radius: 		4px 4px 4px 4px;    
	-webkit-border-radius:4px 4px 4px 4px;
	behavior:			url("border-radius.htc");
    margin-bottom:		4px;	
    background: 		none repeat scroll 0 0 #FFFFFF !important;		
    overflow: 			auto;
}

select {
	border: 1px solid #D3D3D3;
	background: none repeat scroll 0 0 #FFFFFF !important;
    box-shadow: 0 2px 2px #D3D3D3 inset !important;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	background-color: #f9f9f9;	
	border-radius: 4px 4px 4px 4px;
	font-family:tahoma;
	color:#353535;
	font-size: 14px !important;
}

.text-input {
	font-family: tahoma;
	font-size: 14px;
	color:#353535;
}
.ui-button {
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    overflow: visible;
    padding: 6px 6px 6px 6px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
}

.botao_voltar {
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    margin-right: 0.1em;
    overflow: visible;
    padding: 
    position: ;
    text-align: center;
    text-decoration: none !important;
}
.ui-datatable th, .ui-datatable tfoot td {
    font-size: 12px;
    font-weight: bold !important;
    padding: 4px 10px;
    text-align: center;
    white-space: nowrap;
}
.ui-datatable-even {
    font-size: 12px;
}

.ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
    border: 1px solid;
    margin: auto auto 10px;
    padding: 10px;
    width: 905px !important;
    margin-left:10%
}


.erros {
	color: red;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}
.painelTexto{
	font-family: tahoma;
	font-size: 13px;
	color: #4f4f4f;
	padding-left: 8px;
}