#login-box {
    border: black 1px solid;
    padding: 4px;
}

table.project{
                border: 2px solid #333333; background-color: #FCF2A1;

}

table.project th {
                background-color: #333333; color:white; text-transform: uppercase;
}


table.project td.form-label {font-weight: bold; vertical-align: top;}

TABLE.table-display {
    font-family: tahoma, verdana, helvetica; 
    font-size: 85%;
}

TR.table-header {
    background-color: #cccccc; 
}

TR.even {
    background-color: #f0f0f0;
}

TR.odd {
    background-color: #e0e0e0;
}
