table.cxe {
    border: 1px solid #80ABE1;
    border-collapse: collapse;
    font-size: 100%;
    margin: 0 auto 10px;
}
table.cxe caption {
    font-weight: bold;
    text-align: center;
}
table.cxe th, table.cxe td {
    background-color: #FFFFFF;
    border-bottom: 1px solid #80ABE1;
    color: #000000;
    padding: 1px 5px;
}
table.cxe th {
    font-weight: bold;
}
table.cxe thead.cxe_header {
    background-color: #80ABE1;
    color: #000000;
    text-align: center;
}
table.cxe thead.cxe_header th {
    background-color: #80ABE1;
    border-bottom: 1px solid #80ABE1;
    color: #000000;
}
table.cxe_3col {
    margin: 10px auto;
    padding: 0;
    width: 100%;
}
table.cxe_3col td {
    margin: 0;
    padding: 0 10px;
    text-align: left;
    vertical-align: top;
}
table.cxe_3col td.cxe_3col_outer {
    width: 33%;
}
table.cxe_3col td.cxe_3col_inner {
    width: 34%;
}
table.cxe_3col td.cxe_3col_rightborder {
    border-right: 1px solid #80ABE1;
}