/* Make Project List Header and Log View headers text larger & bold */
a.b {
/*color:#D3D3D3;*/
font-family:Arial;
font-size: 12px;
font-weight:bold;
vertical-align:top;
}

/* Modify Project List Font Size */
tr.b {
color:black;
font-family:Arial;
font-size:12px;
vertical-align:top;
}

/* Bold First Field in Project List*/
#proj_list tbody tr td:first-child
{
    font-size: 11px;
    font-weight: bold;
}

/*project List Hover - Lightblue*/

#proj_list tbody tr:hover
{
background-color:#F3DFB0;
}