/* timeline.css */

#PageBody table#timeline {
    width: 55em;
    font-family: sans-serif;
    font-size: 9pt;
    border-spacing: 2px;
    padding: 0;
    border: 1px solid black;
    margin: 0;
}


#PageBody table#timeline thead th ,
#PageBody table#timeline tfoot th {
    background-color: #000000;
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    vertical-align: top;
    padding: 5px;
}


#PageBody table#timeline tbody th {
    background-color: #3f3fbf;
    color: #ffffff;
    font-size: 10pt;
    font-weight: normal;
    vertical-align: top;
    padding: 5px;
}


#PageBody table#timeline tbody td {
    white-space: normal;
    text-align: left;
    vertical-align: top;
    padding: 3px 9pt 5px 6pt;
}

#PageBody table#timeline tbody td.C1 {
    background-color: #dfdfdf;
    width: 5em;
    white-space: nowrap;
    font-weight: bold;
    border-right: 2px solid black;
}
#PageBody table#timeline tbody td.C2 {
    width: auto%;
    font-style: normal;
}

.ford {
    color: red;
    font-weight: bold;
}

/*eof*/
