@CHARSET "UTF-8";
body {
    padding: 50px;
    font-family: Arial
}

.HiddenText,
#cgisrnotifier {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    
    clip: rect(1px, 1px, 1px, 1px);
}

.parentDiv {
    width: 56.250em;
}

.cgi-PCOuterContainer {
    border: 1px solid #E2E2E2;
}

.cgi-PCTableWrapper {
    width: 56.250em;
    overflow-x: hidden;
    position: relative;
}

.cgi-PCHeaderWrapper {
    min-height: 6.29em;
}

.cgi-PCBodyWrapper {
    min-height: 350px;
    overflow-y: auto;
}

.cgi-PCButtonArea {
    margin: 10px 0;
    text-align: right;
}

.cgi-PCScrollContainer {
    position: absolute;
}

.cgi-PCHeaderContainer {}

.cgi-PCBodyContainer {}

.cgi-PCTable td,
.cgi-PCTable th {
    width: 18.750em;
    padding: 10px;
}

.cgi-PCTable {
    border-collapse: collapse;
}

.cgi-PCTable td,
.cgi-PCTable th {
    border-color: #E2E2E2;
    border-style: solid;
    border-width: 0 1px 1px 0;
}

.cgi-PCTable th {
    text-align: left;
}

.cgi-PCTable th.hiddenColumn,
.cgi-PCTable td.hiddenColumn {
    visibility: hidden;
}

.cgi-PCMainTable th,
.cgi-PCMainTable td {
    border-bottom-width: 1px;
}

.cgi-PCMainTable tr:first th,
.cgi-PCMainTable tr:first td {
    border-bottom-width: 1px;
}

.cgi-PCHeaderTable {
    position: absolute;
}

.cgi-PCHeaderTable th,
.cgi-PCHeaderTable td {
    height: 6.250em;
    vertical-align: top;
}

.cgi-PCHeaderTable .colDeleteWrapper {
    text-align: right;
    height: 3.125em;
}

tr.groupHeader {
    height: 3.125em;
}

tr.groupHeader th {
    background-color: #666;
    color: #FFF;
    vertical-align: top;
}

tr.groupHeader th a {
    color: #FFF;
}

.fixedRowWrapper {
    position: relative;
}

.fixedRowHeading {
    position: absolute;
    left: 0px;
    top: 5px;
}

.rowGroupTitle {
    float: left;
    width: 45.625em;
}

.rowGroupControls {
    float: left;
}

.moveRowGroup {
    margin-right: 20px;
}

.toggleRowGroup {}

tr.sizerRow {
    height: 0;
}

.sizerRow td,
.sizerRow th {
    height: 0;
    overflow: hidden;
    padding: 0;
    border-bottom-width: 0;
}

.subValue {
    font-size: 0.8em;
    color: navy;
}

table, thead, tbody, tr, th, td {
    box-sizing: border-box;
}