# This stylesheet is used to style the Queue summary page
# queueTable.css, v1.0 11-dec-03 ppuxley BDBDFF
#

#td {
#    padding-right:5px;
#    padding-left:5px;
#    padding-top:2px;
#    padding-bottom:2px;
#}

tr.progRow {
    background-color: #336600;
}

tr.statusRow {
    background-color: #FFFFFF;
}

tr.colHead {
    background-color: #BDBDFF;
}

td.progID {
    width: 19%;
    color: #FFFFFF;
}

td.piName {
    width: 15%;
    color: #FFFFFF;
}

td.partner {
    width: 6%;
    color: #FFFFFF;
}

td.title {
    width: 35%;
    color: #FFFFFF;
}

td.instrument {
    width: 15%;
    color: #FFFFFF;
}

td.hrsAlloc {
    width: 10%;
    color: #FFFFFF;
    text-align: center;
}

td.colHeadprogID {
    width: 19%;
    color: #000000;
}

td.colHeadpiName {
    width: 15%;
    color: #000000;
}

td.colHeadpartner {
    width: 6%;
    color: #000000;
}

td.colHeadtitle {
    width: 35%;
    color: #000000;
}

td.colHeadinstrument {
    width: 15%;
    color: #000000;
}

td.colHeadhrsAlloc {
    width: 10%;
    color: #000000;
    text-align: center;
}


td.execStatus {
    width: 34%;
    vertical-align: top;
    height: 40;
}

td.dateStatus {
    width: 41%;
    vertical-align: top;
    height: 40;
}

td.compStatus {
    width: 25%;
    vertical-align: top;
    height: 40;
    font-style: italic;
    color: #008080;
}


#.other {
#    color: white;
#    background-color: black;
#}

