
#box8 .contentTable {
    padding: 5px 5px 5px 10px;
    border-top-style: inset;
    border-top-width: thin;
    border-top-color: #000000;
}
.contentHead {
    height: 32px;
    background: white;
    font-weight: 800;
    color: #3366CC;
}
.contentColHead {
    height: 26px;
    background: white;
    font-weight: 600;
    color: #000000;
}
.contentColHeadMain {
    height: 20px;
    background: white;
    font-weight: 600;
    color: #000000;
}
.contentColHeadSub {
    height: 20px;
    background: white;
    font-weight: 600;
    color: #000000;
}
.contentLinks {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3366CC;
}
.rowOdd {
    height: 20px;
    background: white;
}
.rowEven {
    height: 20px;
    background: #f0f0f0;
}
.rowEdit {
    background: white;
}
.dispActive {
    font-style: normal;
    color: #000000;
}
.dispInactive {
    font-style: italic;
    color: #ff8080;
}
select {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}
.intextcen27 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    width: 27px;
}
.intextnorm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}
.errorHide {
    display: none;
}
.errorShow {
    display: block;
    background: red;
    font-weight: 600;
    color: #ffffff;
    padding-left: 3px;
}
.showEditBlock {
    display: inherit;
    background: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    width: 725px;
}
.showEditRow {
    display: inherit;
    height: 34px;
    background: #ffffff;
    vertical-align: middle;
}
.showEditRowHead {
    display: inherit;
    height: 18px;
    background: #e8e8e8;
    vertical-align: baseline;
    color: #000000;
}
.hideEditBlock {
    display: none;
}

.showParent {
    display: block;
}
.hideParent {
    display: none;
}
.showChild {
    display: block;
}
.hideChild {
    display: none;
}

#debugHide {
    display: none;
}
#debugShow {
    display: block;
}

.errorShow li {
    font-weight: 400;
    font-size: 12px;
}

.notesHide {
    display: none;
}
.notesShow {
    display: block;
    background: white;
    font-weight: 600;
    color: #000000;
    padding-left: 3px;
    border-top-style: inset;
    border-top-width: thin;
    border-top-color: #000000;
    border-bottom-style: inset;
    border-bottom-width: thin;
    border-bottom-color: #000000;
}
.notesShow p {
    font-weight: 300;
    font-size: 11px;
    margin-bottom: 8px;
}
.highlightedNote {
    font-size: 11px;
    margin-bottom: 8px;
    color: #000000;
}
.responseHide {
    display: none;
}
.responseShow {
    display: block;
    background: green;
    font-weight: 600;
    color: #ffffff;
    padding-left: 3px;
}

.activeOdd {
    height: 23px;
    background: white;
}
.inactiveOdd {
    height: 23px;
    background: white;
    font-style: italic;
    color: #ff0000;
}

.activeEven {
    height: 23px;
    background: #e0e0e0;
}
.inactiveEven {
    height: 23px;
    background: #e0e0e0;
    font-style: italic;
    color: #ff0000;
}
