html {
	
}

body {
	padding: 0;
	width: 995px;
	margin: auto;
}

#superior {
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 165px;
	overflow: hidden;
	background: url(../images/topo/bg_paisagem.jpg) no-repeat right 14px;
}

#corpo {
	margin-top: 3px;
}

#barra {
	background: url(../images/topo/back_top.jpg) no-repeat;
	height: 46px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: white;
}

#barra #logo {
	float: right;
	position: relative;
	right: 10px;
}

#barra #sistema {
	position: relative;
	top: 16px;
	left: 20px;
	float: left;
}

#barra #info {
	position: relative;
	float: right;
	top: 0px;
	right: 55px;
}

#barra #info #usuario {
	position: relative;
	top: -19px;
	right: 5px;
}

#barra #info #senha {
	position: relative;
	top: -19px;
	left: 5px;
	margin-right: 10px;
}

#barra #info #sair {
	position: relative;
	top: -19px;
	left: 5px;
}

#governo {
	margin-top: 6px;
	background: url(../images/topo/logo.jpg) no-repeat;
	height: 80px;
}

#cgdt {
	margin-top: 6px;
	background: url(../images/topo/logo_cgdt.jpg) no-repeat;
	height: 80px;
}

#menu {
	background: url(../images/topo/barra_cinza.png) no-repeat;
	height: 35px;
}

#menu #icones {
	position: relative;
	float: right;
}

#menu #icones .home,.email,.mapa {
	cursor: pointer;
	position: relative;
	top: 3px;
}

#menu #icones .home {
	right: 112px;
}

#menu #icones .email {
	right: 71px;
}

#menu #icones .mapa {
	right: 27px;
}

#portal-footer {
	font: 10px Verdana;
	text-align: center;
	position: relative;
	background: url(../images/topo/bg_Rodape.jpg) repeat-x;
	height: 20px;
	width: 995px;
	padding-top: 40px;
}

.visualClear {
	display: block;
	clear: both;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #438C4B;
}

a:hover {
	color: #83BF71;
}

a.links {
	font-size: 11px;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	background: #CAE1D7;
	color: #4F8A75;
	background: url("../images/icons/seta_idVisual.png") no-repeat left;
	padding-left: 10px;
	padding-top: 0px;
	margin-right: 10px;
}

a:hover.links {
	color: #F29F00;
	background: url("../images/icons/seta_idVisual_hover.png") no-repeat
		left;
}

a.links-sair {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: white;
	padding-left: 10px;
	background: url("../images/icons/seta_idVisual.png") no-repeat left;
}

a:hover.links-sair {
	color: #F29F00;
	background: url("../images/icons/seta_idVisual_hover.png") no-repeat left;
}

.hidelink {
	padding-top: 2px;
	padding-right: 2px;
	cursor: pointer;
}

.botoes {
	text-align: center;
	width: 100%;
}

.textLeft {
	font-weight: bold;
	font-size: 11px;
	vertical-align: middle;
	padding-right: 5px;
	height: 18px;
}

.textRight {
	font-size: 11px;
	vertical-align: middle;
	height: 18px;
	padding-left: 4px;
}

.textSemRegistros {
	font-family: Arial, Verdana;
	font-size: 11px;
	background-color: rgb(241, 238, 233);
	border: 1px #CCCCCC dotted;
	display: block;
	padding: 3px;
	padding-left: 8px;
	margin-bottom: 6px; 
}

.rodapeExport {
	font-family: Arial, Verdana;
	font-size: 11px;
	background-color: rgb(241, 238, 233);
	border: 1px #CCCCCC dotted;
	display: block;
	padding: 3px;
	padding-left: 8px;
	margin-bottom: 6px;
	margin-top: 6px; 
}

.tituloLista {
	color: #438C4B;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 3px;
	padding-left: 8px;
	padding-top: 8px;
}

.rich-panel {
	background-color: rgb(241, 238, 233);
	border: 1px #CCCCCC solid;
	margin-bottom: 3px;
}

.rich-panel-header {
	color: #438C4B;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
	background: none;
	border: none;
}

.rich-button {
	margin-bottom: 3px;
}

.rich-mpnl-body {
	padding-bottom: 0px;
}

.toolTipInfo {
	padding-top: 0px;
	background-color: rgb(241, 238, 233);
	border-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
}

.tituloTooltip {
	color: #777777;
}

.textEscSair {
	font-size: 10px;
	color: #CCCCCC;
	margin-top: 10px;
}

.panelEscSair {
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

.ellipsis {
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
	-moz-binding: url('/zeus/css/ellipsis-xbl.xml#ellipsis');
}

.colEsq2 {
	padding-right: 120px;	
}