
body {
    font-family: 'Roboto Condensed', sans-serif;
}

.navtab table{
    margin-bottom: 15px;
    border-bottom: #cccccc solid 1px;
    border-top: #cccccc solid 1px;
}

.navtab div {
    padding: 5px;
    background-color: #009900;
    margin: 4px;
    border-radius: 3px;
    height: 20px;
}

.navtab a:link {
    text-decoration: none;
}

.navtab a:hover {
    text-decoration: none;
}

.navtab div:hover {
    border-bottom: #333333 solid 3px;
    height: 17px;
}

.form-text-input {
    width: 92%;
    padding: 4px;
    border-radius: 4px;
    margin-left: 4px;
    margin-right: 4px;
}

.list {
    border: #555 solid 1px;
    border-radius: 5px;

}

.list th {
    text-align: left;
    background-color: #555;
    color: white;
    padding: 3px;
}

.rec:hover {
    background-color: #d9d9d9;
    cursor: hand;
    cursor: pointer;
}