/*********/
/* Geral */
/*********/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #2d2d2d;
	background: #29537d url(imagens/imgBgBody.jpg) repeat-x;
}

td, tr {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

html { /* Obriga a exibição da barra de rolagem vertical no Mozilla/IE */
	 overflow-y: scroll;
 	 overflow-x: auto;
}

p, span {
	padding: 0 0 10px 0;
	line-height: 16px;
}

h1, .tituloNoticiaPrincipal {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #369;
	margin-bottom: 15px;
	padding-top: 10px;
}

.tituloTextoFormulario {
	font-size: 13px;
	font-weight: bold;
	color: #369;
	/*margin-bottom: 15px;*/
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #369;
	margin-bottom: 15px;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#principal {
	width: 1000px;
	margin: 0 auto;
	background: url(imagens/imgBgPrincipal2.jpg) repeat-x;
}

INPUT, SELECT, TEXTAREA {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #2d2d2d;
}

.label {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

ul {
    margin-left: 35px;
    padding-bottom: 15px;
    line-height: 15px;    
}

ul li {
    padding-bottom: 10px;
    list-style-image: url(imagens/imgLista.gif);
}


/*************/
/* cabeçalho */
/*************/

.cabecalho {
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	/*background: url(imagens/imgCabecalhoIE6.jpg) top left no-repeat;*/
}


/*********/
/* dados */
/*********/

#dados {
	width: 980px;
  	padding: 0 10px;
	background: #fff;
	margin: 0 auto;
}

.conteudoabas
{
    background-color:#e5e5e5;
    padding-left:10px;
    padding-right:10px;
    margin-top:3px;
    padding-bottom:10px;
}

.conteudoabasinterna
{
    background-color:#F5F2F2;
    padding-left:10px;
    padding-right:10px;
    margin-top:3px;
    padding-bottom:10px;
}

.fotos {text-align: center;}

.fotos img {border: 1px solid #336799; margin-top: 15px; margin-left: 15px;}

/******************************************************/
/* colunas - receberão os boxes, menus, notícias, etc */
/******************************************************/

.colunaNoticias {
	width: 350px;
	background: #e5e5e5;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.dataNoticiaPrincipal {
	font-size: 10px;
}

.colunaPrincipal {
	width: 300px;
	margin-bottom: 15px;
}

.colunaMenuInterno {
	width: 195px;
	
	float: left;
	padding: 5px 0;
}

.colunaMenuInternoAreaRestrita {
	background: #e5e5e5 url(imagens/imgBgMenuInternoAreaRestrita.gif) no-repeat top;
	float: left;
	padding: 5px 0;
}

.colunaMenuInternoAreaRestrita .tituloMenuAreaRestrita {
	font-size: 17px;
	color: #369;
	margin-left: 6px;
	line-height: 18px;
}

.colunaTextoMaior {
	width: 660px;
	float: left;
	padding: 10px 0 0 5px;
	margin-bottom: 15px;
}

.colunaTextoMenor {
	width: 450px;
	float: left;
	padding: 5px 0 0 0;
	margin-left: 15px;
	margin-bottom: 15px;
}

/********************************************************/
/* Boxes (login, cursos previstos, cursos abertos, etc) */
/********************************************************/

.box1 { /* fundo título claro */
	width: 280px;
	background: #e5e5e5 url(imagens/imgBgBox1.gif) no-repeat top;
	padding: 8px 10px 15px 10px;
	margin-bottom: 15px;
}

.box1Titulo {
	font-weight: bold;
	font-size: 13px;
	color: #369;
	margin-bottom: 5px;
}

.dataCursosAbertos {
	font-size: 10px;
	color: #7f7f7f;
}

.box3 { /* fundo título claro grande*/
	width: 580px;
	background: #e5e5e5 url(imagens/imgBgBox3.gif) no-repeat top;
	padding: 8px 10px 15px 10px;
	margin-bottom: 15px;
}

.box3Titulo {
	font-weight: bold;
	font-size: 13px;
	color: #369;
	margin-bottom: 5px;
}

.box2 { /* fundo título azul */
	width: 280px;
	background: #e5e5e5 url(imagens/imgBgBox2.gif) no-repeat top;
	padding: 8px 10px 15px 10px;
	margin-bottom: 15px;
}

.box2Titulo {
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	margin-bottom: 5px;
}


/****************/
/* Menu interno */
/****************/

.linksInternos {
	width: 195px;
}

.linksInternos a {
    padding: 5px 0 5px 3px;
	font-weight: normal;
	font-size: 12px;
	color: #2d2d2d;
	display: block;
	text-decoration: none;
	margin: 0 0 0 10px;
}	
	
.linksInternos a:hover {
	color: #369;
	text-decoration: underline;
}

.linksInternos .ctl00_wucMenuAdministrativo_mm_Secundario_0 {
    margin-left: 50px;
}

.linksInternos .ctl00_wucMenuAdministrativo_mm_Secundario_0 a {
    color: #fff;
    background: url(imagens/imgBgOpcoesMenu.gif) repeat-x;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-left: 0px;
}

/***************/
/* Formulários */
/***************/

.botaoPrincipal {
	padding: 4px 8px;
	line-height: 12px;
	background: #369;
	cursor: pointer;
	margin: 3px 0 0 5px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	border: none;
}

.botaoSecundario {
	padding: 4px 8px;
	line-height: 12px;
	background: #b1c6d5;
	cursor: pointer;
	margin: 3px 0 0 5px;
	text-align: center;
	color: #369;
	font-size: 11px;
	text-transform: uppercase;
	border: none;
}

.campos1 { 
	float: left; 
	margin: 5px 0 0 0; 
}

.campos1 label { 
	display: block;
	color: #369;
	margin-top: 5px;
}

.fauxSpace {margin-left: -10px;}

/***************/
/* Tabelas */
/***************/

TABLE .columnTitle {
	background: #2a557f;
	color: #fff;
}

.dados_tabela {	
	width: 95%;
	margin: 5px;
	color: #369;
	background-color: #d3d8dc;
	text-align: center;
	border-collapse: collapse;
	border: none;
}

.dados_tabela th {
	padding: 5px 0px;
	border: 1px solid #fff;
}

.dados_tabela td {
	padding: 5px;
	border: none;
}

.dados_tabela a {

	color: #476480;
	text-decoration: none;
}

.dados_tabela a:hover {
	text-decoration: underline;
}

.dados_tabela .pager {
    text-align:center;
}

.dados_tabela .pager td {
    text-align:center;
    width: 15px;
}

.dados_tabela .pager a:hover {
    font-weight: bold;
	color: #476480;
	text-decoration: none;
	
}

.cor1 {
	color: #5b5b5b;
	background-color: #e5e5e5;
	text-align: left;
}

.cor2 {
	color: #5b5b5b;
	background-color: #eaeaea;
	text-align: left;
}

.cor3 {
	color: #5b5b5b;
	background-color: #fff;
	text-align: left;
}


/*********************/
/* ABAS DE MULTIVIEW */
/*********************/

#botoes_aba_externa_conteudo
{
    float:left;
    /*background-color: #507CD1; */
    background-color: Transparent; 
    width: 100%;

    /*#96C5BD verde mais claro*/
}

.botao_aba_interna
{
    font-weight:bold;
	color: #2A7AAC;
	background-color:#EDEDED;
	border:0px; /*solid #F0F4F1;*/
	margin-bottom: -2px;
	padding-bottom: 10px;
	height: 20px;
}

.botao_aba_interna_selecionada
{
    font-weight:bold;
	color:White;
    background-color:#9CB6D8;
	border:0px;
	margin-bottom: -2px;
	/*padding-left: 4px;
	padding-bottom: 10px;*/
    
    
}

#botoes_aba_interna
{
    display:block;
    /*background-color:#507CD1;*/
    border: 0px; 
    padding-left:10px;
    /*border: solid 1px Orange;*/
}

#botoes_aba_interna_conteudo
{
    float:right;

    background-color: #F5F5F5;
    padding: 10px 2px 13px 14px;
    border: 0px;
    width: 97%;
   /* border: solid 1px Orange;*/
}

/**********/
/* rodapé */
/**********/

#rodape {
	width: 1000px;
	height: 225px;
	margin: 0 auto;
}

/*=================================*/
/*  início da definição dos popups */
/*=================================*/

.Oculto
{
    display:none;
}

.modalBackground 
{
    background-color:Gray;
	filter:alpha(opacity=70);
	-moz-opacity:0.7; 
	opacity:0.7;
}
.modalBackground 
{
    background-color:Gray;
	filter:alpha(opacity=70);
	-moz-opacity:0.7; 
	opacity:0.7;
}

.modalPopup {
	background-color:#e5e5e5;
	border-width:2px;
	border-style:solid;
	border-color:Gray;
	padding:6px;

}

#ProgressBackgroundMaster{
    position:absolute;
    width:1500px;
    height:1500px;
    margin:-400px 0px 0px -400px;
    background-color:Gray;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index:100;
}


