﻿body {
   background: #F4FAFF url(../imagens/bg_sombra.jpg) repeat-y center;  
   padding-top: 0px;     
}

/* Cores utilizadas 
#000066 - Azul Marinho
#E1F0FF - Azul mais claro
#9DCEFF - Azul claro
#333333 - Cinza Escuro (texto)
#990000 - Vinho (paginação)
#FF0000 - Vermelho (Mensagem de erro)
#F5F5F5 - Cinza claro (fundo)
*/

/***** IDs da MasterPage *****/

#linhaTopo 
{
	background-image: url(../imagens/sep_r1_c3_v2.jpg);
}

#colunaLogo
{
	background-image: url(../imagens/sep_r1_c1_v2.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#colunaImagem
{
	width: 170px;
	height: 80px;
	background-image: url(../imagens/sep_r1_c5.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* Botao de Ajuda */

#ajuda 
{
	background-image: url(../imagens/ajuda.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* bordas do content place holder */
#bordaSupEsq 
{
	width: 15px;
	height: 12px;
	background-image: url(../imagens/cantos_r1_c1.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-position: bottom;
}
#bordaSupDir 
{
	width: 15px;
	height: 12px;
	background-image: url(../imagens/cantos_r1_c8.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-position: bottom;
}
#bordaInfEsq 
{
	width: 15px;
	height: 12px;
	background-image: url(../imagens/cantos_r3_c1.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-position: top;
}
#bordaInfDir 
{
	width: 15px;
	height: 12px;
	background-image: url(../imagens/cantos_r3_c8.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-position: top;
}

#baseEsquerda 
{
	background-image: url(../imagens/logo_base_sep.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#baseDireita
{
	background-image: url(../imagens/logoProdest.gif);
	background-repeat: no-repeat;
	background-position: center;
}



/***** FIM IDs da MasterPage *****/


/***** MENU ID e Classes *****/

#menuGeral a, #menuGeral a:visited {
	font-family:  verdana, Arial, Helvetica, sans-serif;
	color: #fff; 
	text-decoration: none;  
	font-weight: bold;
	font-size: 10px;	
}

/* cores de fundo e texto ao passar o mouse */

#menuGeral a:hover{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #fff;  
	text-decoration: none;  
	font-weight: bold;
	font-size: 10px;	
}

/* cores de fundo e texto ao clicar com mouse */

#menuGeral a:active{
	font-family:  verdana, Arial, Helvetica, sans-serif;
	color: #fff;  
	text-decoration: none;  
	font-weight: bold;
	font-size: 10px;
}




/***** FIM MENU CLASSES *****/


/***** Classes do Content Place Holder (Conteudo Geral) *****/

#conteudo 
{
	
	text-align:justify;
	font-family:  verdana, Arial, Helvetica, sans-serif;
	color: #333333; 
	font-size: 11px
}


#conteudo a, #conteudo a:visited {
	font-family:  verdana, Arial, Helvetica, sans-serif;
	color: #333333; 
	text-decoration: none;  
	font-weight: bold;
	font-size: 11px
}

/* cores de fundo e texto ao passar o mouse */

#conteudo a:hover{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #990000;  
	text-decoration: underline;  
	font-weight: bold;
	font-size: 11px
}

/* cores de fundo e texto ao clicar com mouse */

#conteudo a:active{
	font-family:  verdana, Arial, Helvetica, sans-serif;
	color: #990000;  
	text-decoration: underline;  
	font-weight: bold;
	font-size: 11px
}

/***** FIM Classes do Content Place Holder (Conteudo Geral) *****/



/***** CLASSES E IDs LOGIN *****/

.fundoLogin 
{
	background-image: url(../imagens/fundo_login.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 116px;
	width: 253px;	
}

/***** FIM CLASSES E IDs LOGIN *****/

/***** GRID VIEW CLASSES *****/

.GridViewDataWebControlStyle {
color: #333333;
font-size: 90%;
padding: 5; 
}

.GridViewHeaderStyle {
background-color: #2F81D3;
color: white;
font-weight: bold;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.GridViewAlternatingRowStyle {
background-color: White;
color: #284775; 
}

.GridViewRowStyle {
background-color: #E1F0FF;
color: #333333;
}

.GridViewTopo { 
background-color: #000066;
color: White;
font-weight: bold;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.GriViewSelectedRow
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffcc;
	text-transform: uppercase;
	border-right: #ff9900 1px solid;
	border-top: #ff9900 1px solid;
	border-left: #ff9900 1px solid;
	border-bottom: #ff9900 1px solid;
}
/***** FIM GRID VIEW CLASSES *****/

/***** TreeView Classes *****/

.TreeViewSelectedNode {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px ;
	background-color: #E1F0FF;
	border: 1px solid #2f81d3;
	text-transform: uppercase;
}

/***** FIM TreeViewClasses *****/


/******* Classes de formulario ********/

/* Definicao de botoes */
.botao {
   color: #000066;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   border: 1px solid #000066; 
   background-color: #9DCEFF;
   font-weight: bold;
}

/* Definicao de textbox, textarea, radiobutton e demais elementos de formulario */

.caixa {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #fff;
    border: 1px solid #2f81d3;
    text-transform: uppercase;
}

/******* Classes de textos ********/

/* Texto padrao do site */
.texto {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

.textoVermelho {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FF0000;
}

/* Texto pequeno do site */
.textoPequeno {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
text-align:justify;
}

/* Texto pequeno do site */
.textoPequenoCaps {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #333333;
text-align:justify;
text-transform: uppercase;
}

/* Texto padrao do site */
.texto_azul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000066;
}

/* Texto branco do site */
.texto_branco {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}

/* Texto branco do site */
.texto_laranja
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffcc66;
}

/* Mensagens de erro */
.msgErro
{
margin: 0px 0px 0px 0px;
padding: 5px 5px 5px 28px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FF0000;
font-weight: bold;
border-bottom: 1px solid #FF0000;
border-top: 1px solid #FF0000;
border-left: 1px solid #FF0000;
border-right: 1px solid #FF0000;
background-image: url(../imagens/erro.gif);
background-repeat: no-repeat;
background-position: left center;
background-color: #FFEEEE;

}

/* Mensagens de alerta */
.msgAlerta {
margin: 0px 0px 0px 0px;
padding: 5px 5px 5px 28px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
border-bottom: 1px solid #FFFF00;
border-top: 1px solid #FFFF00;
border-left: 1px solid #FFFF00;
border-right: 1px solid #FFFF00;
background-image: url(../imagens/alerta.gif);
background-repeat: no-repeat;
background-position: center left;
background-color: #FFFFEE;
}

/* Mensagens de ok */
.msgOk{
margin: 0px 0px 0px 0px;
padding: 5px 5px 5px 28px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
font-weight: bold;
border-bottom: 1px solid #00CC33;
border-top: 1px solid #00CC33;
border-left: 1px solid #00CC33;
border-right: 1px solid #00CC33;
background-image: url(../imagens/ok.gif);
background-repeat: no-repeat;
background-position: left center;
background-color: #E6FFE6;

}

/******* Elementos do HTML ********/

/* Links */
a:link {  font-family:  verdana,Arial, Helvetica, sans-serif;
color: #333333; text-decoration: none;  font-weight: normal;font-size: 11px}
a:visited {font-family:  verdana,Arial, Helvetica, sans-serif; 
color: #333333;  font-weight: normal; text-decoration: none; font-size: 11px}
a:hover {  font-family:   verdana,Arial, Helvetica, sans-serif;
color: #990000;  text-decoration: underline;  font-weight: normal ;font-size: 11px}
a:active {  font-family:  verdana,Arial, Helvetica, sans-serif;
color: #333333;  text-decoration: underline;  font-weight: normal;font-size: 11px}

a.link1:link {  font-family:  verdana,Arial, Helvetica, sans-serif;
color: white; text-decoration: none;  font-weight: bold;font-size: 11px}
a.link1:visited {font-family:  verdana,Arial, Helvetica, sans-serif; 
color: White;  font-weight: bold; text-decoration: none; font-size: 11px}
a.link1:hover {  font-family:   verdana,Arial, Helvetica, sans-serif;
color: #FFD700;  text-decoration: none;  font-weight: bold ;font-size: 11px}
a.link1:active {  font-family:  verdana,Arial, Helvetica, sans-serif;
color: White;  text-decoration: none;  font-weight: bold;font-size: 11px}


a.link_base:link {  font-family:  verdana,Arial, Helvetica, sans-serif;
color: #3399FF; text-decoration: none;  font-weight: bold;font-size: 11px}
a.link_base:visited {font-family:  verdana,Arial, Helvetica, sans-serif; 
color: #3399FF;  font-weight: bold; text-decoration: none; font-size: 11px}
a.link_base:hover {  font-family:   verdana,Arial, Helvetica, sans-serif;
color: #990000;  text-decoration: underline;  font-weight: bold ;font-size: 11px}
a.link_base:active {  font-family:  verdana,Arial, Helvetica, sans-serif;
color: #990000;  text-decoration: none;  font-weight: bold;font-size: 11px}

#SiteMapPath a:link {  font-family:  verdana,Arial, Helvetica, sans-serif;
color: #333333; text-decoration: none;  font-weight: normal;font-size: 9px}
#SiteMapPath a:visited {font-family:  verdana,Arial, Helvetica, sans-serif; 
color: #333333;  font-weight: normal; text-decoration: none; font-size: 9px}
#SiteMapPath a:hover {  font-family:   verdana,Arial, Helvetica, sans-serif;
color: #990000;  text-decoration: underline;  font-weight: normal ;font-size: 9px}
#SiteMapPath a:active {  font-family:  verdana,Arial, Helvetica, sans-serif;
color: #333333;  text-decoration: underline;  font-weight: normal;font-size: 9px}

/* Headers */

h1 {
	color: #000066;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
	font-family: "trebuchet MS", Verdana, Geneva, lucida, helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px dashed #000066;
	background-image: url(../imagens/seta_h1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

h2 {
	color: #000066;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "trebuchet MS", Verdana, Geneva, lucida, helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
}

h3 {
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 9px;
	font-family: Verdana, Geneva, lucida, helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;		
	background-image: url(../imagens/fundo_titulo_h3.jpg);
	background-repeat:repeat-x;
	background-position: left;
}

/* Tables */

.tabela_central 
{
	background: #F4FAFF;
	border: 2px;
	border-collapse: collapse;
    border-style: solid; 
    border-color: #2F81D3;
    width: 99%;
}

/* Barra de rolagem para div */

#rolagem {
width: 540px;
height : 100px;
background-color: #F4FAFF;
overflow : auto;
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
}

/* Fundo das janelas pop-up */

.fundo_popup 
{
	background-image: url(../imagens/fundo_frame.jpg);
	background-color: #F4FAFF;
	background-repeat:repeat-x;
}

/*Modal Popup*/
.modalBackground 
{
 background-color:Gray;
 filter:alpha(opacity=70);
 opacity:0.7;
}

.TableCellItemSub2
{
 BACKGROUND-COLOR: #f5f5f5; 
}

.TableCellTituloSub2
{
 font-weight: bold;
 font-size: 9pt;
 color:white;
 text-align: left;
 BACKGROUND-ATTACHMENT:scroll; 
 BACKGROUND-IMAGE: url(../imagens/fundo_titulo_h3.jpg);
}

.TableSub2_100
{
 background: #F4FAFF;
 border: 2px;
 border-collapse: collapse;
    border-style: solid; 
    border-color: #2F81D3;
    width: 99%;
}


.TableSub3_97
{
 background: #F4FAFF;
 border: 2px;
 border-collapse: collapse;
    border-style: solid; 
    border-color: #2F81D3;
    width: 97%;
}

.TableSub4_100
{
 background: #F4FAFF;
 border: 2px;
 border-collapse: collapse;
    border-style: solid; 
    border-color: #2F81D3;
    width: 95%;
}

/*GridView*/
.CofigGrid
{
 CellPadding: 3; 
 AllowPaging: True;
 AutoGenerateColumns: False; 
 GridLines: Vertical;
}

/* PasswordStrength */
.TextIndicator_TextBox1_Strength1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength2
{
     background-color:Gray;
     color:Yellow;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength3
{
     background-color:Gray;
     color: #FFCAAF;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength4
{
     background-color:Gray;
     color:Aqua;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}
.TextIndicator_TextBox1_Strength5
{
     background-color:Gray;
     color: #93FF9E;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
}

.BarIndicator_TextBox2_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_TextBox2_average
{
    color:Blue;
    background-color:Blue;
}
.BarIndicator_TextBox2_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_TextBox2
{
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    width:200px;
    vertical-align:middle;
}

/*Textbox Watermark*/
.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/* Estilo para corrigir o problema no menu causado pelo I.E. 8 e Windows Vista */

.adjustedZIndex 
{
	z-index: 1;
}