/*---------------TABLE---------------------*/

#content th {
        color: #00AAC8;
        border-top: 4px solid #00AAC8;
		  font-size: 11px;
}

#content td.title_cell {
        color: #00AAC8;
        border-top: 1px solid #00AAC8;
        border-bottom: 1px solid #00AAC8;
        text-align: center;
        font-size: 11px;
}

#content th.red_cell {
        color: #F59649;
        border-top: 4px solid #F59649;

}

#content th.light_cell {
        background-color: #D9DFE3;
}
#content td.light_cell {
        background-color: #D9DFE3;
}
