* {
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
}

* html {
	height: 100%
}

hr {
	display: none;
}

input:focus {
	background-color: #fff;
	border-color: #4d8eee;
	outline: none;
	-moz-box-shadow: 0 0 0 1px #95b4e2 inset;
	-webkit-box-shadow: 0 0 0 1px #95b4e2 inset;
	box-shadow: 0 0 0 1px #95b4e2 inset;
}

#bodyLogin {
	font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;
	margin: 0;
	background-color: #d9dee2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeef2), to(#d9dee2));
	background-image: -webkit-linear-gradient(top, #ebeef2, #d9dee2);
	background-image: -moz-linear-gradient(top, #ebeef2, #d9dee2);
	background-image: -ms-linear-gradient(top, #ebeef2, #d9dee2);
	background-image: -o-linear-gradient(top, #ebeef2, #d9dee2);
	background-image: linear-gradient(top, #ebeef2, #d9dee2);
}

#login {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
	height: 188px;
	width: 620px;
	margin: -150px 0 0 -300px;
	padding: 30px;
	position: absolute;
	top: 10%;
	left: 2%;
	z-index: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 rgba(255, 255, 255, 1), 4px 4px 0 rgba(0, 0, 0, .1), 6px 6px 0 rgba(255, 255, 255, 1), 7px 7px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
}

#login:before {
	content: '';
	position: absolute;
	z-index: -1;
	border: 1px dashed #ccc;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
}

#autenticacao {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
	text-transform: uppercase;
	text-align: center;
	color: #666;
	margin: 0 0 30px 0;
	letter-spacing: 4px;
	font: normal 26px/1 Verdana, Helvetica;
	position: relative;
}

#autenticacao:after, #autenticacao:before {
	background-color: #777;
	content: "";
	height: 1px;
	position: absolute;
	top: 15px;
	width: 120px;
}

