/*
 * All PureContent styles should start with prefix "pcs-" distinctive from general RAR styles.
 * Names with no such prefix are used in both or only in general style sheets.
 */

#header, .menuDiv, .notContent, a, .aside, .tools, .filterTable, .pager-bottom {
    display: none;
}

.form-group, .deftbl {
    max-width: 1000px;
}

td.label {
    width: 250px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
    padding-bottom: 5px;
}

table.data-table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}

table.data-grid tr th, table.data-grid tr td {
    border: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
}

table.data-table th {
    text-align: left;
    background-color: #bbb;
}

table.form-table tr {
    margin-bottom: 3px;
}

th.alignRight {
    text-align: right;
}

td.alignRight {
    text-align: right;
    white-space: nowrap;
}

td.alignLeft {
    text-align: left;
}

.smallBreak {
    height: 20pt;
}

.tinyBreak {
    height: 5pt;
}

.b {
    font-weight: bold;
}

a.pcs-visibleLink {
    display: inline;
    color: black;
}

table.no-data-grid tr.data-grid-top td {
    border-top: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
}

table.no-data-grid tr.data-grid-bottom td {
    border-bottom: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
}

table {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
}
