	.ui-widget,.ui-widget .ui-widget {
	     font-size: 11px !important;
	}
	
	.texto11px{
		font-size: 11px;
	}
	
	.texto11pxNegritado{
		font-size: 11px;
		font-weight: bold;
	}
	
	.tituloTopo{
		font-family: Verdana,Arial,sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: white;
	}
	
	.printDiv{
		visibility: hidden;
	}
	
	.divCentralizada {
        text-align: center; 
        margin: auto;
    }
    
    a img{
    	border:0px;
    }
    
    .btnArrow {
		width:100%;
		display:block;
		padding:25px 10px;
		text-decoration:none;
		color:#aaaaaa !important;
	}
    
    .iconArrow{
		background:url(../images/iconArrow.png) no-repeat 100% 0%; 
		height:15px; 
		width:20px;
		display:block;
		position:relative;
		top:50%;
	}
	
	
	.btnArrow:hover{
		border-left:#f00000 3px solid;
		padding-left:7px;
		color:#222222 !important;
	}
	
	.btnArrow:hover .iconArrow{
		background-position:0% 0%;
	}
    
    /* ====== Layout ====== */
    
    .formatLayout{
    	border:0px; 
    	padding:0px; 
    	margin:0px;
    }
    
    .tagLayoutPesquisaNaoFeita{
    	height:400px;
    	width:100%;
    }
    
    .tagLayoutPesquisaFeita{
    	height:1250px;
    	width:100%;
    }
    
    /* ====== pesq avancada ====*/
    
    .tituloPesquisaAvancada{
    	color: #707070 !important;
		font-size: 14px !important;
    }
    
    /* ====== Menu ====== */
    
    .headMenuPesq{
		color:#ff4242; 
		font-size:14px; 
		font-weigth:bold; 
		padding-left:20px;
		margin:0px;
	}
	
	.headSubMenuPesq{
		color:#ff4242; 
		font-size:14px; 
		font-weigth:bold; 
		font-style: italic;
		padding-left:20px;
		margin:0px;
	}
    
    .btnMenuPesq{
		color:#666666 !important;
		width:175px; 
		text-align:left; 
		padding-left:20px;
		margin:0px;
		text-decoration:none;
		padding-top:8px;
		padding-bottom:8px;
		display:block;
	}
	
	.btnMenuPesq:hover{
		background-color:#ebebeb;
	}
	
	.limpaFiltro{
		color:#666666 !important;
		padding-left:10px;
		text-decoration:none;
	}
	
	.btnSelM{
		color:#ff4242 !important;
		border-left:5px #ff4242 solid !important;
		border-bottom:2px #ff4242 solid !important;
		padding-left:15px;
		padding-bottom:7px;
		opacity: 1 !important;
		filter: Alpha(Opacity=100)!important;
	}
	
	.linkMenuPesqPadrao{
		width:175px; 
		text-align:left; 
		padding-left:20px;
		margin:0px;
		text-decoration:none;
		padding-top:2px;
		padding-bottom:2px;
		display:block;
	}
	
	.linkMenuPesq:hover{
		text-decoration: underline;
	}
	
	.linkSelM{
		color:#ff4242 !important;
		opacity: 1 !important;
		filter: Alpha(Opacity=100)!important;
		font-weight: bold;
	}
	
	
	#tabelaAndamento td{
		border:0px !important;
	}
	
	
	.separadorMenu{ 
		border-bottom:1px solid #dcdbdb !important; 
		width:140px !important; 
		marging-left:0 auto !important;
	}
	
	.separador{ 
		border-bottom:1px solid #dcdbdb !important; 
		width:100% !important; 
		marging-left:0 auto !important;
	}
	
	/* ====== Lista de processos ====== */
	
	.proPesq{
		color:#389dff;
		font-size:16px;
	}
	
	.itemPesq{
		padding-top:7px !important;
		padding-bottom:8px !important;
		padding-right:0px !important;
		min-width:480px;
		border:0px !important; 
	}
	
	.dadosPesq{
		border:0px !important;
		margin:0px !important; 
		padding:0px !important;
	}
	
	.viewPesq{
		padding-left:0px !important;
		border:0px !important;
		width:150px;
	}
	
	/* ====== Exibir dados do processo ====== */
	
	.tituloTipoParte{
		color:#000000;
		font-size:11px;
	}
	
	/* ====== Andamentos ====== */
	
	.tblAndamentoCol1{
		white-space: nowrap;
	}
	
	.tblAndamentoCol2{
		white-space: nowrap;
	}
	
	.tblAndamentoCol3{
		width:100%;
	}
	
	.tblAndamentoCol4{
		white-space: nowrap;
	}
	
	.tblAndamento-odd-row{
		background-color: #F1F1F1;
		height:37px;
	}
	
	.tblAndamento-even-row{
		height:37px;
	}
	
	.ui-panelgrid td {
		padding: 4px 10px;
	}