#ProgressImageMaster{
    
    width:300px;
    height:100px;
    border: solid 1px black;
    vertical-align:middle;
    background: #F5F5F5 url(imagens/atlas-wait.gif) no-repeat;
    background-position:center;
    text-align:center;
}



.sobremodalpopupfix
{
    /*corrige o posicionamento do modal sobre outro modal no IE7*/
    position:fixed; 
    top:0;
    left:0;
}

#ProgressWrapper
{
    position:absolute;
    top: 0;
    left: 0;
}

.ProgressBackgroundFilterWrapper
{
    position:absolute;
    width:1350px;
    height:860px;
    overflow:hidden;
}

.ProgressBackgroundFilterWrapper iframe
{
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0;/*must have*/
    z-index:-1;/*must have*/
    filter:mask();/*must have*/
    width:3000px;/*must have for any big value*/
    height:3000px/*must have for any big value*/;
}

#ProgressBackgroundFilter{
    position:absolute;
    width:1350px;
    height:860px;
    margin:-500px 0px 0px -500px;
    background-color:Gray;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index:100;
}

#ProgressImageWrapper
{
    position:fixed;
    width:100%;
    height:100%;
}

/*====================================*/
/* FIM início da definição dos popups */
/*====================================*/

/*********************************************/

/*********************************************/
/** MODAL MENSAGEM MASTER     ****************/
/** Sucesso, Erro, Aviso      ****************/
/*********************************************/

    /*-------------------------------*/
    /* Estilo de Cores das Mensagem  */
    /*-------------------------------*/
    
    .conteudo_sucesso
    {
        background-color: #F5F5F5;
       
    }
    
    .conteudo_aviso
    {
        background-color: #F5F5F5;
   
    }
    
    .conteudo_erro
    {
        background-color: #F5F5F5;
    
    }
    
    /*------------------*/
    /* Estilo Cabeçalho */
    /*------------------*/

    .msgBox .msgCabecalho
    {
        position:relative;
        color:#fff;        
        cursor:move; /* muda o cursor para o formato de mover */
    }
    .msgBox .msgCabecalho .direita
    {
        background:url(imagens/modal-cabecalho-direita.gif) right no-repeat;
        padding-right:40px;
    }
    .msgBox .msgCabecalho .esquerda
    {
        background:url(imagens/modal-cabecalho-esquerda.gif) left no-repeat;
        padding-left:9px;
    }
    .msgBox .msgCabecalho .conteudo
    {
        height:35px;
        padding-left:5px;
        background:url(imagens/modal-cabecalho-conteudo.gif) repeat-x;
    }
    .msgBox .msgCabecalho .conteudo H2
    {
        font-size:11pt;
        font-weight:bold;
        color:#fff;
        padding-top:6px;
        text-align:left;
        margin:0;
    }
    .msgBox .msgCabecalho .fechar
    {
        height:25px;
        width:35px;	
        position:absolute;	
        top:4px;
        right:7px;	
        background:url(imagens/modal-close.gif) no-repeat;	
        cursor:pointer;
        border:none;
        background-color:#E7F3EE;
    }
    .msgBox .msgCabecalho .fechar:hover
    {
        background-color:#F4FD04;
    }        

    /*------------------*/
    /* Estilo Conteudo */
    /*------------------*/

    
    .msgBox .msgConteudo .margem
    {
        padding:5px;
        min-height:50px;
    }
    .msgBox .msgConteudo .margem h2
    {
        padding:10px;
        margin:0px;
        text-align:center;
        font-size:11pt;
        color:#222222;            
        font-weight:normal;
    }
     
    
    .msgBox .msgConteudo .conteudo
    {
        background-color:#F5F5F5; /*Cor padrao do fundo */
    }
    
    .msgBox .msgConteudo .direita
    {
        background:url(imagens/modal-conteudo-direita.gif) right repeat-y;
        padding-right:7px;
    }
    .msgBox .msgConteudo .esquerda
    {
        background:url(imagens/modal-conteudo-esquerda.gif) left repeat-y;
        padding-left:7px;
    }
 
          
    .msgBox .msgConteudo .msgBotoes
    {
        background-color:#F0F0F0;
        height:37px;
    }
    .msgBox .msgConteudo .msgBotoes .botoes
    {
        text-align:center;
        border-top:solid 1px #66A185;
        padding-top:8px;
        padding-left:3px;
        padding-right:3px;
    }           
           
    .msgBox .msgConteudo .msgBotoes .botoes INPUT:hover
    {
        border:solid 2px #929292;
    }        
    /*------------------*/
    /* Estilo RODAPE */
    /*------------------*/

    .msgBox .msgRodape .direita
    {
        background:url(imagens/modal-rodape-direita.gif) right top no-repeat;
        padding-right:9px;
    }
    .msgBox .msgRodape .esquerda
    {
        background:url(imagens/modal-rodape-esquerda.gif) left top no-repeat;
        padding-left:9px;
    }
    .msgBox .msgRodape .conteudo
    {
        height:7px;
        background:url(imagens/modal-rodape-conteudo.gif) repeat-x;        
    }



