body{
    font-size: 0.8em;
    background-color: #eeeeee;
}
h1{
    color: #555555;
    margin: 30px 10px;
    font-size: 2.5em;
    font-weight: normal;
    text-align:center;
    text-shadow: 2px 2px 1px #eeeeee;
}
h1 small{
    font-size: 0.2em;
    padding-right: 0px;
}
h2{
    margin: 10px 0px;
    font-size: 1.5em;
    border-bottom: 1px solid #a8a8a8;
    font-weight: normal;
}
.bg-holder{
    position:fixed;
    right: 5px;
    bottom: 5px;
    font-size: 15em; 
    color:#f0f0f0;
    text-shadow: 2px 2px 2px #dddddd;
}
.records-form{
    overflow:hidden;
}
.records-form label{
    margin-right: 20px;
}
.records-form input{
    margin-right: 30px;
    margin-bottom: 10px;
}
.records-form .ui-selectcheckboxmenu{
    margin-right: 30px;
    margin-bottom: 10px;
}
.status-new{
    
}
.status-deleted {
    color: #a8a8a8;
}

.status-late{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.person-row-disabled, 
.person-row-deleted{
    color: gray; 
}