table.matrix_table
{
border: 0px solid #B7BCDB;
}

td.matrix_heads_x
{
border: 0px solid #B7BCDB;
font-weight: bold;
text-align: center;
background-color: #B8B8D6;
padding: 5px;
color: #000;
}

td.matrix_heads_y
{
    border-top:1px dotted #666666;
    color:#000000;
    font-size:0.9em;
    padding:0px 0px 1px 0px;
    text-align:center;
    vertical-align:top;
    width:80px;
}
.elementtime{
    background-color:#C4F2EB;
    font-weight:bold;
    white-space:nowrap;
}

td.matrix_heads_xy
{
border: 0px solid #B7BCDB;

}

td.matrix_data
{
    border-top:1px dotted #666666;
    vertical-align: top;
    font-weight: bold;
    color: 000000;
    padding: 5px;
    width: auto;
    background-color:#E9E9F5;
}
td.matrix_services
{
background-color:#D5D5ED!important;
}
td.bottom
{
    border-bottom: 1px solid #B7BCDB;
}
td.matrix_x_name
{
    border: 0px solid #B8B8D6;
    font-weight: bold;
    text-align: center;
    background-color: #B8B8D6;
    padding: 5px;
    color: #000000;
    height: 20px;
}
td.matrix_Y_name
{
border: 1px solid #B7BCDB;
font-weight: bold;
font-size: 11px;
text-align: center;
background-color: #EBECF3;
padding: 5px;
color: #000000;
width: 20px;
}