/*********************************************/
/** MODAL MSGBOX - CONFIRMA ? ****************/
/*********************************************/

    /*------------------*/
    /* Estilo Cabeçalho */
    /*------------------*/
    .mensagemConfirmacao
    {
        width:451px;
        margin:0px;
        padding:0px;
    }

    .mensagemConfirmacao .confirmaCabecalho
    {
        position:relative;
        color:#fff;        
        cursor:move; /* muda o cursor para o formato de mover */
    }
    .mensagemConfirmacao .confirmaCabecalho .direita
    {
        background:url(imagens/modal-cabecalho-direita.gif) right no-repeat;
        padding-right:40px;
    }
    .mensagemConfirmacao .confirmaCabecalho .esquerda
    {
        background:url(imagens/modal-cabecalho-esquerda.gif) left no-repeat;
        padding-left:9px;
    }
    .mensagemConfirmacao .confirmaCabecalho .conteudo
    {
        height:35px;
        padding-left:5px;
        background:url(imagens/modal-cabecalho-conteudo.gif) repeat-x;
    }
    .mensagemConfirmacao .confirmaCabecalho .conteudo H2
    {
        font-size:11pt;
        font-weight:bold;
        color:#fff;
        padding-top:6px;
        text-align:left;
        margin:0;
    }
    .mensagemConfirmacao .confirmaCabecalho .fechar
    {
        height:25px;
        width:35px;	
        position:absolute;	
        top:4px;
        right:7px;	
        background:url(imagens/modal-close.gif) no-repeat;	
        cursor:pointer;
        border:none;
        background-color:#E7F3EE;
    }
    .mensagemConfirmacao .confirmaCabecalho .fechar:hover
    {
        background-color:#F4FD04;
    }        

    /*------------------*/
    /* Estilo Conteudo */
    /*------------------*/

    .mensagemConfirmacao .confirmaConteudo .conteudo
    {
        padding-top:5px;
        padding-left:5px;
        padding-right:5px;
        background-color:#F5F5F5;
    }
    .mensagemConfirmacao .confirmaConteudo .direita
    {
        background:url(imagens/modal-conteudo-direita.gif) right repeat-y;
        padding-right:7px;
    }
    .mensagemConfirmacao .confirmaConteudo .esquerda
    {
        background:url(imagens/modal-conteudo-esquerda.gif) left repeat-y;
        padding-left:7px;
    }
 
    .mensagemConfirmacao .confirmaConteudo .conteudo H2
    {
        padding:10px;
        margin:0px;
        text-align:center;
        font-size:11pt;
        color:#222222;            
        font-weight:normal;
        
    }           
    .mensagemConfirmacao .confirmaConteudo .confirmaBotoes
    {
        border-top:solid 1px #507CD1;
        background-color:#F0F0F0;
        height:41px;
    }
    .mensagemConfirmacao .confirmaConteudo .confirmaBotoes .botoes
    {
        text-align:right;
        padding-top:10px;
        padding-left:3px;
        padding-right:3px;
    }           
           
    .mensagemConfirmacao .confirmaConteudo .confirmaBotoes .botoes INPUT:hover
    {
        border:solid 2px #507CD1;
    }        
    /*------------------*/
    /* Estilo RODAPE */
    /*------------------*/

    .mensagemConfirmacao .confirmaRodape .direita
    {
        background:url(imagens/modal-rodape-direita.gif) right top no-repeat;
        padding-right:9px;
    }
    .mensagemConfirmacao .confirmaRodape .esquerda
    {
        background:url(imagens/modal-rodape-esquerda.gif) left top no-repeat;
        padding-left:9px;
    }
    .mensagemConfirmacao .confirmaRodape .conteudo
    {
        height:7px;
        background:url(imagens/modal-rodape-conteudo.gif) repeat-x;        
    }
    
