﻿/* DEFAULTS
----------------------------------------------------------*/
.Tabelas
{
    margin: 2px;
    border-color: #3399FF;
    padding: 2px;
    text-align: left;
    background-color: #FFFFFF;
    width: 800px;
}

        .body
{

}

.LabelEspaçoDireita
{
    margin-left: 5px;
    color: #000000;
    font-family: Verdana;
    font-size: small;
    font-weight: 700;
}

.TamanhoBanner
{
}

.BannerMenu
{
    border: thin ridge #C0C0C0;
    padding: 20px 2px 2px 2px;
    width: 195px;
    height: 30px;
    font-family: verdana;
    font-size: small;
    font-weight: bold;
    color: #0099CC;
    vertical-align: middle;
    text-align: center;
}

div_linha
{
    padding-top: 5px;
    padding-bottom: 5px;
}

body
{
    background: #DDDDDD;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    }

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    height: 4px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.pageDetalhes
{
    width: 50%;
    background-color: #fff;
    margin: -30% 1% 1% 30%;
    border: 1px solid #496077;
    height: 100%;
}

.page
{
    width: 100%;
    background-color: #fff;
    margin: 1% 1% 1% 1%;
    border: 1px solid #496077;
    height: 100%;
    min-height: 650px;
}

.header
{
    background-position: #FF9900;
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #0099CC;
    width: 100%;
    color: #FFFFFF;
    font-family: Calibri;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    display: none;
    height:10%;
}
.header h1
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    line-height: 2em;
    font-size: 2em;
    width: 925px;
    text-align: center;
}

.menu2
{
    float: left;
    width: 90%;
    margin-top: 1%;
}


.main
{
    float: left;
    width: 100%;
    padding: 0.5px;
    margin: 1% 0.5% 1% 0.5%; /*     height: 80%;     min-height: 80%; */
    height: 100%;
    text-align: center;
    overflow: auto;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.FundoCinza
{
    background-color: #CCCCCC;
    font-family: Calibri;
    font-weight: bold;
    border-style: groove;
    border-width: thin;
}

.footer
{
    border: thin none #0099CC;

    height: 10%;
}


/* TAB MENU   
----------------------------------------------------------*/


.Mensagem_Fundo
{
    background-color: #0099CC;
    font-family: Calibri;
    font-size: x-large;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 0px;
    text-align: center;
}
div.hideSkiplink
{
    background-color: #C0C0C0;
    width: 100%;
    color: #333333;
    font-family: Calibri;
    font-size: large;
    font-weight: bold;
    text-align: center;
    height: 7px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    width: 16px;
    height: 90px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    font-family: Calibri;
    font-size: medium;
    font-weight: bold;
    background-color: #FF0000;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
    padding-bottom: 1px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.TabelaAlinhamento
{
    text-align: center;
    padding-left: 100px;
    padding-top: 2px;
}

.botao
{
    font-family: Calibri;
    font-weight: bold;
    font-size: medium;
    margin-right: 0px;
    color: #0033CC;
    margin-left: 5px;
    width: 100px;
    margin-bottom: 2px;
    text-align: center;
    height: 29px;
    vertical-align: middle;
}

.botao_espaco_esquerdo
{
    font-family: Calibri;
    font-weight: bold;
    font-size: small;
    margin-right: 0px;
    color: #0033CC;
    margin-left: 10px;
    width: 100px;
    margin-bottom: 2px;
    text-align: center;
    height: 29px;
    vertical-align: middle;
}

.botao:hover
{
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ff6600)) !important;
}

.botao:active
{
    top: 2px;
}
.botao a, .botao a:active, .botao a:hover, .botao a:visited
{
    color: #fff;
}

.FaixaTotalValor
{
    font-family: Calibri;
    font-size: large;
    font-weight: bold;
    text-align: center;
    background-color: #FFFFFF;
    color: #FF9900;
}

.TextoCentralizado
{
    text-align: center;
    padding-left: 300px;
}

