﻿/* -------------------------------------- MENSAGENS --------------------------------------- */

.mensagemErro
{
    background-image: url(../Imagens/Mensagem/MensagemErro.gif);
    border-right: #ff0000 1px solid;
    border-top: #ff0000 1px solid;
    border-left: #ff0000 1px solid;
    border-bottom: #ff0000 1px solid;
    background-color: #ffdddd;
    
    background-repeat: no-repeat;
    padding: 5px 2px 5px 30px;
    clear: both;
    vertical-align: middle;
    float: left;
    padding-left: 50px;
    background-position-x: left;
    font-weight: bold;
    text-align: left;
width:100%;
    height: 35px;
}

.mensagemAtencao
{
	background-image: url(../Imagens/Mensagem/MensagemAtencao.gif);
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
     background-color: #ffff8a;
    
    background-repeat: no-repeat;
    padding: 5px 2px 5px 30px;
    clear: both;
    vertical-align: middle;
    float: left;
    padding-left: 50px;
    background-position-x: left;
    font-weight: bold;
    text-align: left;
 width:100%;
    height: 35px;
}
.mensagemSucesso
{
	
 background-image: url(../Imagens/Mensagem/MensagemSucesso.gif);
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
     background-color: #c4ffc4;
    background-repeat: no-repeat;
    padding: 5px 2px 5px 30px;
    clear: both;
    vertical-align: middle;
    float: left;
    padding-left: 50px;
    background-position-x: left;
    font-weight: bold;
    text-align: left;
    height: 35px;
    width:100%;
    }
.mensagemSuporte
{
    background-image: url(../Imagens/Mensagem/MensagemSuporte.gif);
    border-right: #0033cc 1px solid;
    border-top: #0033cc 1px solid;
    border-left: #0033cc 1px solid;
    border-bottom: #0033cc 1px solid;
    background-color: #cee7ff;
    background-repeat: no-repeat;
    padding: 5px 2px 5px 30px;
    clear: both;
    vertical-align: middle;
    float: left;
    padding-left: 50px;
    background-position-x: left;
    font-weight: bold;
    text-align: left;
 width:100%;
    height: 35px;
}
.mensagemAviso
{
    background-image: url(../Imagens/Mensagem/MensagemAviso.gif);
    border-right: #0033cc 1px solid;
    border-top: #0033cc 1px solid;
    border-left: #0033cc 1px solid;
    border-bottom: #0033cc 1px solid;
    background-color: #cee7ff;
    background-repeat: no-repeat;
    padding: 5px 2px 5px 30px;
    clear: both;
    vertical-align: middle;
    float: left;
    padding-left: 50px;
    background-position-x: left;
    font-weight: bold;
    text-align: left;
    height: 100%;
    width:100%;
}

.msgErro
{
	background-image:url(../Imagens/Mensagem/ico_msg_erro.gif);
 background-repeat:no-repeat;
 padding: 5px 2px 5px 30px;
	color:Red;
	font-weight:bold;
}
.msgSucesso
{
	background-image:url(../Imagens/Mensagem/ico_msg_sucesso.gif);
 background-repeat:no-repeat;
 padding: 5px 2px 5px 30px;
	color:Green;
	font-weight:bold;}