
/******************************************************************************************************************************
******************************* INICIO DOS STYLES PARA MENSAGENS DE ERRO ALERTA E SUCESSO *************************************
****************** USADA NA GERAÇÃO DE MENSAGENS VINDAS DO SERVIDOR CLASS eUtil FUNCTION MontaMensagem ***********
*******************************************************************************************************************************/


.msg_erro {
    width:600px; 
    position:fixed;  
    left:50%; 
    margin-left:-300px;
    top:10px;
	background-image: url('../../imagens/Basicas/msg_erro.gif');
	background-repeat: no-repeat;
	background-position: left;      
	z-index:9999;     
}
.msg_erro .b1, .msg_erro .b2, .msg_erro .b3, .msg_erro .b4, .msg_erro .b1b, .msg_erro .b2b, .msg_erro .b3b, .msg_erro .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.msg_erro .b1, .msg_erro .b2, .msg_erro .b3, .msg_erro .b1b, .msg_erro .b2b, .msg_erro .b3b {
    height:1px;
}
.msg_erro .b2, .msg_erro .b3, .msg_erro .b4 {
    background:#FFC5C5; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.msg_erro .b1 {
    margin:0 5px; 
    background:#999;
}
.msg_erro .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.msg_erro .b3 {
    margin:0 2px;
}
.msg_erro .b4 {
    height:2px; 
    margin:0 1px;
}
.msg_erro .conteudo {
    padding:5px;
    display:block; 
    background:#FFC5C5 url('../../imagens/Basicas/msg_erro.gif') no-repeat left 50%; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: center;     
}


/* Mensagens de Atenção */

.msg_atencao {
    width:600px; 
    position:fixed;    
    left:50%; 
    margin-left:-300px;
    top:10px;    
	background-image: url('../../imagens/Basicas/msg_atencao.gif');
	background-repeat: no-repeat;
	background-position: left;        
	z-index:9998;         
}
.msg_atencao .b1, .msg_atencao .b2, .msg_atencao .b3, .msg_atencao .b4, .msg_atencao .b1b, .msg_atencao .b2b, .msg_atencao .b3b, .msg_atencao .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.msg_atencao .b1, .msg_atencao .b2, .msg_atencao .b3, .msg_atencao .b1b, .msg_atencao .b2b, .msg_atencao .b3b {
    height:1px;
}
.msg_atencao .b2, .msg_atencao .b3, .msg_atencao .b4 {
    background:#FCF0D8; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.msg_atencao .b1 {
    margin:0 5px; 
    background:#999;
}
.msg_atencao .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.msg_atencao .b3 {
    margin:0 2px;
}
.msg_atencao .b4 {
    height:2px; 
    margin:0 1px;
}
.msg_atencao .conteudo {
    padding:5px;
    display:block; 
    background:#FCF0D8 url('../../imagens/Basicas/msg_atencao.gif') no-repeat left 50%; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: center;     
}


/*Mensagens de Sucesso*/

.msg_sucesso {
    width:600px; 
    position:fixed;   
    left:50%; 
    margin-left:-300px;
    top:10px;       
	background-image: url('../../imagens/Basicas/msg_sucesso.gif');
	background-repeat: no-repeat;
	background-position: left;   
	z-index:9999;            
}
.msg_sucesso .b1, .msg_sucesso .b2, .msg_sucesso .b3, .msg_sucesso .b4, .msg_sucesso .b1b, .msg_sucesso .b2b, .msg_sucesso .b3b, .msg_sucesso .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.msg_sucesso .b1, .msg_sucesso .b2, .msg_sucesso .b3, .msg_sucesso .b1b, .msg_sucesso .b2b, .msg_sucesso .b3b {
    height:1px;
}
.msg_sucesso .b2, .msg_sucesso .b3, .msg_sucesso .b4 {
    background:#E3F2E3; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.msg_sucesso .b1 {
    margin:0 5px; 
    background:#999;
}
.msg_sucesso .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.msg_sucesso .b3 {
    margin:0 2px;
}
.msg_sucesso .b4 {
    height:2px; 
    margin:0 1px;
}
.msg_sucesso .conteudo {
    padding:5px;
    display:block; 
    background:#E3F2E3 url('../../imagens/Basicas/msg_sucesso.gif') no-repeat left 50%; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: center;     
}

