* {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
}

    * a {
        font-family: Arial;
        font-size: 11px;
        color: #444444;
        text-decoration: none;
        cursor: pointer;
    }

    * div {
        font-family: Arial;
        font-size: 11px;
        color: #444444;
        text-decoration: none;
    }

        * a:link, a:visited {
            color: #444444;
            font-size: 11px;
            text-decoration: underline;
        }

        * a:hover {
            color: #666666;
            text-decoration: underline;
        }

    * span {
        margin: 0px;
        padding: 0px;
        font-family: Arial;
    }

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body {
    margin: 0px;
    width: 100%;
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
}

h2 {
    color: #00959c;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

h3 {
    color: #666666;
    text-decoration: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #3a3a3a;
    -ms-filter: alpha(opacity=60);
    -ms-opacity: 0.6;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 21;
}

    #progressBackgroundFilter div {
        margin: 0px auto;
        width: 100%;
        text-align: center;
        overflow: hidden;
        position: absolute;
        background-color: #3a3a3a;
        top: 50px;
        -ms-filter: alpha(opacity=60);
        -ms-opacity: 0.6;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

.ResponseMsgPanelWrapper {
    position: fixed;
    z-index: 20;
    top: 20px;
    width: 100%;
    padding: 0px;
    z-index: 1;
}

.ResponseMsgPanel {
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    width: 700px;
    font-family: Verdana;
    font-size: 11px;
    padding: 10px;
    font-weight: bold;
    z-index: 20;
    background-color: #FFFFFF;
}

.InfoMessage {
    border: solid 3px #000099;
}

    .InfoMessage span {
        color: #000099;
    }

.SuccessMessage {
    border: solid 3px #008000;
}

    .SuccessMessage span {
        color: #008000;
    }

.WarningMessage {
    border: solid 3px #FF6600;
}

    .WarningMessage span {
        color: #FF6600;
    }

.ErrorMessage {
    border: solid 3px #FF0000;
}

    .ErrorMessage span {
        color: #FF0000;
    }

.NotAllowedPanel {
    border: 1px solid #ACACAC;
    display: table;
    height: 16px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 926px;
}

.mbutton {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ACACAC;
    background-color: #ffffff;
    font-size: 11px;
    color: #444444;
    font-weight: normal;
    background-image: url(../images/formButtonBg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

    .mbutton:hover, .mbutton:focus, .mbuttonOn:focus {
        cursor: pointer;
        border: 1px solid #ACACAC;
        background-color: #ffffff;
        font-size: 11px;
        color: #444444;
        font-weight: normal;
        background-image: url(../images/formButtonBgOn.gif);
        background-repeat: repeat-x;
        background-position: top;
    }

a.mbutton {
    text-decoration: none;
}

.button {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ACACAC;
    background-color: #ffffff;
    font-size: 11px;
    color: #444444;
    font-weight: normal;
    background-image: url(../images/formButtonBg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

    .button:hover, .button:focus, .buttonOn:focus {
        cursor: pointer;
        border: 1px solid #ACACAC;
        background-color: #ffffff;
        font-size: 11px;
        color: #444444;
        font-weight: normal;
        background-image: url(../images/formButtonBgOn.gif);
        background-repeat: repeat-x;
        background-position: top;
    }

a.button {
    text-decoration: none;
}

.button10px {
    border: 1px solid #444444;
    background-color: #ffffff;
    font-size: 11px;
    color: #444444;
    font-weight: normal;
    background-image: url(../Auxiliares/Imagens/formButtonBg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 16px;
}

    .button10px:hover, .button:focus, .buttonOn:focus {
        border: 1px solid #444444;
        background-color: #ffffff;
        font-size: 11px;
        color: #444444;
        font-weight: normal;
        background-image: url(../formButtonBgOn.gif);
        background-repeat: repeat-x;
        background-position: top;
    }

a.button10px {
    text-decoration: none;
}

.headerW{
    color: white;
    font-size: 14px;
}

textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    border: 1px solid #888888;
    font-size: 11px;
    background-color: #ffffff;
}

    textarea.active {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        border: 3px solid #888888;
        font-size: 11px;
        background-color: #ffffff;
    }

 
hr {
    height: 1px;
    border: solid 1px #ACACAC;
}

legend {
    font-size: 12px;
    color: #444444;
    text-decoration: none;
    font-weight: bold;
}

fieldset {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding: 5px 10px 10px 10px;
    width: 910px;
}

input[type=text] {
    font-size: 11px;
}

input[type=password] {
    border: 1px solid #999999;
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
    width: auto;
}
/*input[disabled=disabled] { background-color:#EFEFEF !important; }
.input_disabled { background-color:#EFEFEF !important; }*/
select {
    border: 1px solid #999999;
    font-size: 11px;
    padding: 0px;
    background-color: #FFFFFF;
}
/*select[disabled=disabled] { background-color:#EFEFEF; }
.select_disabled { background-color:#EFEFEF; }*/
span.checkbox input {
    border: 0px;
    background-color: transparent;
    margin: 0px;
    vertical-align: bottom;
}

.checkbox, .radio {
    border: 0px;
    background-color: transparent;
    margin: 0px;
    vertical-align: bottom;
}

.fieldset2Cols {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding: 5px 10px 10px 0px;
    width: 450px;
}

.fieldsetWorkflow {
    padding: 5px 10px 10px 10px;
    width: 910px;
    border: solid 1px #ACACAC;
}

.Header {
    margin: 0px;
    width: 100%;
    height: 56px;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

.HeaderContent {
    margin: 0px auto;
    width: 1000px;
    padding: 10px 0px 10px 0px;
}

.HeaderContent2 {
    width: 100%;
    height: 20px;
    background-image: url(../images/emptyTabSpace.gif);
}

    .HeaderContent2 .HeaderMenu {
        margin: 0px auto;
        width: 1000px;
    }

        .HeaderContent2 .HeaderMenu .DivFloatRight {
            float: right;
            height: 20px;
        }

        .HeaderContent2 .HeaderMenu .DivFloatLeft {
            float: left;
            height: 20px;
        }

.HeaderContent3 {
    float: left;
    width: 100%;
    height: 25px;
    background-color: #ACACAC;
    border-bottom: 1px solid #000000;
    padding-top: 3px;
}

    .HeaderContent3 .LabelLogin {
        margin: 0px auto;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
        height: 18px;
        padding: 4px 0px 0px 10px;
        width: 1000px;
    }

.HeaderContent3Footer {
    float: left;
    width: 100%;
    height: 21px;
    background-color: #ACACAC;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

    .HeaderContent3Footer .Footer {
        margin: 0 auto;
        padding: 3px;
        width: 1000px;
    }

.MainContent1 {
    margin: 0px auto;
    width: 1000px;
    height: auto;
    display: table;
    padding: 10px 0px 20px 0px;
}
    /*.MainContent1 { margin: 0px auto; min-width: 1000px; padding: 10px 100px 10px 100px; }*/
    .MainContent1 .Title {
        float: left;
        width: 100%;
        border-bottom: solid 1px #AAAAAA;
    }

        .MainContent1 .Title div {
            float: left;
        }

        .MainContent1 .Title .Img {
            width: 18px;
            height: 15px;
            padding: 4px;
        }

    .MainContent1 .SubTitle {
        float: left;
        width: 100%;
        padding: 15px 0px 0px 0px;
    }

        .MainContent1 .SubTitle a {
            text-decoration: none;
            float: left;
        }

            .MainContent1 .SubTitle a div {
                float: left;
                text-decoration: none;
                cursor: pointer;
            }

        .MainContent1 .SubTitle .Img {
            width: 16px;
            height: 16px;
            padding: 2px;
            float: left;
        }

    .MainContent1 .SubContentWrapper {
        float: left;
        padding: 10px 0px 0px 20px;
        width: 980px;
    }

        .MainContent1 .SubContentWrapper div {
            float: left;
        }

.TblLogin {
    border: 1px solid #ACACAC;
    width: 260px;
    background-color: #EFEFEF;
    margin: 0px auto;
}

    .TblLogin tr {
        border: 1px solid #ACACAC;
    }

        .TblLogin tr td {
            padding: 15px;
        }

            .TblLogin tr td div {
                padding: 3px;
            }

.SubContentCenter {
    float: left;
    border: 1px solid #ACACAC;
    width: 948px;
    background-color: #EFEFEF;
    padding: 5px;
}

.SubContentCenterForm {
    float: left;
    border: 1px solid #ACACAC;
    width: 948px;
    background-color: #FFFFFF;
    padding: 5px;
    background-image: url(../images/emptyTabSpace.gif);
    background-position: top;
    background-repeat: no-repeat;
}

.GridView {
    width: 995px;
    border: 1px #ACACAC solid;
    float: left;
}

.GridViewInternal {
    width: 820px;
    border: 1px #ACACAC solid;
}

.GridViewHeader {
    font-size: 11px;
    background-color: #F1F1F1;
    padding: 5px;
}

    .GridViewHeader th {
        padding: 2px 5px 4px;
    }

.GridViewRow {
    font-size: 11px;
    color: #000000;
    background-color: #FDFDFD;
}

    .GridViewRow:hover {
        background-color: #e2e0e0;
    }

    .GridViewRow td {
        padding: 2px 5px 4px;
    }

.GridViewAlternatingRow {
    font-size: 11px;
    background-color: #FDFDFD;
}

    .GridViewAlternatingRow:hover {
        background-color: #e2e0e0;
    }

    .GridViewAlternatingRow td {
        padding: 2px 5px 4px;
    }

.GridViewSelectedRow {
    font-size: 11px;
    font-weight: bold;
    background-color: #F1F1F1;
    background-color: #e2e0e0;
}

    .GridViewSelectedRow td {
        padding: 2px 5px 4px;
    }

.GridViewPagerStyle td table tbody tr td {
    padding: 0px 2px 0px 2px;
}

.GridViewEmptyDataRow {
    background-color: #FFFFFF;
}

    .GridViewEmptyDataRow td {
        text-align: center;
        padding: 5px 5px;
    }

.GridViewHyperLink {
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

    .GridViewHyperLink a, .GridViewHyperLink a:visited {
        font-size: 11px;
        color: #002780;
        text-decoration: none;
    }

        .GridViewHyperLink a:hover {
            text-decoration: underline;
        }

.GridViewHyperLinkDelete {
    width: 1%;
}

    .GridViewHyperLinkDelete a, .GridViewHyperLinkDelete a:visited {
        font-size: 11px;
        color: #002780;
        text-decoration: none;
    }

        .GridViewHyperLinkDelete a:hover {
            text-decoration: underline;
        }

a.GridViewHyperLinkTemplate, a.GridViewHyperLinkTemplate:visited {
    font-size: 11px;
    color: #002780;
    text-decoration: none;
}

    a.GridViewHyperLinkTemplate:hover {
        text-decoration: underline;
    }

.userLogin {
    font-size: 11px;
    color: #fff;
}

.SubContentCenterMapSite .DataRow {
    float: left;
    width: 100%;
    padding: 2px 2px 2px 2px;
}

.SubContentCenterMapSite .DataCell {
    float: left;
    width: auto;
}

.SubContentCenterMapSite .DataLabel {
    float: right;
    text-align: right;
    height: 14px;
    width: 110px;
    padding: 1px 4px 0px 0px;
}

.SubContentCenterMapSite .DataField {
    float: left;
    width: 295px;
}

.SubContentCenterMapSite .DataLabel3Cols {
    float: right;
    text-align: right;
    height: 14px;
    width: 90px;
    padding: 1px 4px 0px 0px;
}

.SubContentCenterMapSite .DataField3Cols {
    float: left;
    width: 200px;
    font-weight: bold;
}

.SubContentCenterMapSite .DataLabel2Cols {
    float: left;
    text-align: left;
    height: 14px;
    width: 150px;
    padding: 1px 4px 0px 20px;
}

.SubContentCenterMapSite .DataField2Cols {
    float: left;
    width: 200px;
}

.SubContentCenterMapSite .DataRowButton {
    float: left;
    width: auto;
    padding: 10px 0px 0px 0px;
}

.SubContentCenterMapSite {
    float: left;
    border: 1px solid #ACACAC;
    width: 97%;
    background-color: #EFEFEF;
    padding: 5px;
}

    .SubContentCenterMapSite .DataLabel {
        float: left;
    }

.MainContent1 .ob_gMCont {
    float: left;
}

.modalBackground {
    background-color: #3a3a3a;
    -ms-filter: alpha(opacity=60);
    -ms-opacity: 0.6;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.modalPopup {
    float: left;
    border: 1px solid #ACACAC;
    background-color: #EFEFEF;
    width: 850px;
    padding: 5px;
}

.modalPopupFieldset {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding: 5px 10px 10px 10px;
    width: 810px;
}

.modalPopupDataLabel {
    float: left;
    text-align: right;
    height: 14px;
    width: 110px;
    padding: 1px 4px 0px 0px;
}

.modalPopupDataField {
    float: left;
    text-align: left;
    width: 280px;
}

.modalPopupDivSroll {
    max-height: 280px;
    width: 837px;
    overflow-y: auto;
}

/* TimeSheet */

.top {
    background-color: #00959c;
    height: 40px;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}

.GridHeaderStyle a {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    text-decoration:none !important
}




.topGT {
    background-color: #00979e;
    height: 18px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    border-color: #ffffff;
}

.topC {
    background-color: #00959c;
    height: 30px;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.line {
    background-color: #8a8a8a;
    height: 25px;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
}

.lineGT {
    height: 18px;
    border: solid 1px #FFFFFF;
    color: #444444;
    font-size: 11px;
    height: 18px;
}

.lineBottom {
    background-color: #8a8a8a;
    height: 25px;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
}

.lineBottomT {
    height: 25px;
    border: solid 1px #FFFFFF;
}

.cell {
    text-align: center;
    border: solid 1px #FFFFFF;
    position: relative;
}

.cellGT {
    text-align: center;
    border: solid 1px #FFFFFF;
    position: relative;
}

.cellMAdd {
    text-align: center;
    width: 188px;
    cursor: pointer;
}

.cellM {
    text-align: center;
    border: solid 1px #FFFFFF;
    width: 188px;
}



.cellMGT {
    text-align: center;
}

.cellD {
    text-align: center;
    border: solid 1px #FFFFFF;
    width: 35px;
    background-color: #00959c;
}


.cellTotal {
    text-align: center;
    border: solid 1px #FFFFFF;
    width: 50px;
}

.cellEtc {
    text-align: center;
    border: solid 1px #FFFFFF;
    width: 35px;
}

.cell .tbDays {
    width: 30px;
    height: 23px;
    text-align: center;
}

.tbDaysTotal {
    width: 60px;
    height: 22px;
    text-align: center;
}

.cell .tbDays2, .cell_altera .tbDays2 {
    width: 200px;
    height: 90px;
    text-align: left;
    z-index: 101;
    border: 3px solid #00959c;
    position: absolute;
    top: 15px;
    left: 1px;
    display: block;
}

.tbDays2 {
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 101;
    border: 3px solid #00959c;
    position: absolute;
    top: 15px;
    left: 0px;
    display: block;
}

.cell .ddl { /*height:23px; width:120px; text-align:left; padding-top:2px;*/
}

.cell .ddlLeft {
    height: 23px;
    width: 120px;
    text-align: left !important;
    padding-top: 2px;
}

.total {
    background-color: #696969;
    text-align: right;
    padding-right: 5px;
}

.tbWork {
    height: 21px;
    width: 96px;
    text-align: center;
}

.cbEstado {
    float: left;
    padding-left: 5px;
}

.ddlClient {
    float: left;
    height: 23px;
    text-align: center;
    width: 100px;
}
/*select{ padding-top: 2px!important;    text-align: center;}*/


.txtboxCss {
    float: left;
    height: 100px;
    background-color: #00959c;
}

.cell_altera .txtboxCss {
    float: left;
    height: 100px;
    background-color: #00959c;
}

.TextDiv {
    display: none;
    position: absolute;
    z-index: 1001;
    background-color: #00959c;
    width: 209px;
    height: 113px;
    border-radius: 0px;
}

.cell_altera .TextDiv {
    display: none;
    position: absolute;
    z-index: 1001;
    margin-top: 5px;
}

.closeButton {
    float: left;
    color: #fff;
    text-align: right;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    width: 200px;
    z-index: 101;
}

.closeBtn {
    color: #fff;
    font-family: Arial;
}

    .closeBtn:hover {
        color: #fff;
        font-family: Arial;
    }

.tdClient {
    border: 1px solid #FFFFFF;
    padding-right: 10px;
    text-align: right;
    width: 140px;
    font-weight: bold;
}

.tbClient {
    height: 21px;
    width: 120px;
    vertical-align: middle;
}

.CalendarExtender {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
}

.loader {
    float: left;
}

.WaitPanelBackground {
    background-color: #5E717B;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
}

.WaitMessageForeground {
    background-color: #FFFFFF;
    color: #5B5B5B;
    font-family: Trebuchet MS;
    font-size: 14px;
    padding: 20px;
    position: absolute;
    right: 25%;
    top: 100px;
    width: 50%;
    z-index: 101;
}

.ob_iDdlICBC {
    z-index: 1000 !important;
}

.protected {
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}