.FaixaCentralizada
{
    font-family: Calibri;
    font-size: medium;
    font-weight: bold;
    text-align: left;
    background-color: #C0C0C0;
    color: #000000;
}
TituloEdicao
{
    margin: 0px;
    font-family: Calibri;
    font-size: large;
    font-weight: bold;
    color: #000000;
    text-align: left;
    background-color: #FFFFFF;
}

.FundoDinamico
{
    border-style: none;
    border-color: #C0C0C0;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    height: auto;
    position: relative;
    overflow: auto; /* 	border-style: none; 	border-color: #C0C0C0; 	padding: 0px; 	margin: 0px 0px 5px 0px; 	height: 100%; 	position: relative; 	overflow: hidden; 	top: 10px; 	left: 0px; 	width: 100%; 	*/
}
.FaixaHeaderRow_SUBTITULO
{
    border: thin ridge #000000; /*padding: 1px;*/ /* margin: 2px 0px 3px 0px;*/
    background-color: #CCCCCC;
    font-family: Calibri;
    font-weight: bold;
    text-align: center;
    font-size: x-large;
    color: #000000;
}

.painel_titulo_FundoCinza
{
    border: thin ridge #000000; /*padding: 1px;*/ /* margin: 2px 0px 3px 0px;*/
    background-color: #CCCCCC;
    font-family: Calibri;
    font-weight: bold;
    text-align: center;
    font-size: x-large;
    color: #000000;
}

.painel_titulo_FundoLaranja
{
    border: thin ridge #000000; /*padding: 1px;*/ /* margin: 2px 0px 3px 0px;*/
    background-color: #FFFFCC;
    font-family: Calibri;
    font-weight: bold;
    text-align: center;
    font-size: x-large;
    color: #FF0000;
}

.FlutuacaoEsquerda
{
    border-color: #FFFFFF;
    float: left;
}
.FlutuacaoCentro
{
    float: inherit;
    border-style: inset;
    border-width: thin;
    background-color: #CCCCCC;
    font-family: Calibri;
    color: #000000;
    margin-left: 30px;
    margin-top: 5px;
}
.FonteCaixaTexto
{
    font-family: Calibri;
    font-size: small;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 3px;
    }
.FonteCombos
{
    border-style: groove;
    border-width: thin;
    font-family: Calibri;
    font-size: medium;
    background-color: #FFFFCC;
    text-align: left;
}
.FonteMensagensErro
{
    font-family: Calibri;
    font-size: small;
    background-color: #FFFFCC;
    color: #FF0000;
    font-weight: bold;
    text-transform: capitalize;
}

.FonteCaixaNumeros
{
    margin: 0px;
    padding: 1px;
    border-style: groove;
    border-width: thin;
    font-family: Calibri;
    font-size: small;
    text-align: right;
    background-color: #FFFFFF;
    margin-left: 2px;
}


.CamposData
{
    /* border: thin outset #000000; */
    font-family: Calibri;
    font-size: small;
    width: 75px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: bold;
    margin-right: 1px;
    margin-left: 1px;
}

.Calendario
{
    background-color: #CCCCCC;
    border: thin groove #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
}


.modalBackground
{
    background-color: #FFFFFF;
    filter: alpha(opacity-]=70);
    opacity: 0.7;
}
.modalPopUp
{
    /*border: 3px solid #CCCCCC;*/
    background-color: #CCCCCC;
    padding: 5px;
    text-align: left;
    margin-top: 0%;
    margin-left: 0%;
}

.Botao
{
    width:100px;
    font-family: Calibri;
    font-weight: bold;
    font-size: medium;
    margin-right: 0px;
    color: #0033CC;
    margin-left: 3px;
    margin-bottom: 2px;
    text-align: center;
    
}

.Calendario
{
    background-color: #CCCCCC;
    border: thin groove #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
}

.RecuoEsquerda
{
    padding: 1px;
    margin-left: 10px;
    font-family: Calibri;
    font-size: medium;
    font-weight: bold;
    width: 200px;
}

.RecuoDireita
{
    float: right;
}


.LabelSecao
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    font-style: normal;
    vertical-align: middle;
    color: #FF3300;
}