/* Classe para todo o input do site para dar 5px de margem superior. */
/* CSS do Projeto SIISO */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0;
}
body {	
	background-color: #002884;	
}

.geralConteudo {
	background-color: #D3DEFC;
}

.fundoFaixa {
	background-color: #EEF2F9;
	width: 778px;		
	text-align: left;
	padding-top: 25px;
}

.no-padding {
	padding: 5px 0px;	
	}
.tabTituloBotao{
	width: 100%;
}

input {
	text-transform: uppercase;
}

#descricaoMensagem {
	text-transform: none;
}

#paraDireita, #paraEsquerda {
	cursor: pointer;
}

.divColuna34 {
	float: left;
	width: 34%;
}

#dePara img, #botaoTop img {
	cursor: pointer;
}

#dePara img, #dePara input {
	padding-top: 10px;
	padding-bottom: 10px;
}


#windowPopup {
	position:absolute;
	z-index:9997;
	left:0;
  	top:0;
	display:none;	
}
.popupFundo{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:9998;
  background-color:#002884;

}
.popupIframe{
	witdh:100%;
	height:100%;

}
.popup{
	position:absolute;
	z-index:9999;
	background-color:#FFFFFF;
	border:thin #006 solid;	
    left:50%; 
	top:30%;	
}
.popupCabecalho{
	background-image:url(../imagens/header_abaixo_tit.gif);
	height:20px;
	*height:28px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
	*padding:4px;
	*padding-top:6px;
}
.popupCorpo{
	width:100%;
	padding:6px;
}

.tableBorder thead.relatorio th {
	background-color: white;
	color: #666666;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
}

.tableBorder thead.relatorio th label {
	font-weight: bold;
}

.button {
	margin-left: 2px;
	margin-right: 2px;
	cursor:pointer;
}

.flagError {
	color: red;
}

#botaoBottom, #botaoClone {
	margin: 0px 10px 0px 10px;
	margin-top:15px;
	padding-bottom:15px;	
}

/* rodape*/
.linhaRodape {
	border-top: 8px solid;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
 	border-color: #efefef;
}

.rodape {
	padding-top: 3px; 
	font-size: 11px;
}

.rodape p, .rodape a {
	color: #ffffff;
}

.sair {	
	text-decoration: underline;
	color: white;
	float: left;
	padding-left: 2px;
}

.sair a, .sair a:link, .sair a:active, .sair a:visited, .sair a:hover {
	font-weight: normal;
}
.rodape {
	background-color: #002884;
	/*width: 776px;
	height: 20px;*/
}

/* Copyrights */
.copy {
	font: normal;
	font-family: verdana;
	color: #8094C2;
	text-align: right;
}

/* Links */
a, a:link, a:active, a:visited, a:hover {
	font-weight : bold;
	font-size: 11px;
	font-family: Arial;
}

.geralConteudo a:link, .geralConteudo a:active, .geralConteudo a:visited {
	text-decoration: none;
	
}

a:link, a:active {
	color: #0039BA;
}

.sair a {
	color: #FFFFFF; 
	text-decoration: underline;
}

.sair {
	color: white;
	float: left;
	padding-left: 2px;
}

.sair a, .sair a:link, .sair a:active, .sair a:visited, .sair a:hover {
	font-weight: normal;
}

.select, .select_segmento, .select-menor {
	font: normal 11px Arial;
	color: #666A6D;
	margin-top: 3px;
}


.select {
	width: 200px;
}

.select_segmento {
	width: 260px;
}

.select-menor {
	width: 140px;
	margin: 0px 10px;
}

#log {
	display: none;
	color: white;
	border: 2px solid yellow;	
}


.grade tbody tr td {
	border: 1px solid #CCCCCC; 
}

th.num {
	text-align: left;
}
