﻿.Panel_Descricao
{
    padding: 5px;
    border: 1px dashed #99CCFF;
    color: #333333;
}
.Panel_Descricao H1 { font-weight:bold; font-size:100%; }
.Panel_Descricao H2 { font-size:100%; font-weight:normal; }
.Panel_PopUp
{    
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-image: url('Imagens/Fundo_Alpha_80pct.png');
}
.Panel_PopUpMenu
{
    position:relative;
    color:#FFFFFF;
    left:50%;
    top:50%;
    margin-left:-250px;
    margin-top:-175px;
    width:500px;
    height:350px;
    border:solid 1px #FFFFFF;
    padding:20px;
    background-image: url('Imagens/Fundo_Alpha_80pct.png');
}
.Panel_PopUpPage
{    
    position:relative;
    left:50%;
    margin-left:-510px;
    width:1020px;
    height:100%;
    border:solid 1px #FFFFFF;
    padding:20px;
    background-image: url('Imagens/Fundo_Alpha_80pct.png');
}

.PANEL_PopUp
{
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    width:300px;
    height:150px;
    background-color: white;    
    border:1px solid #eee;
    -webkit-border-radius: 8px;
    box-shadow: 2px 2px 6px #ccc; 
}

.PANEL_PopUpBackground
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
background-image: url('Imagens/popupbackground.png');
    position: absolute;
    margin-top: 33px;   
    width: 300px;
    height: 37px;
    }
.PANEL_PopUpConteudo
{    
    line-height: normal;
    padding: 15px;
}

.MODTIPANEL_AtendimentoAnonimo
{
    font-family: Times New Roman;
    color: #333333;
    font-size: 14px;
}
.MODTIPANEL_AtendimentoAnonimo input[type="text"]
{
    font-family: Times New Roman;
    font-size: 14px;
    padding: 5px;
    height: 22px;
    width: 300px;
}
.MODTIPANEL_AtendimentoAnonimo textarea
{
    font-family: Times New Roman;
    font-size: 14px;
    padding: 5px;
}
.MODTIPANEL_AtendimentoAnonimoWatermark
{
    font-family: Times New Roman;
    color: #666666;  
    
}