﻿



img 
{
    border:0;
}


body, td, tr, th
{	
    font-family: 'Verdana', Arial, Helvetica, sans-serif;
    margin: 0;
    font-size:12px;
}
    

.delimitacao_tela_editar 
{
    margin:20px; 
    padding:20px;
    border:1px solid #aaa;
}

.vermelho 
{
    color:#cc0000;
    font-style: italic;
}

.teste th
{
    color:#fff;
}
.teste td
{
    padding:3px;
}

label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

/* MENU */
.menu{
	/*border:none;
	border:0px;*/
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	width:auto;
	float:left;
	border-bottom:#ccc solid 1px;
}
.menu ul{
	background:#EDF4F9;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
	padding:0px;
}
.menu li a{
	background:#EDF4F9 url("../imagens/seperator.gif") bottom right no-repeat;
	color:#333;
	display:block;
	font-weight:normal;
	line-height:30px;
	margin:0px;
	padding:0px 10px;
	text-align:center;
	text-decoration:none;

}
.menu li a:hover, .menu ul li:hover a{
	background: #EDF4F9 url("../imagens/hover.gif") bottom center no-repeat;
	color:#333;
	text-decoration:none;
	
}
.menu li ul{
	background:#EDF4F9;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:300px;
	z-index:200;
	border:#CCCCCC solid 1px;
	/*top:1em;
	left:0;*/
}
.menu li:hover ul{
	display:block;
}
.menu li li {
	background:url('../imagens/sub_sep.gif') bottom left no-repeat;
	display:block;float:none;
	margin:0px; 
	padding:0px;
	width:300px;
}
.menu li:hover li a{
	background:none;
}
.menu li ul a{
	display:block;
	height:30px;
	font-size:13px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
	background:#D8E7F1 url('../imagens/hover_sub.gif') center left no-repeat;
	border:0px;
	color:#333;
	text-decoration:none;
}
.menu p{
	clear:left;
}

/* Menu Perfil */
.perfil{
	width:140px;
	float:right;
	background:#333333;
	height:30px;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	border-bottom:#ccc solid 1px;
}
.perfil ul{
	background:#EDF4F9;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
}
.perfil li{
	float:left;
	padding:0px;
}
.perfil li a{
	background:#EDF4F9 url("../imagens/down.gif") center right no-repeat;
	color:#333;
	display:block;
	font-weight:normal;
	line-height:30px;
	margin:0px;
	padding:0px 15px;
	text-align:center;
	text-decoration:none;
}
.perfil li a:hover, .perfil ul li:hover a{
	background:#EDF4F9 url("../imagens/down.gif") center right no-repeat;
	/*background: #EDF4F9 url("../imagens/hover.gif") bottom center no-repeat;*/
	color:#333;
	text-decoration:none;
}
.perfil li ul{
	background:#EDF4F9;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:120px;
	z-index:200;
	border:#CCCCCC solid 1px;
	/*top:1em;
	left:0;*/
}
.perfil li:hover ul{
	display:block;
}
.perfil li li {
	background:url('../imagens/sub_sep.gif') bottom left no-repeat;
	display:block;float:none;
	margin:0px; 
	padding:0px;
	width:120px;
}
.perfil li:hover li a{
	background:none;
}
.perfil li ul a{
	display:block;
	height:30px;
	font-size:13px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
}
.perfil li ul a:hover, 
.perfil li ul li:hover a{
	background:#D8E7F1 url('../imagens/hover_sub.gif') center left no-repeat;
	border:0px;
	color:#333;
	text-decoration:none;
}
.perfil p{
	clear:left;
}

#menu{
	height:30px;
	margin-bottom: 10px;
	min-width:800px;
}

#titulo h4 {
	float:left;
	position:absolute;
	margin-left:10px;
}

#titulo h5{
	margin:0px;
	margin-top:-5px;
	margin-bottom: 20px;
}


#rodape{
 min-width:740px;
 height:60px;
 padding-left:20px;
 font-size:13px;
 padding-top:10px;
 margin-top:50px;
}
#rodape li{
	display:inline;
	vertical-align:middle;
	padding-right:20px;
}
#rodape h1{
	font-family:Arial, Helvetica, sans-serif;
	margin:-10px 6px 0 0;
	padding:0 6px 0 0;
	color:#231F20;
	font-size:22px;
	text-align:left;
	float:left;
	border-right:#231F20 solid 2px;
}
#rodape h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:-8px;
	text-align:left;
	line-height:12px;
	color:#231F20;
	float:right;
}
/* Estilização para abas */
#container_abas{
	margin:10px 10px 0px 10px;
	width:auto;
	padding:0;
}

div.aba {
	background:#fff;
	text-align:justify;
	margin-bottom:10px;
	padding:10px 15px;
	border:1px solid #999;	
    min-height:100%;
    min-width:740px;
}
	
.abaPopup
{
    margin:20px 0 0 0;
}
	
#nav {
	margin:0;
	padding:3px 0;
	border-bottom:1px solid #999;
	
	}
#nav li {
	list-style:none;
	margin-right:3px;
	display:inline;
	}
#nav li a {
	border-radius:3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	
	padding:5px 30px;
	border:1px solid #999;
	border-bottom:none;
	/*background:#dde;*/
	background:url(../imagens/bg_aba.jpg) repeat-x bottom;
	color:#333;
	text-decoration:none;
	}
