﻿.pageHeading {
    font-size: 13px;
    font-weight: normal;
}

.strong {
    font-weight: bold;
}

.showcase {
    font-weight: bold;
    padding: 5px;
    font-size: 105%;
    line-height: 150%;
}

.criteriaMatch {
    font-weight: bold;
}

.indent {
    padding: 4px 0 4px 16px;
}

.indentTight {
    padding: 2px 0 2px 8px;
}

.trailingIndent {
    padding: 4px 0 4px 16px;
    text-indent: -16px;
}

.trailingIndentTight {
    padding: 2px 0 2px 8px;
    text-indent: -8px;
}

.ancillary {
    font-weight: 100;
    padding: 2px 0 0 8px;
    text-indent: -8px;
}

.softBarrier {
    width: 100%;
    height: 3px;
    border-bottom: solid 1px #666;
    margin-bottom: 3px; 
}

.seperate {
    font-style: italic;
}

.profit {
    /* color: #000; */
}

.loss {
    /* color: #000; */
}

.indent1 {
    padding-left: 25px;
}

.indent2 {
    padding-left: 50px;
}

.indent3 {
    padding-left: 75px;
}

.gridAltCell {
    padding: 3px;
    border: solid 1px #666;
}

.inlineLabel {
    font-weight: normal;
}

.brandColumn {
    text-transform: capitalize;
}

.additional {
    font-style: italic;
}

.in-progress {
    text-decoration: overline underline;
    font-weight: bold;
}

.completed {
    text-decoration: line-through;
}

.closed {
    text-decoration: none;
    padding: 1px 5px 1px 5px;
    margin-left: 5px;
}

.open {
    text-decoration: none;
    padding: 1px 5px 1px 5px;
    margin-left: 5px;
    text-decoration: blink;
}

.deferred {
    border: solid 1px #666;
}
