

body, td, tr 
{
    font-family: 'Verdana', Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:1.5;
    
}

.teste th
{
    color:#fff;
}
.teste td
{
    padding:3px;
}

body{
	/*background:url(../imagens/bg_fundo.jpg) repeat-x top;*/
	background-color:#E6E9EE;
	margin:0px;
}


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:40px 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;
	font-weight:bold;
	}
#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 10px 0 0;	
	line-height:20px;
}

/*Destinado aos campos código do sistema*/
.tamanhoInput1
{
    width:50px;
    background-color:#ccc;
}

/*Destinado ao primeiro campo do formulário*/
.tamanhoInput2
{
    width:200px;
}

.input:hover{
	background:#EBF3FA;
	border:#666 solid 1px;
}
.input:focus{
	border:#3A9EDA solid 1px;
}
.input_button
{
    border:#999 solid 1px;
    margin-right:10px;
    padding:1px 20px 1px 20px;
	background:url('../imagens/bg_botao.jpg') repeat-x 50% bottom;
	
    height: 26px;
}
.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%;	
}

.grid th
{
    width:auto;
    height:25px;
    font-family:Verdana;
    font-size:12px;  
    padding:4px; 
    border-bottom:#CCC solid 1px;
    border-right:#CCC solid 1px;
    background:url(../imagens/bg_grid_titulo.jpg) repeat-x bottom;
    background-color:#FFF;
}

.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-weight:bold;
    font-family:Verdana;
    font-size: 13px;    
}

.linhaEdital
{
    height:190px;    
}

/*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;
}

.sesp_sucesso
{
   margin:10px 0 10px 0;
   border:1px dotted #138000;
   border-left:20px solid #138000;
   padding:20px;
   padding-left:10px;
   font-size:14px;
   color:#138000;
}

table
{    margin-left: 0px;
}

.tdLetreiro1
{
    width: 10%;
    text-align:left;
}

.tdLetreiro2
{
    text-align:left;
}

.tdLetreiro3
{
    text-align:left;
}

.tdLetreiro4
{
    width: 25%;
    text-align:left;
}

.tdCamposFormulario
{
    width: 90%;
    text-align:left;
}
.tdCamposFormulario2
{
    width: 82%;
    text-align:left;
}

.tdLetreiro4
{
    text-align:left;
}


.botaoGrid 
{
    padding:3px;
}
.lbDescricaoObjeto 
{
    font-size:20px;
    margin-bottom:20px;
}

.paddingHeader th
{
    margin-left:10px;
    padding-left:10px;
}


.input_uppercase 
{
    text-transform:uppercase;
}



.paginacao_grid td table tr td a,
.paginacao_grid td table tr td a:link,
.paginacao_grid td table tr td a:visited
{
    padding:5px;
    padding-left:20px;
    padding-right:20px;
    margin:2px;
    border:1px solid #68879F;
    background-color:#E1E7EC;
    text-decoration:none;
    color:#000;
}

.paginacao_grid td table tr td span
{
    padding:5px;
    padding-left:20px;
    padding-right:20px;
    margin:2px;
    border:1px solid #68879F;
    background-color:#B6C5D1;
    font-size:18px;
    font-weight:bold;
    color:#000;
}





.botao_estilo1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#465C71;
	
	color:#222;
	background-color:#fff;
	border:none;
	
	
	padding:4px;
	padding-left:10px;
	padding-right:10px;
	margin:2px;
	
	
   text-decoration: none;
   vertical-align: middle;
}

.botao_estilo1:active {
	position:relative;
	top:1px;
}



.botao_cor_detalhes_GRID 
{
	border:1px solid #7189A1;
	border-left-width:5px;
}
.botao_cor_editar_GRID {
	border:1px solid #7BA36F;
	border-left-width:5px;
	background:url(../../Images/imagens/botoes/editar.gif) no-repeat #fff 5px 7px;
	padding-left:20px;
}
.botao_cor_excluir_GRID 
{
	border:1px solid #BB5656;
	border-left-width:5px;
	background:url(../../Images/imagens/botoes/lixo.gif) no-repeat #fff 5px 7px;
	padding-left:20px;
}





.botao_cor_voltar_OBJETO {
	border:1px solid #7189A1;
	border-left-width:5px;
	background:url(../../Images/imagens/botoes/voltar.png) no-repeat #fff 7px 8px;
	padding-left:20px;
}
.botao_cor_cancelar_OBJETO {
	border:1px solid #414141;
	border-left-width:5px;
}
.botao_cor_detalhes_OBJETO {
	border:1px solid #7189A1;
	border-left-width:5px;
}
.botao_cor_editar_OBJETO {
	border:1px solid #7BA36F;
	border-left-width:5px;
	background:url(../../Images/imagens/botoes/editar.gif) no-repeat #fff 5px 7px;
	padding-left:20px;
}
.botao_cor_excluir_OBJETO {
	border:1px solid #BB5656;
	border-left-width:5px;
	background:url(../../Images/imagens/botoes/lixo.gif) no-repeat #fff 5px 7px;
	padding-left:20px;
}
.botao_cor_salvar_OBJETO {
	color:#fff;
	background-color:#7BA36F;	
	padding:5px;
	padding-left:17px;
	padding-right:17px;
}
.botao_cor_pesquisar {
	color:#fff;
	background-color:#7189A1;	
	padding:4px;
	padding-left:17px;
	padding-right:17px;
}
.botao_cor_adicionar {
	border:1px solid #7BA36F;
	border-left-width:5px;
	background:url(../../Images/imagens/botoes/adicionar.png) no-repeat #fff 5px 7px;
	padding-left:20px;
}

/*
.botao_cor_salvar_OBJETO {
	border:1px solid #7BA36F;
	border-left-width:5px;
	background:url(../../Images/imagens/botoes/ok.png) no-repeat #fff 5px 9px;
	padding-left:20px;
}
*/


/*
.botao_cor_voltar_OBJETO {
	color:#fff;
	background-color:#7189A1;
}
.botao_cor_detalhes_OBJETO {
	color:#fff;
	background-color:#7189A1;
	
}
.botao_cor_editar_OBJETO {
	color:#fff;
	
	border-left:5px solid #7BA36F;
	background:url(../../Images/imagens/botoes/editar.gif) no-repeat 5px 7px;
	background-color:#7BA36F;
	padding-left:20px;
}
.botao_cor_excluir_OBJETO {
	color:#fff;
	background:url(../../Images/imagens/botoes/lixo.gif) no-repeat #BB5656 5px 7px;
	
	padding-left:20px;
	padding-right:10px;
	
	padding-top:7px;
	padding-bottom:7px;
}
.botao_cor_salvar_OBJETO {
	color:#fff;
	background-color:#7BA36F;
}
*/

/*
.botao_cor_detalhes {
	background-color:#7189A1;
	color:#fff;
}
.botao_cor_editar {
	background-color:#7BA36F;
	color:#fff;
}
.botao_cor_excluir {
	background-color:#BB5656;
	color:#fff;
}
.botao_cor_salvar {
	background-color:#7BA36F;
	color:#fff;
}
*/


.input_largura1 
{
    width:270px;
}




select.input_largura1 
{
    width:278px;
}



select.input_largura2
{
    width:358px;
}



.panel_confirmar_exclusao 
{
    padding:10px;
	padding-left:20px;
	border:1px solid #7189A1;
	border-left-width:10px;
}
.confirmacao_exclusao 
{
    font-size:17px;
}

