﻿/*INPUT[type=text], INPUT[type="password"], TEXTAREA {
    background: #FAFAFA;
    border: 1px solid #DDD;
    font: bold 0.95em arial,sans-serif;
    margin-left: 0px;
    padding: 4px;
}

SELECT {
    background: #FAFAFA;
    border: 1px solid #DDD;
    font: bold 0.95em arial,sans-serif;
    margin-left: 0px;
    padding: 4px;
}

INPUT.marcado, TEXTAREA.marcado {
    border: 2px solid #000;
    background: #FFC;
}

.buttons a:link, .buttons button {
    display: block;
    float: left;
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    margin: 0px 7px 0px 0px;
    padding: 6px 8px;
}

.buttons BUTTON {
    width: auto;
    overflow: visible;
    padding: 6px;
    border: 1px dotted #F30;
}

    .buttons BUTTON[type] {
        padding: 5px 10px 5px 7px;
        line-height: 17px;
    }

*:first-child + html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
/*}

.buttons button img, .buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

button:hover, .buttons a:hover {
    background-color: #B40B32;
    border: 1px solid #c2e1ef;
    color: #FFF;
}

.buttons a:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #B40B32;
    font-size: 20px;
}

.buttons {
    color: #B40B32;
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}


    button.positive, .buttons a.positive {
        color: #529214;
    }

        .buttons a.positive:hover, button.positive:hover {
            background-color: #E6EFC2;
            border: 1px solid #C6D880;
            color: #529214;
        }

        .buttons a.positive:active {
            background-color: #529214;
            border: 1px solid #529214;
            color: #FFF;
        }


    button.positive2, .buttons a.positive2 {
        color: #529214;
        font-size: 15pt;
    }

        .buttons a.positive2:hover, button.positive2:hover {
            background-color: #E6EFC2;
            border: 1px solid #C6D880;
            color: #529214;
        }

    .buttons a:active {
        background-color: #529214;
        border: 1px solid #529214;
        color: #FFF;
    }

    .buttons a.positive2:active {
        background-color: #529214;
        border: 1px solid #529214;
        color: #FFF;
    }


    button.amarelo, .buttons a.amarelo {
        color: #000;
    }

        .buttons a.amarelo:hover, button.amarelo:hover {
            background-color: #E6EFC1;
            border: 1px solid #C6D880;
            color: #FF9;
        }

        .buttons a.amarelo:active {
            background-color: #FF9;
            border: 1px solid #FF9;
            color: #FFF;
        }


    .buttons a.negative, button.negative {
        color: #d12f19;
        width: 72px;
    }

        .buttons a.negative:hover, button.negative:hover {
            background: #fbe3e4;
            border: 1px solid #fbc2c4;
            color: #d12f19;
        }

        .buttons a.negative:active {
            background-color: #d12f19;
            border: 1px solid #d12f19;
            color: #fff;
        }*/

.GridViewStyle {
    table-layout: auto;
    border-collapse: collapse;
    border-top-style: none;
    border-right-style: dashed;
    border-bottom-style: none;
    border-left-style: none;
    border-right-width: 1px;
    border-right-color: #E9E9E9;
}

*/
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/ {
    background-position: center;
    background-repeat: repeat-x;
    background-color: #E4E4E4;
    color: #B40B32;
}

.HeaderStyle th {
    padding: 5px;
    color: #ffffff;
}

.HeaderStyle a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    text-align: left;
    font-weight: normal;
}