/*********************************************/

/*********************************************/
/** MODAL VALIDATION SUMMARY  ****************/
/*********************************************/

    /*------------------*/
    /* Estilo Cabeçalho */
    /*------------------*/

    .validation .validationCabecalho
    {
        position:relative;
        color:#fff;        
        cursor:move; /* muda o cursor para o formato de mover */
    }
    .validation .validationCabecalho .direita
    {
        background:url(imagens/modal-cabecalho-direita.gif) right no-repeat;
        padding-right:40px;
    }
    .validation .validationCabecalho .esquerda
    {
        background:url(imagens/modal-cabecalho-esquerda.gif) left no-repeat;
        padding-left:9px;
    }
    .validation .validationCabecalho .conteudo
    {
        height:35px;
        padding-left:5px;
        background:url(imagens/modal-cabecalho-conteudo.gif) repeat-x;
    }
    .validation .validationCabecalho .conteudo H2
    {
        font-size:11pt;
        font-weight:bold;
        color:#fff;
        padding-top:6px;
        text-align:left;
        margin:0;
    }
    .validation .validationCabecalho .fechar
    {
        height:25px;
        width:35px;	
        position:absolute;	
        top:4px;
        right:7px;	
        background:url(imagens/modal-close.gif) no-repeat;	
        cursor:pointer;
        border:none;
        background-color:#E7F3EE;
    }
    .validation .validationCabecalho .fechar:hover
    {
        background-color:#F4FD04;
    }        

    /*------------------*/
    /* Estilo Conteudo */
    /*------------------*/

    .validation .validationConteudo .direita
    {
        background:url(imagens/modal-conteudo-direita.gif) right repeat-y;
        padding-right:7px;
    }
    .validation .validationConteudo .esquerda
    {
        background:url(imagens/modal-conteudo-esquerda.gif) left repeat-y;
        padding-left:7px;
    }
 
    .validation .validationConteudo .conteudo
    {
        padding-top:5px;
        padding-left:5px;
        background-color:#F5F5F5;
        text-align:left;
    }
    
    .validation .validationConteudo .conteudo h2
    {
        background-color:#F5F5F5;
        text-align:left;
        font-size:10pt;         
        font-weight:bold;
        vertical-align:top;
        width:540px;      
    }
       
    .validation .validationConteudo .validationBotoes
    {
        border-top:solid 1px #507CD1;
        background-color:#F0F0F0;
        height:41px;
    }
    .validation .validationConteudo .validationBotoes .botoes
    {
        text-align:right;
        padding-top:10px;
        padding-left:3px;
        padding-right:3px;
    }           
           
    .validation .validationConteudo .validationBotoes .botoes INPUT:hover
    {
        border:solid 2px #507CD1;
    }        
    /*------------------*/
    /* Estilo RODAPE */
    /*------------------*/

    .validation .validationRodape .direita
    {
        background:url(imagens/modal-rodape-direita.gif) right top no-repeat;
        padding-right:9px;
    }
    .validation .validationRodape .esquerda
    {
        background:url(imagens/modal-rodape-esquerda.gif) left top no-repeat;
        padding-left:9px;
    }
    .validation .validationRodape .conteudo
    {
        height:7px;
        background:url(imagens/modal-rodape-conteudo.gif) repeat-x;        
    }
    
    /* Search button pesquisa do Google*/
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #fff;
  text-shadow: 0 1px 2px #FFFFFF;
  /*background-color: #CECECE;*/
  background: #369;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.tituloTextoFormularioNegrito {
	font-size: 13px;
	font-weight: bold;
	color: #369;
	/*margin-bottom: 15px;*/
}

