﻿#Congresses_Registration_PaymentComments_dsi
{
    max-width: 475px;
    min-width: 255px;
}

#contentor
{
    background-color: #FFF;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    -moz-box-shadow: 0px 0px 3px #909090;
    -webkit-box-shadow: 0px 0px 3px #909090;
    box-shadow: 0px 0px 3px #909090;
    /*padding-bottom: 10px;*/
    margin-bottom: 0px;
}

#cabecalho
{
    height: 72px;
    padding-bottom: 10px;
}

#cabecalho h1
{
    font-weight: normal;
    font-size: 15;
    padding-top: 22px;
    padding-left: 37px;
    float: left;
    color: #d85213
}

#cabecalho #site
{
    float: right;
    padding-top: 22px;
    padding-right: 37px;
    text-align: right;
    color: #151212;
}

a:link, a:visited, a:active
{
    color: #0f97c4;
    text-decoration: underline;
    font-size: 14px;
}

a:hover
{
    color: #666;
}

#contentor img
{
}

#contentor #logo
{
    clear: both;
    border-top-width: 1px;
    /*border-bottom-width: 1px;*/
    border-top-style: solid;
    /*border-bottom-style: solid;*/
    border-top-color: #dbdbdb;
    border-bottom-color: #dbdbdb;
    text-align: center;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;
    margin-bottom: 10px;*/
}

.Congresses_Mask_dsi
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

.Congresses_Wait_dsi
{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
    padding: 20px;
    background-color: #FFF;
    width:420px;
    height:100px
}

.Congresses_WaitImgContainer
{
    float: left;
}

.Congresses_WaitTitle_dsi
{
    float: left;
    font: 15px Arial;
    text-transform: uppercase;
    font-weight: bold;
}

.Congresses_WaitText_dsi
{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    font: 14px Arial;
    width: 280px;
}

#trackNavigation
{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:220px;
}

#trackNavigation p
{
    font-size:10px;
}


#progressBar {
position: fixed;
z-index: 999999;
top: 0;
left: 0;
width: 0%;
height: 2px;
background: #09F;
border-radius: 10%;
-moz-transition: width 500ms ease-out,opacity 400ms linear;
-ms-transition: width 500ms ease-out,opacity 400ms linear;
-o-transition: width 500ms ease-out,opacity 400ms linear;
-webkit-transition: width 500ms ease-out,opacity 400ms linear;
transition: width 500ms ease-out,opacity 400ms linear;
}
#progressBar:before {
position: absolute;
content: '';
top: 0;
opacity: 1;
width: 10%;
right: 0px;
height: 2px;
box-shadow: #09F 1px 0 6px 2px;
border-radius: 50%;
}