.PagerStyle table {
    text-align: center;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

    .PagerStyle table td {
        border: 0px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

.PagerStyle td {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #F2F2F2;
}

.PagerStyle a {
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #61051D;
    border-right-color: #F00D46;
    border-bottom-color: #F00D46;
    border-left-color: #61051D;
    font-size: 18px;
    background-color: #AF0A32;
    margin: auto;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
}

.PagerStyle span {
    font-weight: bold;
    color: #9A0427;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}

/*RowStyles*/

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/ {
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}

.RowStyle td {
    background-color: #c9c9c9;
}

.AltRowStyle td {
    background-color: #f0f0f0;
}

.SelectedRowStyle td {
    background-color: #ffff66;
}

.login {
    background: url(../gfx/user.gif) no-repeat 95% 1em;
}

.contact {
    background: url(../gfx/email2.gif) no-repeat 95% 1em;
}

fieldset div {
    margin: 0.3em 0;
    clear: both;
}

.label {
    /*float: left;*/
    width: 10em;
    text-align: right;
    margin-right: 1em;
}

legend {
    color: #0b77b7;
    font-size: 1.2em;
}

    legend span {
        width: 10em;
        text-align: right;
    }

.input {
    padding: 0.15em;
    border: 1px solid #ddd;
    background: #fafafa;
    font: bold 0.95em arial, sans-serif;
    -moz-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
    margin-left: 0px;
}
/*
input[type=text]:hover, input[type=text]:focus, TEXTAREA:HOVER
{
border-color: #c5c5c5;
background: #f6f6f6;
}*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 0.5em 0.5em;
    width: 654px;
}

.date input {
    background-image: url(../gfx/calendar-small.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.date fieldset label {
    float: none;
    display: block;
    text-align: left;
    width: auto;
}

.date fieldset div {
    float: left;
    clear: none;
    margin-right: 0.2em;
}

/**** FORMULÁRIOS *************************************************************************************************************************************/
H1 {
    font-size: 14px;
    margin: 0px 0px 15px 0px;
    border-bottom: #666 solid 1px;
    font-weight: bold;
    text-transform: uppercase;
}

H2 {
    font-size: 11px;
    margin: 7px 0px;
    border-bottom: #666 solid 1px;
    font-weight: bold;
    text-transform: uppercase;
}

H3 {
    font-size: 11px;
    margin: 0px 0px 5px 0px;
    border-bottom: #666 solid 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.LABEL LABEL {
    line-height: 18px;
    display: inline;
    font-weight: bold;
    color: #069;
}

/*.LiBotoes {
    margin-top: 10px;
    padding: 5px 0px;
    border-top: #CCC solid 1px;
    width: 67px;
}*/

/*.LiBotoes INPUT[type=submit], .UlForm .LiBotoes INPUT[type=button], .Botoes INPUT[type=submit] {
        font: bold 9px verdana;
        color: #999;
        margin: 1px 0px 1px 5px;
        text-decoration: none;
        padding: 2px 5px;
        border: 1px solid #CCC;
        cursor: pointer;
        background: #FFF;
    }

        .LiBotoes INPUT[type=submit]:HOVER, .UlForm .LiBotoes INPUT[type=button]:HOVER, .Botoes INPUT[type=submit]:HOVER {
            border: #070 solid 1px;
            color: #070;
            text-decoration: none;
        }*/

.UlForm {
    list-style: none;
    padding: 0px;
    margin: 0px auto 10px auto;
}

    .UlForm LI {
        padding: 1px 0px;
        min-height: 19px;
    }

    .UlForm LABEL {
        /*min-width: 100px;*/
        line-height: 18px;
        display: block;
        /*float: left;*/
        font-weight: bold;
        color: #069;
        text-align: left;
    }

    .UlForm SPAN.Label {
        display: block;
        line-height: 20px;
        height: 20px;
    }

    /*.UlForm INPUT[type=text], .UlForm INPUT[type=password], .UlForm SELECT, .UlForm TEXTAREA {
        /*float: left;*/
    /*font-family: Tahoma, Verdana, sans-serif;
        font-size: 11px;
        padding: 1px;
        text-align: left;
    }*/

    .UlForm .FLeft {
        float: left;
    }

    .UlForm EM {
        color: #C00;
        font-size: 10px;
        padding: 0px 7px;
        line-height: 19px;
    }

    /*.UlForm .LiBotoes {
        margin-top: 10px;
        padding: 5px 0px;
        border-top: #CCC solid 1px;
        width: 144px;
    }

        .UlForm .LiBotoes INPUT[type=submit], .UlForm .LiBotoes INPUT[type=button], .Botoes INPUT[type=submit] {
            font: bold 9px verdana;
            color: #999;
            margin: 1px 0px 1px 5px;
            text-decoration: none;
            padding: 2px 5px;
            border: 1px solid #CCC;
            cursor: pointer;
            background: #FFF;
        }*/

    /*.UlForm .LiBotoes INPUT[type=submit]:HOVER, .UlForm .LiBotoes INPUT[type=button]:HOVER, .Botoes INPUT[type=submit]:HOVER {
                border: #070 solid 1px;
                color: #070;
                text-decoration: none;
            }*/

    .UlForm LABEL.m150 {
        min-width: 150px;
    }

    .UlForm LABEL.m150c {
        min-width: 150px;
        text-align: left;
        padding: 0px 7px;
    }

/*.UlForm INPUT[type=submit].Cadastrar {
        background-color: #FFF;
        background-image: url(../Images/Icones/Incluir.jpeg);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: 4px 4px;
        height: 25px;
        font: bold 9px verdana;
        color: #999;
        margin: 1px 2px 1px 2px;
        text-decoration: none;
        padding: 0px 5px 2px 22px;
        border: 1px solid #CCC;
        cursor: pointer;
    }

        .UlForm INPUT[type=submit].Cadastrar:HOVER {
            border: #070 solid 1px;
            color: #070;
            text-decoration: none;
        }*/

.CamposCR LABEL {
    line-height: 18px;
    display: block;
    min-width: 130px;
    float: left;
    font-weight: bold;
    padding: 0px 10px 0px 3px;
    color: #000;
    cursor: pointer;
}

.CamposCR.SN label {
    min-width: 60px;
}

.CamposCR INPUT {
    float: left;
}

/*TEXTAREA { border: 1px solid #000; } */
.Input {
    border: 1px solid #000;
}

.highlight {
    background-color: #F0F0F0;
    border: 1px solid #000;
    padding: 1px;
}

.BtnIcoSalvar01 {
    background: url(../Images/salvar.gif) center;
    width: 14px;
    height: 14px;
    border: 0px;
    cursor: pointer;
    margin-top: 2px;
}

.ListSelect {
    background: #FFF url(../Images/backSelect01.png) no-repeat top center;
    width: 412px;
    cursor: pointer;
    margin: 10px 0px;
}

    .ListSelect A {
        display: block;
        line-height: 30px;
        width: 392px;
        margin: auto;
        color: #2A8101;
        font-weight: bold;
        text-decoration: none;
    }

        .ListSelect A:HOVER {
            color: #000;
        }

    .ListSelect DIV {
        background: #FFF;
        height: 120px;
        width: 400px;
        overflow: auto;
        border: #CCC solid 1px;
        padding: 5px;
        position: absolute;
        display: none;
    }

.ListSelect1 {
    background: #FFF url(../Images/backSelect01.png) no-repeat top left;
    width: 642px;
    cursor: pointer;
    margin: 6px 0px;
}

    .ListSelect1 A {
        display: block;
        line-height: 30px;
        width: 392px;
        margin: 0px 10px;
        color: #2A8101;
        font-weight: bold;
        text-decoration: none;
    }

        .ListSelect1 A:HOVER {
            color: #000;
        }

    .ListSelect1 DIV {
        background: #FFF;
        height: 120px;
        width: 630px;
        overflow: auto;
        border: #CCC solid 1px;
        padding: 5px;
        position: absolute;
        display: none;
    }


.email {
    width: 14em;
}

input.default {
    color: #bbb;
}

/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; }
input[type=checkbox]:checked + label{ background-position: 0 -48px; }
input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; }
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/