.tituloTextoFormularioNormal {
	font-size: 13px;		
	color: #369;
	/*margin-bottom: 15px;*/
}

.idioma
{
	color: #FFF;
}

.idioma a {
	text-decoration: none;
}

.idioma a:hover {
	text-decoration: underline;
}

/********************************************************/
/*              Definições dos BOTÕES                   */
/********************************************************/

.botoes  {	/* receberá todos os botões */
	text-align: left;
	padding: 0px 0px 6px 0px;
}

.botoes .btns {	/* receberá cada um dos botões, individualmente */
	height: 24px;
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
}

.botoes .botao_principal {
	height: 24px;
	text-align: center;
	background: url(imagens/botao_principal.gif) repeat-x top left; /* imagem de fundo do botão */
	font: bold 11px  arial, helvetica, sans-serif;
	color: #d3e2c9;
	border: none;
	cursor:pointer;
}

.botoes .botao_secundario {
	height: 24px;
	text-align: center;
	background: url(imagens/botao_secundario.gif) repeat-x top left; /* imagem de fundo do botão */
	font: bold 11px  arial, helvetica, sans-serif;
	color: #26361b;
	border: none;
	cursor:pointer;
}


.pnlModal
{
   
    padding: 5px;
    border-color: #4e6141;
    border-style: Solid;
    border-width: 1px;
    background-color: #f5f5f5;

}
