# This stylesheet is used to style the Execution History page
# $Id: ObsHistoryTable.css,v 1.1 2003/09/03 14:39:38 shane Exp $
#

td.firstDate {
    width: 20%;
}

td.firstID {
    width: 35%;
}

td.firstTime {
    vertical-align: center;
    horizontal-align: center;
    width: 15%;
}

tr.firstRow {
    width: 70%;
    vertical-align: top;
    background-color: #BDBDFF;
}

tr.obsRow {
    width: 70%;
    vertical-align: top;
    background-color: white;
}

td.obsDate {
    width: 20%;
}

td.obsID {
    width: 35%;
}

td.obsTime {
    width: 15%;
    text-align: center;
}