﻿#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;
}

#title
{
  float: left;
  margin-bottom:20px;
}

#title .powerdby
{
  font-weight: bold;
  padding-left: 20px;
  font-size: 12px;
  padding-right: 5px;
  color: #36565d;
}

#title a
{
  text-decoration:none;
  color: #38c9e8;
}

#cabecalho h1
{
    font-weight: 500;
    font-size: 29px;
    padding-left: 20px;
  	margin-bottom: 3px;
    color:#d59334;
}

#cabecalho #site
{
    float: right;
    font-size: 14px;
    padding-top: 22px;
    padding-right: 20px;
    text-align: right;
    color: #d59334;
}

#cabecalho #site p
{
  margin-bottom:2px;
}

a:link, a:visited, a:active
{
    color: #196c8b;
    text-decoration: underline;
    font-size: 14px;
}

a:hover
{
    color: #666;
}

#contentor img
{
  	width: 100%;
}

#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%;
}