.link {
    font-size: x-small;
}

div.centered {
    text-align: center;
}

    div.centered table {
        margin: 0 auto;
        text-align: left;
        padding: 1px;
    }

.grooved {
    font-family: Verdana;
    font-size: x-small;
    border: groove thin black;
    background-color: #C4C6CA;
}

.title {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: medium;
    background-color: #c4c6ca;
}

.readOnly {
    font-size: x-small;
    border: 1px solid grey;
}

.inputBox {
    font-size: x-small;
    border: 1px solid grey;
}
.readOnlyLabel {
    font-size: x-small;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    text-transform: uppercase;
}


.listBox {
    font-family: Verdana;
    text-transform: uppercase;
    font-size: x-small;
}

.labelBox {
    font-size: x-small;
    padding-left: 2px;
    padding-right: 4px;
}

.labelNoteBox {
    border: groove thin;
    font-size: x-small;
    font-family: Verdana;
    background-color: #eeeeee;
    text-transform: uppercase;
    overflow: auto;
}

.noteBox {
    font-size: xx-small;
    font-family: Verdana;
    width: 100%;
    text-transform: uppercase;
}

td.titleA {
    background-color: #c4c6ca;
    font-size: medium;
    font-family: Verdana;
    font-weight: bold;
    color: black;
    padding-top: 2px;
    padding-bottom: 2px;
}

td.subTitleA {
    background-color: #C4C6CA;
    text-align: center;
    font-size: small;
}

BODY.dialog {
    background-color: scrollbar;
    font-size: xx-small;
}


.bordered {
    font-family: Verdana;
    font-size: xx-small;
}

.section {
    padding-bottom: 2px;
    padding-top: 2px;
}

.cts_TopTabSelected {
    font-size: 8pt;
    font-family: Verdana;
    width: 140px;
    height: 24px;
    text-align: center;
    font-weight: bold;
    padding: 1px;
    color: black;
    background-color: #C4C6CA;
    border: black solid 1px;
    border-bottom: 0;
    float: left;
    vertical-align: middle;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    cursor: default !important;
}

.cts_Tab {
    font-size: 8pt;
    font-family: Verdana;
    width: 140px;
    height: 23px;
    text-align: center;
    font-weight: bold;
    padding: 1px;
    color: black;
    background-color: #A8A8A8;
    border: black solid 1px;
    float: left;
    vertical-align: middle;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
}
.subTitleLeftalign {
    background-color: #C4C6CA;
    text-align: left;
    font-size: medium;
}