.fecharmsg
{
	background-image: url('../../imagens/Basicas/boxBuscaClose.gif');
	background-repeat: no-repeat;
	background-position: center;   
	height:15px;    
	width:15px; 
	
}


.MsgDestac {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	color: red;
	padding:5px;
}

.Msg {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	padding:5px;
}

.MsgDestacLeft {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	color: red;
	padding:5px;
	text-align:left;
}

.MsgLeft {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	padding:5px;
	text-align:left;
}


.msg_erroGrande {
    width:900px; 
    position:fixed;  
    left:50%; 
    margin-left:-450px;
    top:10px;
	background-image: url('../../imagens/Basicas/msg_erroGrande.gif');
	background-repeat: no-repeat;
	background-position: left;      
	z-index:9999;     
}
.msg_erroGrande .b1, .msg_erroGrande .b2, .msg_erroGrande .b3, .msg_erroGrande .b4, .msg_erroGrande .b1b, .msg_erroGrande .b2b, .msg_erroGrande .b3b, .msg_erroGrande .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.msg_erroGrande .b1, .msg_erroGrande .b2, .msg_erroGrande .b3, .msg_erroGrande .b1b, .msg_erroGrande .b2b, .msg_erroGrande .b3b {
    height:1px;
}
.msg_erroGrande .b2, .msg_erroGrande .b3, .msg_erroGrande .b4 {
    background:#FFC5C5; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.msg_erroGrande .b1 {
    margin:0 5px; 
    background:#999;
}
.msg_erroGrande .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.msg_erroGrande .b3 {
    margin:0 2px;
}
.msg_erroGrande .b4 {
    height:2px; 
    margin:0 1px;
}
.msg_erroGrande .conteudo {
    padding:5px;
    display:block; 
    background:#FFC5C5 url('../../imagens/Basicas/msg_erroGrande.gif') no-repeat left 50%; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: center;     
}


/* Mensagens de Atenção */

.msg_atencaoGrande {
    width:900px; 
    position:fixed;    
    left:50%; 
    margin-left:-450px;
    top:10px;    
	background-image: url('../../imagens/Basicas/msg_atencaoGrande.gif');
	background-repeat: no-repeat;
	background-position: left;        
	z-index:9998;         
}
.msg_atencaoGrande .b1, .msg_atencaoGrande .b2, .msg_atencaoGrande .b3, .msg_atencaoGrande .b4, .msg_atencaoGrande .b1b, .msg_atencaoGrande .b2b, .msg_atencaoGrande .b3b, .msg_atencaoGrande .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.msg_atencaoGrande .b1, .msg_atencaoGrande .b2, .msg_atencaoGrande .b3, .msg_atencaoGrande .b1b, .msg_atencaoGrande .b2b, .msg_atencaoGrande .b3b {
    height:1px;
}
.msg_atencaoGrande .b2, .msg_atencaoGrande .b3, .msg_atencaoGrande .b4 {
    background:#FCF0D8; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.msg_atencaoGrande .b1 {
    margin:0 5px; 
    background:#999;
}
.msg_atencaoGrande .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.msg_atencaoGrande .b3 {
    margin:0 2px;
}
.msg_atencaoGrande .b4 {
    height:2px; 
    margin:0 1px;
}
.msg_atencaoGrande .conteudo {
    padding:5px;
    display:block; 
    background:#FCF0D8 url('../../imagens/Basicas/msg_atencaoGrande.gif') no-repeat left 50%; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: center;     
}


/*Mensagens de Sucesso*/

.msg_sucessoGrande {
    width:900px; 
    position:fixed;   
    left:50%; 
    margin-left:-450px;
    top:10px;       
	background-image: url('../../imagens/Basicas/msg_sucessoGrande.gif');
	background-repeat: no-repeat;
	background-position: left;   
	z-index:9999;            
}
.msg_sucessoGrande .b1, .msg_sucessoGrande .b2, .msg_sucessoGrande .b3, .msg_sucessoGrande .b4, .msg_sucessoGrande .b1b, .msg_sucessoGrande .b2b, .msg_sucessoGrande .b3b, .msg_sucessoGrande .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.msg_sucessoGrande .b1, .msg_sucessoGrande .b2, .msg_sucessoGrande .b3, .msg_sucessoGrande .b1b, .msg_sucessoGrande .b2b, .msg_sucessoGrande .b3b {
    height:1px;
}
.msg_sucessoGrande .b2, .msg_sucessoGrande .b3, .msg_sucessoGrande .b4 {
    background:#E3F2E3; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.msg_sucessoGrande .b1 {
    margin:0 5px; 
    background:#999;
}
.msg_sucessoGrande .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.msg_sucessoGrande .b3 {
    margin:0 2px;
}
.msg_sucessoGrande .b4 {
    height:2px; 
    margin:0 1px;
}
.msg_sucessoGrande .conteudo {
    padding:5px;
    display:block; 
    background:#E3F2E3 url('../../imagens/Basicas/msg_sucessoGrande.gif') no-repeat left 50%; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: center;     
}



