body {
	font-family: Arial, Sans-Serif;
	font-size: 12px !important;
}

input[type=text] {
	font-weight: bold;
	color: #4f4f4f;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 13px;
	margin-left: 15px;
}

img {
	border: none;
}

.header {
	max-width: 1030px;
	text-align: center;
	padding-top: 0px;
	margin: 0px auto 10px auto;
	border: solid 1px #ccc;
}

.banner {
	height: 131px;
	background: url("/fundejurr/javax.faces.resource/images/top_custas.jpg.xhtml");
	text-align: right;
}

.banner div {
	color: #fff;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000;
	padding: 110px 5px 5px 0;
}

.content {
	min-height: 400px;
	max-width: 1024px;
	margin: auto
}

.footer {
	font-size: 11px;
	text-align: center;
	max-width: 1024px;
	margin: 10px auto;
}

#formLogin {
	text-align: center;
}

#panelLogin {
	margin: auto;
	width: 400px;
}

#formCadastroUsuario {
	text-align: center;
}

#panelCadastroUsuario {
	margin: auto;
	width: 350px;
}

#divListarUsuarios {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.tableLabel {
	text-align: right;
	font-weight: bold;
	width: 50%;
}

.tableValue {
	text-align: left;
	width: 50%;
}

.table-guia-paga {
	background: #cffbce !important;
}

.table-guia-nao-paga {
	background: #ffb6b6 !important;
}

.table-guia-warning {
	background: #fff6ad !important;
}

.panel-processo-distribuivel {
	margin: 0 150px 0 150px;
	text-align: center;
	background-color: #c2d2c2;
	border: solid 1px #007000
}

.link-processo-distribuivel {
	color: #007000;
	font-weight: bold;
}

.panel-processo-nao-distribuivel {
	margin: 0 150px 0 150px;
	text-align: center;
	background-color: #feefb3;
	border: solid 1px #9c6000
}

.link-processo-nao-distribuivel {
	color: #9c6000;
	font-weight: bold;
}

.ui-messages-error.ui-corner-all {
	text-align: left;
}

.help {
	padding: 10px 10px 10px 50px;
	margin: 10px;
	border: solid 2px #3d7e3d;
	border-radius: 5px;
	background: #fff url("/fundejurr/javax.faces.resource/images/help.png.xhtml") 10px 15px no-repeat;
}

.help p {
	line-height: 4px;
}

#headerForm img {
	width: 1030px;
}
a.icone-item-custa {
	border: solid 1px #cccccc;
	padding: 3px 3px 0 3px;
	width: 48px;
	display:inline-block;
	background-color: #ffffff;
}
a.icone-item-custa:hover {
	background-color: rgba(239, 139, 27, 1);
}

.line-disabled {
    text-decoration: line-through;
    color: #cccccc;
}