/*
override do public
*/
#Header .Topo .Ilustracao {
	background-image: url(../img/celpe_bras_cabecalho_A.jpg);
	float: left;
	height: 92px;
	width: 385px;
}

#Header .Topo {
	background-image: url(../img/celpe_bras_cabecalho_B.jpg);
	background-position: 385px 0;
	height: 92px;
	width: 1002px;
}

#textoPrincipal {
	padding-bottom: 30px;
	padding-right: 60px;
	padding-left: 30px;
	padding-bottom: 30px;
}

#LeftMenu ul li label:hover {
	border-bottom: 2px solid #CEA893;
	border-left: 3px solid #FFCC00;
	padding-bottom: 1px;
}

#LeftMenu ul li label {
	border-left: 3px solid #9A0000;
	color: #9A0000;
	cursor: pointer;
	display: block;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 3px;
	text-decoration: none;
}

input[type='submit'],input[type='button'] {
	background: #4477AA;
	color: white;
	margin: 5px;
	border-color: gray;
}

.tableControl,.actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 10px;
}

.rich-table {
	width: 100%;
}

.dr-table-cell a {
	color: #333;
	text-decoration: underline;
}

.dr-table-cell a {
	color: #000;
	text-decoration: underline;
}

.columnHeader:hover {
	color: #FF6600;
}

.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 2px;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: red;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input {
	border: 1px solid red;
}

.errors textarea {
	border: 1px solid red;
}

.required {
	color: red;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;
}

h2.titulo {
	font-size: 16px;
}