/******************************************************************************************************************************
************************** INICIO DOS STYLES PARA A CAIXA DE AJUDA MOSTRADA  NO TOPO DA TELA***********************************
********************* USADA NA FUNÇÃO trataBarraStatusAlt(intKey, msg) DO ARQUIVO eChoiceFuncoes.js ***************************
*******************************************************************************************************************************/

.divhelp {
    width:800px; 
    position:fixed;  
    left:50%; 
    margin-left:-400px;
    top:-2px;
	z-index:9999;     
}
.divhelp .b1, .divhelp .b2, .divhelp .b3, .divhelp .b4, .divhelp .b1b, .divhelp .b2b, .divhelp .b3b, .divhelp .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.divhelp .b1, .divhelp .b2, .divhelp .b3, .divhelp .b1b, .divhelp .b2b, .divhelp .b3b {
    height:1px;
}
.divhelp .b2, .divhelp .b3, .divhelp .b4 {
    background:#4F4F4F; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.divhelp .b1 {
    margin:0 5px; 
    background:#999;
}
.divhelp .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.divhelp .b3 {
    margin:0 2px;
}
.divhelp .b4 {
    height:2px; 
    margin:0 1px;
}
.divhelp .conteudo {
    padding:5px;
    display:block;     
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    background:#4F4F4F;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;    

    
    min-height: 16px;
    height: auto !important;
    height: 16px;
    
	font-weight: bold;    
	text-align: center;     
}



/******************************************************************************************************************************
************************** INICIO DOS STYLES PARA A CAIXA DE AJUDA (TOOLTIP) MOSTRADA  NO TOPO DA TELA ***********************
********************* USADA NA FUNÇÃO ShowToolTip(obj, hint) DO ARQUIVO eChoiceFuncoes.js ***************************
*******************************************************************************************************************************/

