ul.phaseList {
    list-style-type: none;
}

ul.phaseList li {
    display: inline-block;
    background-image: none;
    background-color: #CCDBE7;
    margin-left: 5px;
    white-space: nowrap;
    padding: 5px 0px 0px 0px;
}

ul.phaseList li.active {
    background-color: #6E99B9;
}

ul.phaseList li a, ul.phaseList li a:link, ul.phaseList li a:visited, ul.phaseList li a:hover, ul.phaseList li a:focus {
    text-decoration: none;
    color: #3B5263;
}

ul.phaseList li.active a {
    color: #FFF;
}

ul.phaseList li a span, ul.phaseList li a div {
    text-align: center;
}

ul.phaseList li a div {
    width: 100%;
    background-color: #B9C3C8;
}

ul.phaseList li a div.active {
    background-color: #DC6A42;
}

p.tblInfo {
    background-color: #6E99B9;
    height: 5px;
}

p.tblInfo span.orange, p.tblInfo span.white {
    background-color: #FFF;
    float: right;
    height: 5px;
    width: 10px;
}

p.tblInfo span.orange {
    background-color: #E26A42;
    width: 14%;
}

table#tbl_results {
     width: 100%;
     border-collapse: separate;
     margin-top: -16px;
     line-height: 1.0em;
}

table#tbl_results thead tr th {
    border: none;
}

table#tbl_results thead tr th.tblMsg {
    border-bottom: 3px solid #E5EBEE;
    text-align: left;
    font-size: 8pt;
    letter-spacing: 1px;
    color: #E26A42;
    font-weight: normal;
}

table#tbl_results thead tr th.status {
    color: #6E99B9;
    width: 100px;
}

table#tbl_results thead tr th.grade {
    color: #e3805b;
    width: 80px;
}

table#tbl_results tbody tr td.status, table#tbl_results tbody tr td.grade {
    color: #375263;
    border-left: solid 10px #FFF;
    border-bottom: 1px solid #FFF;
}

table#tbl_results tbody tr td.status {
    background-color: #6E99B9;   
    font-size: 9pt;
}

table#tbl_results tbody tr td.grade {
    background-color: #e3805b;
    font-weight: bold;
    text-align: right;
    padding-right: 15px;
}

table#tbl_results tbody tr.currentCandidatura td.status, table#tbl_results tbody tr.currentCandidatura td.grade {
    color: #FFF;
}