/**
 * Shared Compare Css.
 */
.box-content {
    width: 600px;
}
.box-description {
    width: 600px;
}
table {
    /* margin: 0px; */
}
.compare-spreadsheet {
    border-collapse: collapse;
}
.compare-row {
}

.compare-cell {
    text-align: center;
    padding: 0px;
    border-left: 1px solid #172C57;
    border-right: 1px solid #172C57;
    border-top: 1px solid #930D1D;
    border-bottom: 1px solid #930D1D;
}
/**
 * Cell styles per token type.
 */
.type-0 {
    /* null type */
    background-color: inherit;
}
.type-1 {
    /* true type */
    background-color: #E8EBF5;
}
.type-2 {
    /* false type */
    background-color: #295D8C;
}
.type-3 {
    /* tbd type */
    background-color: #B5BAC0;
}
.type-4 {
    /* na type */
    background-color: #B5BAC0;
}
.type-5 {
    /* optional type */
    background-color: #E7E9EE;
}

/**
 * Legend styles.
 */
.compare-cell-legend {
    text-align: center;
    padding: 0px;
}
.legend-1 {
    text-align: center;
    padding-right: 3px;
    padding-left: 3px;
    border-bottom: 1px solid #930D1D;
    border-left: 1px solid #173D5D;
    border-right: 1px solid #173D5D;
}
.legend-2 {
    text-align: left;
    padding-left: 3px;
    width : 190px;
    border-right: 1px solid #173D5D;
    border-bottom: 1px solid #930D1D;
    border-top: 1px solid #930D1D;
}
.compare-blank {
    width : 190px;
    padding: 0px;
    padding-left: 3px;
    border-right: 1px solid #173D5D;
    border-bottom: 1px solid #930D1D;
}
.compare-link {
    /*text-decoration: underline;*/
}

.token-legend {
float: right;
    width                   : 0%;
    border                  : 2px solid #E7E9EE;
    padding                 : 5px;
    margin                  : 5px;
    white-space             : nowrap;
    font-weight             : bold;
}

td.token-legend-cell {
    margin                  : 2px;
    padding                 : 2px;
}

/**
 * Paging Controls
 */
.box-paging {
    text-align: right;
    font-weight: bold;
    padding: 5px;
    background-color: #E7E9EE;
    clear: both;
}
.page-number {
    float : left;
    text-align : left;
}

/**
 * Link colors.
 */
.session {
    margin-left: 5px;
}