#autenticacao:after {
	background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
	background-image: -webkit-linear-gradient(left, #777, #fff);
	background-image: -moz-linear-gradient(left, #777, #fff);
	background-image: -ms-linear-gradient(left, #777, #fff);
	background-image: -o-linear-gradient(left, #777, #fff);
	background-image: linear-gradient(left, #777, #fff);
	right: 0;
}

#autenticacao:before {
	background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
	background-image: -webkit-linear-gradient(right, #777, #fff);
	background-image: -moz-linear-gradient(right, #777, #fff);
	background-image: -ms-linear-gradient(right, #777, #fff);
	background-image: -o-linear-gradient(right, #777, #fff);
	background-image: linear-gradient(right, #777, #fff);
	left: 0;
}

#inputs input {
	background: #f1f1f1 url('/portal/imagens/login-sprite.png') no-repeat;
	padding: 15px 15px 15px 30px;
	margin: 0 0 10px 0;
	width: 572px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username {
	background-position: 5px -2px !important;
}

#password {
	background-position: 5px -52px !important;
}

#inputs input:focus {
	background-color: #fff;
	border-color: #4d8eee;
	outline: none;
	-moz-box-shadow: 0 0 0 1px #95b4e2 inset;
	-webkit-box-shadow: 0 0 0 1px #95b4e2 inset;
	box-shadow: 0 0 0 1px #95b4e2 inset;
}

#actions {
	margin: 25px 0 0 0;
}

.form-container:after{
  content:"";
  display:block;
  position:relative;
  top:-23px;
  left:-23px;
  width:168px;
  height:8px;
  background:#e74c3c;
  -webkit-box-shadow:166px 0 0 #e67e22, 332px 0 0 #f1c40f, 498px 0 0 #1abc9c;
  -moz-box-shadow:166px 0 0 #e67e22, 332px 0 0 #f1c40f, 498px 0 0 #1abc9c;
  box-shadow:166px 0 0 #e67e22, 332px 0 0 #f1c40f, 498px 0 0 #1abc9c;
}

.submitButton {
	background-color: #2d599a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#89a9d7), to(#2d599a));
	background-image: -webkit-linear-gradient(top, #89a9d7, #2d599a);
	background-image: -moz-linear-gradient(top, #89a9d7, #2d599a);
	background-image: -ms-linear-gradient(top, #89a9d7, #2d599a);
	background-image: -o-linear-gradient(top, #89a9d7, #2d599a);
	background-image: linear-gradient(top, #89a9d7, #2d599a);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border-width: 1px;
	border-style: solid;
	border-color: #8a8989 #9c9a9a #b9b9b9 #d4d4d4;
	float: left;
	height: 35px;
	padding: 0;
	width: 120px;
	cursor: pointer;
	font: bold 12px Arial, Helvetica;
	color: #ffffff;
}

.submitButton:hover, #submit:focus {
	background-color: #89a9d7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2d599a), to(#89a9d7));
	background-image: -webkit-linear-gradient(top, #2d599a, #89a9d7);
	background-image: -moz-linear-gradient(top, #2d599a, #89a9d7);
	background-image: -ms-linear-gradient(top, #2d599a, #89a9d7);
	background-image: -o-linear-gradient(top, #2d599a, #89a9d7);
	background-image: linear-gradient(top, #2d599a, #89a9d7);
}

.submitButton:active {
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.submitButton:-moz-focus-inner {
	border: none;
}

#actions a {
	color: #3151A2;
	float: right;
	line-height: 35px;
	margin-left: 10px;
}

#back {
	display: block;
	text-align: center;
	position: relative;
	top: 60px;
	color: #999;
}

#modalNoticias {
	line-height: 18px;
}

#modalNoticias h2 {
	width: 98%;
	position: relative;
	left: 1%;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	color: #3173af;
	border-bottom: 1px solid #ccc;
	font-size: 11pt;
}

#modalNoticias h3 {
	width: 98%;
	position: relative;
	left: 1%;
	padding: 5px 0px 5px 0px;
	color: #999;
	text-align: left;
	font-size: 10pt;
}

#modalNoticias h4 {
	width: 98%;
	position: relative;
	left: 1%;
	padding: 5px 0px 5px 0px;
	color: #3eb6e3;
	text-align: left;
	font-size: 9pt;
}

#modalNoticias p {
	margin: 0px 10px 0px 10px;
	text-align: left;
	font-size: 8pt;
}

#fecharModalNoticias {
	float: right;
	border: 0px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#imagemFundo {
	height: 500px;
	filter: alpha(opacity = 10);
	background-image: url('/portal/imagens/fundo.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#cabecalho {
	width: 100%;
	background: url('/portal/imagens/imgBgTopo.jpg') #188cc9 repeat-x top;
}

#cabecalhoLogo {
	width: 750px;
	height: 100px;
	text-indent: -1999px;
	overflow: hidden;
	background: url('/portal/imagens/imgTopo.jpg') #188cc9 no-repeat top;
}

#cabecalhoImagem {
	
}

#cabecalhoNome {
	clear: both;
	line-height: 30px;
	text-align: right;
	padding: 0px 10px 0px 0px;
	background: url('/portal/imagens/imgFundoCabecalhoNome.gif') #306494 repeat-x top;
}

#cabecalhoNomePortal {
	clear: both;
	line-height: 35px;
	text-align: right;
	padding: 2px 10px 0px 0px;
	font-family: Impact;
	font-size: 22px;
	color: #306494;
	background: url('/portal/imagens/imgFundoCabecalhoNome.jpg') #eee repeat-x top;
}

#corpo {
	height: auto;
	margin: 10px 0px 0px 0px;
}

#contactDetails {
	text-align: center !important;
	padding: 15px 0px 0px 0px;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	line-height: 22px;
}

#linksApp {
	text-align: center !important;
}

#rodapeModal {
	width: 100%;
	line-height: 12px;
	margin: 0px;
	background-color: #969696;
	border-top: 1px solid #ccc;
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	font-size: 7pt;
	color: #fff;
	font-weight: bold;
}

#rodape {
	width: 100%;
	left: -1px;
	bottom: 0;
	position: absolute;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #aaa;
	background: url('/portal/imagens/imgFundoRodape.gif') #306494 repeat-x top;
}

#rodape address {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	font-style: normal;
	font-size: 8pt;
	color: #fff;
}

#rodapeController {
	width: 100%;
	left: -1px;
	bottom: 0;
	position: fixed;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	background-color: #306494;
	border-top: 1px solid #aaa;
	background: url('/portal/imagens/imgFundoRodape.gif') #306494 repeat-x top;
}

#rodapeController address {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
	color: #fff;
}

#versao {
	float: right;
	font-size: 10px;
	color: #cccccc;
	margin: 0px 7px 0px 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	font-family: Arial, Tahoma, Verdana;
	overflow-y: auto;
}

a:link, a:visited {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

a:active, a:hover {
	text-decoration: none;
	color: #0066FF;
}

.btn-modal, .btn-modalOver {
	text-align: center;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial;
	height: 22px;
	cursor: pointer;
	color: #ffffff;
	width: 90px;
	border: 1px solid #aaa;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	font-weight: bold;
	background: url('/portal/imagens/bg_form_titulo.gif') #2b5797 repeat-x top;
}

* html #caixaConteudo {
	height: 100%
}

#caixaConteudo {
	width: 100%;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
}

