/* TABLE STYLES */

/* KEY PRODUCING AREAS */

table.kpa {
    margin-top: 5px;
    margin-bottom: 0;
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    color: #002942;
}

table.kpa tr.thick_headings td,
table.kpa tr.thick_headings th {
    border-bottom: 2px solid #8b8078;
}

table.kpa tr.tabledivide td,
table.kpa tr.tabledivide th {
    border-bottom: 1px solid #8b8078;
}

table.kpa th {
    text-align: left;
    color: #002942;
    font-weight: normal;
    font-size: 1em;
}

table.kpa thead th {
    vertical-align: bottom;
}

table.kpa td {
    padding-bottom: 3px;
    font-size: 1em;
    text-align: right;
}

.text-align-right {
    text-align: right !important;
}

.text-align-left {
    text-align: left !important;
}

.text-align-center {
    text-align: center !important;
}

table.kpa td.keytitle {
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

table.kpa td.key {
    width: 120px;
    font-size: 0.9em;
    font-weight: bold;
}

table.kpa td {
    padding-top: 5px;
    line-height: 16px;
}

table.kpa caption {
    display: none;
}

.text-align-right {
    text-align: right !important;
}

.text-align-left {
    text-align: left !important;
}

table.challenges {
    color: #666;
    font-size: 0.9em;
    text-align: left;
}

table.challenges span {
    color: #002942;
    display: block;
    clear: both;
    height: 65px;
}

table.challenges th,
table.challenges td {
    border-bottom: 1px solid #002942;
    padding: 3px;
    vertical-align: top;
}

table.challenges th,
td.blue {
    color: #002942;
}

.no_border_bottom td,
.no_border_bottom th {
    border-bottom: none !important;
}

table.generic {
    margin-top: 5px;
    margin-bottom: 10px;
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    color: #666;
}

table.generic thead th {
    vertical-align: bottom;
}

table.generic td,
table.generic thead th {
    padding: 3px;
    line-height: 16px;
    text-align: right;
    border-bottom: 1px solid #002942;
    font-weight: normal;
}

table.generic td.current_year,
table.generic th.current_year,
table.generic strong.sub_header {
    font-weight: bold;
    color: #002942;
}

table.generic td.current_year {
    background-color: #d9d9d9;
}

table.generic tbody th {
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #002942;
}

.two_line td,
.two_line th {
    border-bottom: 2px solid #002942 !important;
}

.two_line td.no_border_bottom,
.two_line th.no_border_bottom {
   border-bottom-style: none !important;
}

.hide {
    display: none;
}

.no_line td,.no_line th {
    border-bottom: none !important;
}

table.risk {
    color: #002942 !important;
}

table.risk td,
table.risk th {
    vertical-align: top !important;
    padding: 2px 0;
}

table.risk thead th {
    font-weight: bold;
    color: #002942;
    border-bottom: 2px solid #002942;
    padding: 2px 0;
}

.two_line_brown td,
.two_line_brown th {
    border-bottom: 2px solid #8b8078 !important;
}

.heading_row td,
.heading_row th {
    color: #9b243e !important;
    border-bottom: 2px solid #8b8078 !important;
}
