/* GENERICOS ----------------------------------------------------------------- */
/* Normal */
body.Master
{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
    background-color: #aeb6c4;
    font-family: Arial, sans-serif;
}

.T1, A.T1:link, A.T1:visited, A.T1:hover, A.T1:active
{
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #5c7996;
    text-decoration: none;
}

.LinkSel
{
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
    background-color: #FFFFFF;
    height: 24px;
}

.LinkNaoSel, A.LinkNaoSel:link, A.LinkNaoSel:visited
{
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 6px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    background-color: #666666;
    height: 24px;
}
A.LinkNaoSel:active, A.LinkNaoSel:hover
{
    background-color: Black;
}

.DocInfoBox
{
    margin: 16px 3px 3px 3px;
    padding: 6px;
    float: right;
    width: 254px;
}
.DocInfoBox td
{
    background: #F0F0F0;
}
.Menu
{
    border-width: thin;
    border-color: #cccccc;
    border-style: solid;
    width: 100%;
    background-color: White;
    text-decoration: none;
}
.Menu a, .Menu a:visited
{
    display: inline-block; /* visited pseudo selector so IE6 applies text colour*/
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    padding: .75em 1em;
}
.Menu a:hover
{
    background: #800000;
    outline: 0;
    color: white;
}
/* Navegador */
.LinkNavega, A.LinkNavega:link, A.LinkNavega:visited
{
    font-size: 8pt;
    text-decoration: none;
    color: gray;
}
A.LinkNavega:active, A.LinkNavega:hover
{
    font-size: 8pt;
    text-decoration: underline;
    color: #808080;
}
/* TITULOS DOS MODULOS */

.ModTituloDef
{
    padding: 9px 9px 9px 18px;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    width: 100%;
}
.ModTituloDefTit
{
    font-size: 20px;
}




/* GERAL ---------------------------------------------------------------------- */

A, A:link, A:visited
{
    color: #004276;
}
A:active, A:hover
{
    color: Red;
}

HR
{
    border: 0;
    width: 100%;
    color: #c2cedc;
    background-color: #c2cedc;
    height: 1px;
}
HR.levezinha
{
    border: 0;
    width: 100%;
    color: #e6e6e6;
    background-color: #e6e6e6;
    height: 1px;
}


A:link IMG, A:active IMG, A:hover IMG, A:visited IMG
{
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 0px solid;
}

/* formulários ( items usuais das forms )*/
.UserInput
{
    border-right: #336699 1px solid;
    border-top: #336699 1px solid;
    font-size: 16px;
    border-left: #336699 1px solid;
    color: #000000;
    border-bottom: #336699 1px solid;
    background-color: whitesmoke;
}
input.UserButton
{
    border-right: #336699 1px solid;
    border-top: #d5dce4 1px solid;
    font-weight: bold;
    font-size: 10pt;
    border-left: #d5dce4 1px solid;
    color: black;
    border-bottom: #336699 1px solid;
    height: 24px;
    background-color: white;
}
.Normal
{
    font-weight: normal;
    font-size: 9pt;
    color: black;
    text-decoration: none;
}
/* SKINFILE CSS */
.Label
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: black;
}
.LightLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: black;
}

.ErrorLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: red;
}

.TextBox
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-size: 10pt;
    border-left: #000000 1px solid;
    color: #000000;
    border-bottom: #000000 1px solid;
    background-color: #a0bad4;
}

.GridView
{
    color: #333333;
}
.GridViewHeaderStyle
{
    font-weight: bold;
    color: White;
    background-color: #507CD1;
    font-size: 12px;
}

.Wizard
{
}
.WizardStep
{
    background-color: #f5f5f5;
    padding: 6px;
}
.WizardHeader
{
    background-color: #b0c4dd;
    font-weight: bold;
    font-size: 12pt;
    padding: 6px;
}
.WizardSideBar
{
    background-color: #abbc4c;
    color: white;
    vertical-align: top;
    text-align: left;
    padding: 6px;
}
.WizardNavigation
{
    background-color: #f5f5f5;
}
.WizardButton
{
    border-right: #336699 1px solid;
    border-top: #336699 1px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #336699 1px solid;
    color: #ffffff;
    border-bottom: #336699 1px solid;
    height: 18px;
    background-color: firebrick;
}
