﻿/*****************************************
*** Aguarde
*****************************************/
.AguardeDiv
{
    z-index: 1000;
    left: 0px;
    background-image: url(/Cachoeira/AdDynamic/Comum/Aguarde/Fundo.gif);
    width: 100%;
    position: absolute;
    height: 100%;
}
.AguardeCell
{
    background-image: url(/Cachoeira/AdDynamic/Comum/Aguarde/Janela.png);
    background-position: center center;
    width: 352px;
    background-repeat: no-repeat;
    height: 152px;
    text-align: center;
    vertical-align: top;
}
.AguardeTitulo
{
    padding-left: 80px;
    font-weight: bold;
    font-size: medium;
    padding-top: 47px;
    font-family: Arial, Tahoma, Verdana;
}
.AguardeDescricao
{
    padding-left: 80px;
    font-size: 8pt;
    color: #000000;
    font-family: Verdana, Tahoma, Arial;
    height: 47px;
    vertical-align: top;
}
.AguardeBarra
{
    padding-left: 29px;
}
.PublicandoCell
{
    font-size: 8pt;
    color: #333333;
    font-family: Verdana, Tahoma, Arial;
    line-height: 12pt;
}

/*****************************************
*** Validações e Falhas
*****************************************/
.ValidaCell
{
    font-size: 9pt;
    color: #cc0000;
    line-height: 11pt;
    font-family: Verdana, Tahoma, Arial;
}
.TituloFalha
{
	font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
	color: #cc0000;
	font-family: Arial, Tahoma, Verdana;
}
.DescricaoFalha
{
	font-size: 8pt;
	color: #666666;
	font-family: Verdana, Tahoma, Arial;
}
.TituloErro
{
	font-weight: bold;
	font-size: 9pt;
	color: #cc0000;
	font-family: Arial, Tahoma, Verdana;
}
.DescricaoErro
{
	font-size: xx-small;
	color: #cc0000;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
}

/*****************************************
*** Seleção de Imagem
*****************************************/
.ImagemSelCell
{
    border-right: #7f9db9 0px solid;
    border-top: #7f9db9 1px solid;
    border-left: #7f9db9 0px solid;
    border-bottom: #7f9db9 1px solid;
    background-color: #ffffff;
    height: 25px;
}
.ImagemCellValor
{
    padding-left: 1px;
    padding-right: 1px;
}
.ImagemCxTexto
{
    cursor: default;
    border-right: #7f9db9 0px solid;
    border-top: #7f9db9 0px solid;
    font-size: 9pt;
    border-left: #7f9db9 0px solid;
    color: #000000;
    border-bottom: #7f9db9 0px solid;
    font-family: Verdana, Tahoma, Arial;
    background-color: #ffffff;
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 3px;
    padding-top: 4px;
    height: 21px;
}
.ImagemVisualizaCell
{
    position: absolute;
    border-right: #7f9db9 1px solid;
    border-top: #7f9db9 0px solid;
    border-left: #7f9db9 1px solid;
    border-bottom: #7f9db9 1px solid;
    background-color: #ffffff;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    z-index: 1;
    text-align: center;
    width: 350px;
}
.ImagemAjudaDiv
{
    margin-top: 5px;
    padding: 5px;
    border: 1px solid #cececf;
    background-color: white;
}
.ImagemAjudaLink
{
    color: #0000cc;
    text-decoration: none;
}