﻿.tableWithInputs {
    border-spacing: 3px;
    border-collapse: separate;
}

h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

table.tblCols{
    border-width: 1px; 
    border-style: none; 
    padding: 0px; 
    margin: 0px;
}

table.tblCols > tbody > tr > td {
    border-width: 1px; 
    border-style: none; 
    width:300px;
    margin-right:80px;
    padding-right: 100px;
    vertical-align: top;
}

table.tableWithInputs td {
    vertical-align: top;
    text-align: left;
    border: 1px none;
}

table.tableWithInputs td.rightAlign {
    vertical-align: bottom;
    text-align: right;
}

table.tableWithInputs > tbody > tr > td:nth-child(1){
    width:140px;
}

table.tblCols > tbody > tr > td:nth-child(1){
    min-width:140px;
}

table.tblCols > tbody > tr > td:nth-child(2){
    min-width:200px;
}
.tableWithInputs > tbody > tr > td > span {
    border: none;
}

.empBlue {
    color: #0000FF;
}

table.tableWithInputs span {
    border: thin inset #C0C0C0;
    padding: 2px 2px 2px 2px;
    min-width: 120px;
    min-height: 15px;
    display: inline-block;
}

    table.tableWithInputs span [disabled] {
        border: none;
        padding: 2px 2px 2px 2px;
        display: inline-block;
        min-width: 0px;
        min-height: 0px;
    }

table.tableWithInputs input[type='text'][disabled],select[disabled]  {
    border: thin inset #C0C0C0;
    padding: 2px 2px 2px 2px;
    min-width: 120px;
    min-height: 15.33px;
    display: inline-block;
    /*background-color: #FFFFCC;*/
    background-color: #F0F0F0;
    color: #808080;
    /*font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;*/
}

table.tableWithInputs span.cbTableWithInputs {
    width: 130px;
    border-width: 0px 0px 0px 0px;
}

table.NoMargins {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    border-spacing: 2px;
    -webkit-border-horizontal-spacing: 0px;
    border-collapse: collapse;
    min-width: 206px;
    /*max-width: 300px;*/
}

    table.NoMargins tbody tr {
        margin: 0px;
        padding: 0px;
        border-spacing: 2px;
        -webkit-border-horizontal-spacing: 0px;
        /*border-width: 0px;
        border-image-width: 0px;
        border: none;*/
    }
    table.NoMargins tr td {
        /*border-width: 0px;
            border-image-width: 0px;
                border: none;*/
        -webkit-border-horizontal-spacing: 2px;
        border-spacing: 2px;
        padding-left: 2px;
        margin-left: 2px;
        width: auto;
        min-width: 40px;
    }

        table.NoMargins tr td:nth-child(3) {
            width: 15px;
            min-width: 15px;
            max-width: 15px;
            text-align:center;
        }

        .floatLeft {
            float: left;
        }

table.firstColBold tr td:nth-child(1) {
    font-weight: bold;
    vertical-align: top;
}

table.fourthColBold tr td:nth-child(4) {
    font-weight: bold;
}

h3 {
    padding: 0px;
    margin: 0px;
}

.lblHead {
    font-size: large;
    font-weight: bold;
}

.smallHeader {
    font-weight: bold;
    font-size: larger;
}

.tdWithBorder {
    border-width: 1px;
    border-style: solid;
}

.tdBorderLeft {
    border-left-width: 1px;
    border-left-style: solid;
}

.tdBorderRight {
    border-right-width: 1px;
    border-right-style: solid;
}

.tblBottom {
}

    .tblBottom td {
        vertical-align: bottom;
    }

.tblTop {
}

    .tblTop td {
        vertical-align: top;
    }

.trMiddle {
}

    .trMiddle td {
        vertical-align: middle;
    }

.trTop {
}

    .trTop td {
        vertical-align: top;
    }

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.lineBreakTable {
    display: inline-table;
    vertical-align: middle;
}

.lockingInfo {
    color: #CC0033;
}

.highlighted{
    color: #CC0033;
    font-weight:bold;
    font-size: larger;
    border:none;
}

#InfoMessagesDetails {
    position: absolute;
    z-index: 901;
    background-color: #f0f0f0;
    border: 1px solid #a0a0a0;
    left: -400px;
    padding: 5px 5px 5px 5px;
    display: none;
    color:#000000;
    width:700px;
}

#dvInteresseDetails {
    position: absolute;
    z-index: 901;
    background-color: #f0f0f0;
    border: 1px solid #a0a0a0;
    left: -200px;
    padding: 5px 5px 5px 5px;
    display: none;
    color: #000000;
    width: 400px;
}

#dvInteresse {
    color: #cc0033;
}

select {
    width: 205px;
    height: 23px;
}
input[type='text']{
    width: 200px;
}
.updateDiv {
    position: fixed;
    border: black 1px solid;
    padding: 5px;
    z-index: 200;
    width: 98%;
    height: 98%;
    top: 200px;
    background-color: #F1F1F1;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    text-align: center;
}

    .updateDiv img {
        position: relative;
        top: 48%;
        opacity: 0.7;
        -moz-opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
    }

.pointer {
    cursor: pointer;
}
table.maxW td {
    max-width: 220px;
}
.wrap {
    word-break: break-all;
    word-wrap: break-word
}