/* 
    Author: Randy Patterson
    Created: 01/26/2010
    Site: Rest. Ratings - Public
*/

#restRatingsContent h2 {
    margin-top: 0;
    margin-bottom: 3px;
}

table#restRatingsList {
    width: 100%;
}
        
table#restRatingsList thead th, table#restRatingsList tfoot {
    background-color: #156595;
    color: #FFF;
    font-weight: bold;
}
                
table#restRatingsList tr.even {
    background-color: #DEE2E7;
}

table#restRatingsList tr.odd {
    background-color: #FFF;
}

p#returnLink {
    text-align: center;
}

.restName {
    font-size: 1.5em;
    font-weight: bold;
}

th.width100 {
    width: 100px;
}