.ToolTip {
    width:400px; 
    position:fixed;  
    left:50%; 
    margin-left:-200px;
    top:-2px;
	z-index:9999;     
}
.ToolTip .b1, .ToolTip .b2, .ToolTip .b3, .ToolTip .b4, .ToolTip .b1b, .ToolTip .b2b, .ToolTip .b3b, .ToolTip .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.ToolTip .b1, .ToolTip .b2, .ToolTip .b3, .ToolTip .b1b, .ToolTip .b2b, .ToolTip .b3b {
    height:1px;
}
.ToolTip .b2, .ToolTip .b3, .ToolTip .b4 {
    background:#FFE4B5; 
  /*  opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90);  */
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.ToolTip .b1 {
    margin:0 5px; 
    background:#999;
}
.ToolTip .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.ToolTip .b3 {
    margin:0 2px;
}
.ToolTip .b4 {
    height:2px; 
    margin:0 1px;
}
.ToolTip .conteudo {
    padding:10px 5px 5px 50px;
    display:block;     
    background:#FFE4B5 url('../../imagens/Basicas/ToolTip.png') no-repeat left 50%; 
  /*  opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); */
    border-left:1px solid #999; 
    border-right:1px solid #999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
    min-height: 36px;
    height: auto !important;
    height: 36px;
    
	font-weight: bold;    
	text-align: center;    
	
	/*
	padding:5px;
    display:block;     
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    background:#4F4F4F;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;    

    
    min-height: 16px;
    height: auto !important;
    height: 16px;
    
	font-weight: bold;    
	text-align: center;    
	*/        
	
	 
}

/******************************************************************************************************************************
************************** INICIO DOS STYLES PARA A BARRA DE STATUS MOSTRADA NO CANTO INFERIOR DIREITO  ***********************
****************************** USADA PARA MOSTRAR O STATUS DAS TELAS [INCLUINDO, ALTERANDO, ...] ******************************
*******************************************************************************************************************************/

.divbarrastatus {
    width:300px; 
    position:fixed;  
    right:-4px; 
    bottom:-6px;
	z-index:9999;     
}
.divbarrastatus .b1, .divbarrastatus .b2, .divbarrastatus .b3, .divbarrastatus .b4, .divbarrastatus .b1b, .divbarrastatus .b2b, .divbarrastatus .b3b, .divbarrastatus .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.divbarrastatus .b1, .divbarrastatus .b2, .divbarrastatus .b3, .divbarrastatus .b1b, .divbarrastatus .b2b, .divbarrastatus .b3b {
    height:1px;
}
.divbarrastatus .b2, .divbarrastatus .b3, .divbarrastatus .b4 {
    background:#FFDAB9; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #FFDAB9; 
    border-right:1px solid #FFDAB9;
}
.divbarrastatus .b1 {
    margin:0 5px; 
    background:#FFDAB9;
}
.divbarrastatus .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.divbarrastatus .b3 {
    margin:0 2px;
}
.divbarrastatus .b4 {
    height:2px; 
    margin:0 1px;
}
.divbarrastatus .conteudo {
    padding:2px;
    padding-bottom:5px;
    padding-left:10px;
    display:block;     
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #FFDAB9; 
    border-right:1px solid #FFDAB9;
    height:10px;
    line-height:10px;
    background:#FFDAB9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #696969;    
	font-weight: bold;    
	text-align: left;     
}



/******************************************************************************************************************************
********************* INICIO DOS STYLES PARA MENSAGENS DE ERRO ALERTA E SUCESSO EM FORMATO DE LISTA ***************************
****************** USADA NA GERAÇÃO DE MENSAGENS VINDAS DO SERVIDOR CLASS eUtil FUNCTION MontaMensagem ************************
*******************************************************************************************************************************/


.msg_errolst {
    width:500px; 
    position:fixed;    
    left:50%; 
    margin-left:-250px;
    top:10px;
	background-image: url('../../imagens/Basicas/msg_erro.gif');
	background-repeat: no-repeat;
	background-position: left;      
	z-index:9997;     
}
.msg_errolst .b1, .msg_errolst .b2, .msg_errolst .b3, .msg_errolst .b4, .msg_errolst .b1b, .msg_errolst .b2b, .msg_errolst .b3b, .msg_errolst .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.msg_errolst .b1, .msg_errolst .b2, .msg_errolst .b3, .msg_errolst .b1b, .msg_errolst .b2b, .msg_errolst .b3b {
    height:1px;
}
.msg_errolst .b2, .msg_errolst .b3, .msg_errolst .b4 {
    background:#FFC5C5; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.msg_errolst .b1 {
    margin:0 5px; 
    background:#999;
}
.msg_errolst .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.msg_errolst .b3 {
    margin:0 2px;
}
.msg_errolst .b4 {
    height:2px; 
    margin:0 1px;
}
.msg_errolst .conteudo {
    padding:5px;
    display:block; 
    background:#FFC5C5 url('../../imagens/Basicas/msg_erro.gif') no-repeat left 50%; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: left;     
}


.msg_errolst .conteudo ul li {
	
}
.msg_errolst .conteudo ul {
	list-style-image: url("../../imagens/Basicas/ExcluirH09.gif");
	list-style-position:inherit;
}
.msg_errolst .conteudo li {
	padding-top:3px;
}

/* Mensagens de Atenção */

.msg_atencaolst {
    width:500px; 
    position:fixed;    
    left:50%; 
    margin-left:-250px;
    top:10px;    
	background-image: url('../../imagens/Basicas/msg_atencao.gif');
	background-repeat: no-repeat;
	background-position: left;        
	z-index:9996;         
}
.msg_atencaolst .b1, .msg_atencaolst .b2, .msg_atencaolst .b3, .msg_atencaolst .b4, .msg_atencaolst .b1b, .msg_atencaolst .b2b, .msg_atencaolst .b3b, .msg_atencaolst .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.msg_atencaolst .b1, .msg_atencaolst .b2, .msg_atencaolst .b3, .msg_atencaolst .b1b, .msg_atencaolst .b2b, .msg_atencaolst .b3b {
    height:1px;
}
.msg_atencaolst .b2, .msg_atencaolst .b3, .msg_atencaolst .b4 {
    background:#FCF0D8; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.msg_atencaolst .b1 {
    margin:0 5px; 
    background:#999;
}
.msg_atencaolst .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.msg_atencaolst .b3 {
    margin:0 2px;
}
.msg_atencaolst .b4 {
    height:2px; 
    margin:0 1px;
}
.msg_atencaolst .conteudo {
    padding:5px;
    display:block; 
    background:#FCF0D8 url('../../imagens/Basicas/msg_atencao.gif') no-repeat left 50%; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: left;     
}

.msg_atencaolst .conteudo ul li {
	
}

.msg_atencaolst .conteudo ul {
	/*
	list-style-image: url("../../imagens/Basicas/SetaVermelaH11.gif");
	list-style-position:inherit;
	*/
}

.msg_atencaolst .conteudo ul .lierro {
	list-style-image: url("../../imagens/Basicas/ExcluirH09.gif");
	list-style-position:inherit;
}

.msg_atencaolst .conteudo li {
	padding-top:3px;
}

.msg_atencaolst .conteudo ul .lisucesso {
	list-style-image: url("../../imagens/Basicas/checked.gif");
	list-style-position:inherit;
}

/*Mensagens de Sucesso*/

.msg_sucessolst {
    width:500px; 
    position:fixed;    
    left:50%; 
    margin-left:-250px;
    top:10px;       
	background-image: url('../../imagens/Basicas/msg_sucesso.gif');
	background-repeat: no-repeat;
	background-position: left;   
	z-index:9997;            
}
.msg_sucessolst .b1, .msg_sucessolst .b2, .msg_sucessolst .b3, .msg_sucessolst .b4, .msg_sucessolst .b1b, .msg_sucessolst .b2b, .msg_sucessolst .b3b, .msg_sucessolst .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.msg_sucessolst .b1, .msg_sucessolst .b2, .msg_sucessolst .b3, .msg_sucessolst .b1b, .msg_sucessolst .b2b, .msg_sucessolst .b3b {
    height:1px;
}
.msg_sucessolst .b2, .msg_sucessolst .b3, .msg_sucessolst .b4 {
    background:#E3F2E3; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.msg_sucessolst .b1 {
    margin:0 5px; 
    background:#999;
}
.msg_sucessolst .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.msg_sucessolst .b3 {
    margin:0 2px;
}
.msg_sucessolst .b4 {
    height:2px; 
    margin:0 1px;
}
.msg_sucessolst .conteudo {
    padding:5px;
    display:block; 
    background:#E3F2E3 url('../../imagens/Basicas/msg_sucesso.gif') no-repeat left 50%; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: left;     
}

.msg_sucessolst .conteudo ul li {
	
}
.msg_sucessolst .conteudo ul {
	list-style-image: url("../../imagens/Basicas/checked.gif");
	list-style-position:inherit;
}
.msg_sucessolst .conteudo li {
	padding-top:3px;
}

.fecharmsg
{
	background-image: url('../../imagens/Basicas/boxBuscaClose.gif');
	background-repeat: no-repeat;
	background-position: center;   
	height:15px;    
	width:15px; 
	
}


/******************************************************************************************************************************
******************************* INICIO DOS STYLES PARA MENSAGENS DE ERRO ALERTA E SUCESSO *************************************
****************** USADA NA GERAÇÃO DE MENSAGENS VINDAS DO SERVIDOR CLASS eUtil FUNCTION JsShowMsgTime ************************
*******************************************************************************************************************************/


.ShowMsgTime_erro {
	width:400px; 
    position:fixed;   
    left:50%; 
    margin-left:-200px;
    top:10px;
	background-image: url('../../imagens/Basicas/msg_erro.gif');
	background-repeat: no-repeat;
	background-position: left;      
	z-index:9999;     
}
.ShowMsgTime_erro .b1, .ShowMsgTime_erro .b2, .ShowMsgTime_erro .b3, .ShowMsgTime_erro .b4, .ShowMsgTime_erro .b1b, .ShowMsgTime_erro .b2b, .ShowMsgTime_erro .b3b, .ShowMsgTime_erro .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.ShowMsgTime_erro .b1, .ShowMsgTime_erro .b2, .ShowMsgTime_erro .b3, .ShowMsgTime_erro .b1b, .ShowMsgTime_erro .b2b, .ShowMsgTime_erro .b3b {
    height:1px;
}
.ShowMsgTime_erro .b2, .ShowMsgTime_erro .b3, .ShowMsgTime_erro .b4 {
    background:#FFC5C5; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.ShowMsgTime_erro .b1 {
    margin:0 5px; 
    background:#999;
}
.ShowMsgTime_erro .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.ShowMsgTime_erro .b3 {
    margin:0 2px;
}
.ShowMsgTime_erro .b4 {
    height:2px; 
    margin:0 1px;
}
.ShowMsgTime_erro .conteudo {
    padding:5px;
    display:block; 
    background:#FFC5C5 url('../../imagens/Basicas/msg_erro.gif') no-repeat left 50%; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: center;     
}


/* Mensagens de Atenção */

.ShowMsgTime_atencao {
	width:400px; 
    position:fixed;   
    left:50%; 
    margin-left:-200px;
    top:10px;    
	background-image: url('../../imagens/Basicas/msg_atencao.gif');
	background-repeat: no-repeat;
	background-position: left;        
	z-index:9998;         
}
.ShowMsgTime_atencao .b1, .ShowMsgTime_atencao .b2, .ShowMsgTime_atencao .b3, .ShowMsgTime_atencao .b4, .ShowMsgTime_atencao .b1b, .ShowMsgTime_atencao .b2b, .ShowMsgTime_atencao .b3b, .ShowMsgTime_atencao .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.ShowMsgTime_atencao .b1, .ShowMsgTime_atencao .b2, .ShowMsgTime_atencao .b3, .ShowMsgTime_atencao .b1b, .ShowMsgTime_atencao .b2b, .ShowMsgTime_atencao .b3b {
    height:1px;
}
.ShowMsgTime_atencao .b2, .ShowMsgTime_atencao .b3, .ShowMsgTime_atencao .b4 {
    background:#FCF0D8; 
    opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.ShowMsgTime_atencao .b1 {
    margin:0 5px; 
    background:#999;
}
.ShowMsgTime_atencao .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.ShowMsgTime_atencao .b3 {
    margin:0 2px;
}
.ShowMsgTime_atencao .b4 {
    height:2px; 
    margin:0 1px;
}
.ShowMsgTime_atencao .conteudo {
    padding:5px;
    display:block; 
    background:#FCF0D8 url('../../imagens/Basicas/msg_atencao.gif') no-repeat left 50%; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: center;     
}


/*Mensagens de Sucesso*/

.ShowMsgTime_sucesso {
    width:400px; 
    position:fixed;   
    left:50%; 
    margin-left:-200px;
    top:10px;       
	background-image: url('../../imagens/Basicas/msg_sucesso.gif');
	background-repeat: no-repeat;
	background-position: left;   
	z-index:9999;            
}
.ShowMsgTime_sucesso .b1, .ShowMsgTime_sucesso .b2, .ShowMsgTime_sucesso .b3, .ShowMsgTime_sucesso .b4, .ShowMsgTime_sucesso .b1b, .ShowMsgTime_sucesso .b2b, .ShowMsgTime_sucesso .b3b, .ShowMsgTime_sucesso .b4b {
    display:block; 
    overflow:hidden; 
    font-size:1px;
}
.ShowMsgTime_sucesso .b1, .ShowMsgTime_sucesso .b2, .ShowMsgTime_sucesso .b3, .ShowMsgTime_sucesso .b1b, .ShowMsgTime_sucesso .b2b, .ShowMsgTime_sucesso .b3b {
    height:1px;
}
.ShowMsgTime_sucesso .b2, .ShowMsgTime_sucesso .b3, .ShowMsgTime_sucesso .b4 {
    background:#E3F2E3; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
}
.ShowMsgTime_sucesso .b1 {
    margin:0 5px; 
    background:#999;
}
.ShowMsgTime_sucesso .b2 {
    margin:0 3px; 
    border-width:0 2px;
}
.ShowMsgTime_sucesso .b3 {
    margin:0 2px;
}
.ShowMsgTime_sucesso .b4 {
    height:2px; 
    margin:0 1px;
}
.ShowMsgTime_sucesso .conteudo {
    padding:5px;
    display:block; 
    background:#E3F2E3 url('../../imagens/Basicas/msg_sucesso.gif') no-repeat left 50%; 
    opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=90); 
    border-left:1px solid #999; 
    border-right:1px solid #999;
    
    min-height: 50px;
    height: auto !important;
    height: 50px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;    
    
	font-weight: bold;    
	text-align: center;     
}

