ul.navlist li
{
    right-padding: 0.5em;
    list-style: none;
    float: left;
}

.navlist.previous
{
    padding-right: 0.5em;
}

table.reservation
{
}

th.reservation
{
    padding-right: 0.5em;
}

.reservation.content
{
    background-color: blue;
}

.reservation.content.pending
{
    background: #ECED46 url("../img/yellow_rect.png") repeat-x scroll center top;
    color: #000000;
}

.reservation.content.nolex
{
    background: #4651ED url("../img/blue_rect.png") repeat-x scroll center top;
    color: #000000;
}
