div.realce {
	background: #fffd7b;
}

div.userCase h1 {
	margin-top: 0px;
}

.overflow_auto {
	overflow: auto;
}

/* INICIO correção para h:commandLink que depois de todo render via ajax recarrega o jsf.js novamente  
   Solução usar h:commandButton com o estilo botaoLink
*/
.botaoLink {
	color: #3B7EBF !important;
	text-decoration: none !important;
	text-align: left !important;
	background: transparent !important;
	border: none !important;
}

.botaoLink:hover {
	color: #3B7EBF !important;
	text-decoration: underline !important;
	text-align: left !important;
	background: transparent !important;
	border: none !important;
}
/* FIM correção para h:commandLink que recarrega o jsf.js depois de todo render via ajax */
.cameraPhoto {
	background: url("../../../public/resources/images/suite/fotosOff.png")
		no-repeat scroll center bottom transparent !important;
}

.cameraPhoto:hover {
	background: url("../../../public/resources/images/suite/fotosOn.png")
		no-repeat scroll center bottom transparent !important;
}

.destaque {
	background:
		url("../../../public/resources/images/suite/destaqueOff.png")
		no-repeat scroll center bottom transparent !important;
}

.destaque:hover {
	background: url("../../../public/resources/images/suite/destaqueOn.png")
		no-repeat scroll center bottom transparent !important;
}

.edital-misto{
	background: url("../../../public/resources/images/icons/18x18/edital-misto.png") no-repeat scroll center bottom transparent !important;"			
}

.edital-pj{
	background: url("../../../public/resources/images/icons/18x18/edital-pj.png") no-repeat scroll center bottom transparent !important;"			
}

.mercadorias-apreendidas {
	background: url("../../../public/resources/images/icons/18x18/mercadorias-apreendidas.png") no-repeat scroll center bottom transparent !important;"
}

.outros-bens {
	background: url("../../../public/resources/images/icons/18x18/outros-bens.png") no-repeat scroll center bottom transparent !important;"			
}

.img-legenda {
	vertical-align: middle;
	margin-right: 3px;		
}

/* Implementado por causa do IE7 e seu problema com 'float: right;' */
.closeHelpPortal {
	background:
		url("../../../weblets/weblets/ui/images/fecharAjuda12pxOff.png")
		no-repeat scroll left top transparent !important;
	border: medium none !important;
	cursor: pointer;
	color: #3777BC !important;
}

.sle-msgs-err {
	min-height: 26px;
	overflow: auto;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	border: 1px dashed #e28f26;
	color: #e28f26 !important;
	background: #feebd4
		url("../../../weblets/weblets/ui/images/backgroundLaranjaMensag120px.png")
		repeat-x center center;
	display: block;
	vertical-align: middle;
}

.sle-msgs-err span {
	background: url("../../../weblets/weblets/ui/images/alerta.png")
		no-repeat left center;
	color: #e28f26 !important
}

.modalMessage {
	margin-right: 5px;
	margin-bottom: 5px;
}

.modalMessage span.rf-msgs-sum {
	margin-right: 0px;
}

/*  CORREÇÃO PARA RICH:SELECT NO COMPONENTE VISUAL RFB 0.0.3 */
.unitGroup {
	margin-right: 30px;
}

input[type="reset"].disabled,input[type="reset"].disabled:hover,input[type="submit"].disabled,input[type="submit"].disabled:hover,input[type="button"].disabled,input[type="button"].disabled:hover
	{
	background: url("../../../weblets/weblets/ui/images/botaoDisable.png")
		repeat-x scroll left top transparent !important;
	border: 1px solid #BBBBBB !important;
	color: #BBBBBB !important;
	cursor: default;
}

/* Correção para aplicar o estilo de desabilitado ao input text */
input[type="text"].disabled {
	background: url("../../../weblets/weblets/ui/images/botaoDisable.png")
		repeat-x scroll left top transparent !important;
	border: 1px solid #BBBBBB !important;
	color: #BBBBBB !important;
}

/* Correção linha laranja dupla no footer das tabelas */
.rf-dt-ftr-c {
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}

.rf-dg-body,.rf-dg-body tr,.rf-dg-body td {
	border: 0;
}

.buttonPrev {
	border: none !important;
}

/* rich:dataTable linha noDataLabel */
table.rf-td td.rf-dt-nd-c {
	text-align: center;
	padding: 10px;
	font-weight: bold;
}

/* corrigir o z-index do jquery:ui autocomplete permitindo seu uso em um modal */
.ui-front {
	z-index: 1100 !important;
}
