.error_message
{
}

.required-field
{
    width: 100px;
    font-weight: bold;
}

.comment
{
    font-size:.7em; 
}


.entry_new
{
    border: 1px solid #999999;
    padding: 10px 10px 10px 10px;
    background: #EFEFEF;
    width: 500px;
}

.entry
{
    font-size: 4px;
}

.dark td, .bright td
{
    font-size:10px
}

.verydark
{
    background: #666666;
    font-weight: bold;
    padding: 4px;
}

.verydark a, .verydark a:visited
{
    color: white;
    font-size: 12px;
    padding: 5px;
}

.dark
{
    background: #CCCCCC;
}

.bright
{
    background: #EFEFEF;
}

.search_options
{
    background: #666666;
    color: white;
    padding: 4px;
    margin: 2px;
}

.no_entries
{
    background: #EFEFEF;
    padding: 3px;
    margin: 2px;
    height: 220px;
}


.user_info
{
    left: 730px;
    top: 30px;
    width: 140px;
    position: absolute;
    font-size: 9px;
    color: white;    
}

.user_info a, .user_info a:visited
{
    color: white;
}

.projects, .projects a, .projects a:visited
{
    color: #E2E2E2;
}