#caixaConteudoCabecalho {
	width: 100%;
	height: 50px;
	background-image: url(/portal/imagens/bg_topo_portal_seg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#caixaConteudoCorpoSistemas {
	padding-top: 30px;
}

#caixaConteudoCorpo {
	
}

#caixaConteudoCorpo pre {
	margin: 5px 10px 5px 10px;
}

#caixaConteudoCorpo table {
	width: 99.4%;
}

#caixaConteudoCorpo table table {
	width: 100%;
}

#caixaConteudoRodape {
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: 0;
	background-image: url(/portal/imagens/bg_rodape_portal_seg.jpg);
	background-position: center;
	background-repeat: repeat-x;
}

#caixaConteudoRodape p {
	line-height: 18px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#caixaConteudoCorpoFormulario {
	width: 730px;
	height: 240px;
	position: relative;
	left: 50%;
	margin: 50px 0px 0px -360px;
	border: 1px solid #999;
}

#caixaConteudoCorpoFormulario .FormTitulo {
	text-indent: 5px;
	height: 30px;
	line-height: 30px;
}

#caixaConteudoCorpoFormulario .FormTituloLogin {
	text-indent: 5px;
	height: 30px;
	line-height: 30px;
}

#caixaConteudoCorpoFormularioTexto {
	width: 700px;
	position: relative;
	top: -20px;
	margin: 0px 0px 10px 10px;
	clear: both;
}

#caixaConteudoCorpoFormulario form {
	margin: 30px 0px 0px 10px;
}

#caixaConteudoCorpoFormulario form label {
	margin: 0px 0px 0px 3px;
	font-size: 12px;
	font-weight: bold;
}

#caixaConteudoCorpoFormulario form .TextField {
	width: 183px;
	height: 18px;
	margin: 0px 0px 5px 0px;
	padding: 3px;
}

#caixaConteudoCorpoFormulario form .Button {
	margin: 5px 0px 0px 0px;
	width: 94px;
	height: 25px;
	border: 1px solid #aaa;
	cursor: pointer;
	font-weight: bold;
}

#formularioCampos {
	float: left;
	margin-top: 25px;
}

#formularioTeclado {
	float: left;
	position: relative;
	top: 6px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}

#caixaConteudoInfoUsuarioLogado {
	width: 100%;
	line-height: 25px;
}

#caixaConteudoInfoUsuarioLogado p {
	font-size: 12px;
	text-indent: 5px;
}

#caixaConteudoListagemSistemas {
	width: 100%;
	height: auto;
	border-top: 1px solid #999;
}

#caixaConteudoListagemSistemasItem {
	height: 70px;
	margin: 10px 5px 0px 5px;
}

#caixaConteudoListagemSistemasItemLogo {
	width: 64px;
	height: 64px;
	float: left;
}

#caixaConteudoListagemSistemasItemLogo a {
	width: 64px;
	height: 64px;
	display: block;
	background-color: #fff;
}

#caixaConteudoListagemSistemasItemLogo img {
	width: 64px;
	height: 64px;
	border: 0px;
}

#caixaConteudoListagemSistemasItemDescricao {
	margin: 15px 0px 0px 10px;
	float: left;
}

#caixaConteudoListagemSistemasItemDescricao a {
	line-height: 15px;
	font-size: 14px;
}

#caixaConteudoListagemSistemasItemDescricao p {
	line-height: 15px;
	font-size: 12px;
}

#caixaConteudoCorpoMensagemErro {
	width: 700px;
	height: 170px;
	position: relative;
	left: 50%;
	margin: 50px 0px 0px -350px;
	border: 1px solid #999;
}

#caixaConteudoCorpoMensagemErro .FormTitulo {
	text-indent: 5px;
	height: 30px;
	line-height: 30px;
}

#caixaConteudoCorpoMensagemErro p {
	margin: 40px 5px 10px 5px;
	line-height: 20px;
	text-align: center;
}

#caixaConteudoCorpoMensagemDetailErro {
	width: 99%;
	height: 680px;
	overflow: auto;
	margin: 10px;
	border: 1px solid #999;
}

#caixaConteudoCorpoMensagemDetailErro .FormTitulo {
	text-indent: 5px;
	height: 30px;
	line-height: 30px;
}

#caixaConteudoCorpoMensagemDetailErro pre {
	margin: 5px 10px 5px 10px;
}

#caixaConteudoCorpoMensagemDetailErro p {
	margin: 5px 10px 5px 20px;
}

#iphone {
	text-align: right;
	margin: 0px 10px 0px 0px;
	color: #3173af;
	font-size: 7.5pt;
	font-weight: bold;
	cursor: pointer;
}

#iphone a {
	text-decoration: none;
	color: #3173af;
	cursor: pointer;
}