#nav li a:hover {
	color:#000;
	background:#D8E7F1;
	border-color:#999;
	}
#nav li a.corrente {
	background:#fff;
	border-bottom:1px solid #fff;
	}

/* Fim estilização para abas */


.comandos{
	margin:0 -15px 0 -15px;
	width:auto;
	height:50px;
	background:url(../imagens/bg_sombra_comandos.jpg) repeat-x bottom;
	margin-bottom:10px;
}
.comandos ul{
	margin:10px;
}
.comandos ul li{
	list-style:none;
	display:inline;
	margin-left:5px;
}

#menssagem_erro
{
    width:auto;
    height:auto;
    margin-top:20px;

}
#titulo h5
{
    height:30px;
}
#formulario div
{
    margin-top:20px;
    margin-bottom:20px;
}
.input
{
    border:#999 solid 1px;
    margin:0 0 0 0;	
	line-height:20px;
	padding:3px;
}
.input2
{
    border:#999 solid 1px;
    margin:0 0 0 0;	
	line-height:20px;
	padding
}
.input
{
    border:#999 solid 1px;
    margin:0 0 0 0;	
	line-height:20px;
	padding:3px;
}

.input_button:hover{
	background:#EBF3FA;
	border:#666 solid 1px;
}
.input_select
{
    border:#999 solid 1px;
    text-indent:10px;
    margin:0 10px 0 0;	
	line-height:20px;
	height: 18px;
}
.input_select:hover{
	background:#EBF3FA;
	border:#666 solid 1px;
}

.grid
{
    border:#CCC solid 1px;
    width:100%;	
}


.input
{
    border:#999 solid 1px;
    margin:0 0 0 0;	
	line-height:20px;
	padding:3px;
}


.grid td
{
    font-family:Verdana;
    font-size:12px;
    padding:4px;
    border-right:#CCC solid 1px;
}

.grid tr:hover *{
	background-color:#3A9EDA;
	cursor:default;
}

.grid_center
{
    text-align:center;
}

.fieldset 
{
    border:#CCC solid 1px;
    padding:16px;    
}

.fieldset legend
{
    font



.input
{
    border:#999 solid 1px;
    margin:0 0 0 0;	
	line-height:20px;
	padding:3px;
}



}

/*Adicionados por Vitor*/
.modalBackground {
 background-color:Gray;
  filter:alpha(opacity=40);
  opacity:0.5;
  z-index: 1000;
  position:fixed;
  left:-50px;  
} 

.modalPopup
{
    background-color:White;
	position:fixed;
	z-index:1001;
	left:50%;
}

#ToolkitScriptManager1 {
  width: 200px; height: 50px;
  border: solid 1px gray;
}

#AlertDiv{
left: 40%; top: 40%;
position: fixed; width: 200px;
padding: 12px; 
border: #000000 1px solid;
background-color: white; 
text-align: left;
visibility: hidden;
z-index: 1002;
}

.preload
{
    margin-left:-380px;
    width: 800px;
    height: 450px;
    background-color:White;
	position:fixed;
	z-index:1010;
	left:50%;
	text-align:center;
}

#AlertButtons{
position: absolute; right: 5%; bottom: 5%;
}

.EstiloTabela
{
    width: 100%;
}

.EstiloTR
{
    font-size: small;
}

.tdAlinhado
{
    text-align:center;   
}

.sesp_erro 
{
   margin:10px 0 10px 0;
   border:1px dotted #dd0000;
   border-left:20px solid #dd0000;   
   padding:20px;
   padding-left:10px;
   font-size:14px;
   color:#ff0000;
}

.subtitulo_detalhes
{
    font-size:18px;
    font-weight:bold;
}
.subtitulo2 
{
    font-size:24px;
}
.subtitulo3 
{
    font-size:18px;
    border-top:1px solid #999;
    padding-bottom:10px;
}

.tabela1
{
    width:100%;
}

.tabela1 .paddingHeader 
{
    background-color:#fff;
    height:40px;
}



.tabela_passo 
{
    /*width:100%;*/
    border:1px solid #507CD1;
}


.tdLetreiro1
{
    width: 10%;
    text-align:left;
}

.tdLetreiro2
{
    text-align:left;
}

.tdLetreiro3
{
    text-align:left;
}
.subtitulo
{
    font-size:20px;
    font-style:italic;
}

.subtitulo_detalhes
{
    font-size:18px;
    font-weight:bold;
}
.subtitulo2 
{
    font-size:24px;
}

.tabela1
{
    width:100%;
}




.tabela_passo 
{
    /*width:100%;*/
    border:1px solid #507CD1;
}


.tabela_passo td 
{
    padding:10px;
    text-align:center;
}

.tabela_passo .passo_atual
{
    background-color:#507CD1; 
    color:#fff;
}


.situacaoRemocao 
{
    font-weight:bold;
    font-size:18px;
}






/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu3
{
    padding: 4px 0px 4px 8px;
    margin-right:230px;
}

div.menu3 ul
{
    list-style: none;
    margin: 0px;
    padding: 10px;
    width: auto;
}

div.menu3 ul li a, div.menu3 ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu3 ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu3 ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}







.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    top: 0px;
    left: 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}






.loginDisplay
{
    position:absolute;
    right:30px;
    top:10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}




.conteudoMainContent 
{
	min-height:420px;
	border:1px solid #777; 
	padding:10px; 
	margin:10px; 
	background-color:#fff;
}



