
Body{
    font-family:'Trebuchet MS',Arial;
    font-size:0.9em;
}

a{cursor: pointer}

h2{

}

#formHeader{
    width:25%;
    color: white;
    background: #00add0;
    font-size:0.75em;
    font-weight:bold;
    text-align: center;
    padding: 9px 8px 9px 8px;
    margin: 0 0 5px 0;
}

/* Menu de Tab's */
#tabMenu{
    margin-bottom:-10px;
}

.tabHeaderPreto{
    color: white;
    background: #000000;
    font-size:0.75em;
    font-weight:bold;
    text-align: center;
    padding: 8px 8px 9px 8px;
    margin: 0 0 5px 0;
    cursor:hand;
}

.tabHeader{
    color: white;
    background: #000000;
    font-size:0.75em;
    font-weight:bold;
    text-align: center;
    padding: 8px 8px 9px 8px;
    margin: 0 0 5px 0;
}

.tabHeaderCinza{
    color: white;
    background: #666666;
    font-size:0.75em;
    font-weight:bold;
    text-align: center;
    padding: 8px 8px 9px 8px;
    margin: 0 0 5px 0;
    cursor:hand;
    cursor: pointer;
}

/*-----------*/

#formContent{
    background-color:#F7F7F7;
    /*margin-top:10px;*/
    padding:8px;
    margin:10px 0 3em;
}

#mensagemChaves{
    font-size: 20px;
}

.contentSeparator{
    color:#00ADD0;
    border-style:dotted;
    border-width:1;
}

.contentSeparator2{
    color:#000000;
    border-style:dotted;
    border-width:1;
}

.formText{
    font-size:0.8em;
}

.formTextRight{
    font-size:0.8em;
    text-align:right;
}

.right{
    text-align:right;
}

.titleText{
    color:#00ADD0;
    font-size:0.9em;
}

.titleText2{
    color:#00ADD0;
    font-size:0.9em;
    font-weight:bold;
}

.icone{
    width:16px;
    height:16px;
    vertical-align: text-bottom;
}

.tableHeader{
    background-color:#DDDDDD;
    font-size:0.7em;
}

.gridStyle{
    font-size:0.7em;
}

.ForceFieldsText{
    font-size:0.6em;
    font-weight: bold;
}

.MensagensImportantes2{
    font-size:0.8em;
    font-weight: bold;
}

.handCursor{
    font-size:0.8em;
    cursor:hand;
}

.handCursor2{
    cursor:hand;
}

.validation {
    /*margin-top: 5px;*/
    border: 1px solid;
    background-repeat: no-repeat;
    color: #D63301;
    background-color: #FFCCBA;
    font-size:0.8em;
    font:bold;
    margin: 1em 0;
}

.successMsg{
    border: 1px solid;
    background-repeat: no-repeat;
    color: green;
    background-color: #99ff60;
    font-size:0.8em;
    font-weight: bolder;
    margin: 1em 0;
}

.validation ul, .successMsg ul {
    margin: 1.5em 3em 1.5em;
}

.validation li, .successMsg li {
    margin: 0em 0em 0.5em;
}



.errorMessage {
    color:#D63301;
}

/* Upload Documentos */
.uploadFont{
    text-align:center;
    color:#00ADD0;
    font-weight:bold;
}

.labels{
    background-color:#DDDDDD;
    color:black;
    font-weight:bolder;
}

.hide {
    display:none;
    clear:both;
}

.certificateClick{
    font-size:1em;
    cursor:hand;
}

.certificateClick:hover{
    font-size:1em;
    color:#00ADD0;
}

.destaque_principal{
    font-size:0.8em;
}

.destaque_principal a:link, .destaque_principal a:focus, .destaque_principal a:hover, .destaque_principal a:visited, .destaque_principal a{
    color: #00ADD0;
}

.revokedStyle{
    color:red;
    font-weight:bold;
}

#header, #footer, #navigation, #logoMB, #logoCreditCard { display:none; }

.pshow{
    display:none;
}

.buttonArea{
    text-align:right;
    margin-top:2em;
}

#container{
    margin:0 auto;
    width:782px;
    text-align: left;
}

#logoIRN{
    text-align: center;
}

.bigWarning{

    /*Graphics*/
    border-width:3px;
    border-style:solid;
    border-color:#D63301;
    text-align:justify;
    /*background-color:#FFCCBA;*/
    background-color: #FFCC33;
    margin-bottom:2em;
    padding:0.8em;

    /*Font Atributes*/
    font-size:0.9em;
    color:#D63301;
    font-weight:bold;
    /*font-family:Arial;*/
}

a.submitButton{
    cursor:pointer;font-weight:bold;text-decoration: none;font-size:0.8em;
}

.tdLabel{
    width: 15%;
    font-size:0.8em;
    text-align:right;
}

label.synopsis{
    font-size:0.8em; 
}

div.reminder{
    text-decoration:underline;font-style: italic;margin:1em 0;font-size: 0.75em;font-weight: bolder;
}

div.price{
    margin: 1em 0;
}

div.price span{
    background-color:#DDDDDD;
    font-size: 0.8em;
    padding: 0.5em 0.5em;
}

#confirmProc{
    text-align: center;
    margin: 1.5em 0 0;
}

div.warning{
    text-align: center;
    padding:3em;
}

div.warning label{
    padding:0.2em 0.5em;
    color:red;
    font-weight:bold;
    /*background-color: white;*/
    font-weight: bolder
}

div.warning p{
    margin: 0.5em 0 1em;
    font-size: 1.1em;
    font-weight: bolder;
}

div.warning a{
    font-size: 1.1em;
    font-weight: bolder;
    color:#00ADD0;
}