.PR_Review_rating {
    float: right;
}
.PR_Review_name {
    font-weight: bold;
}
.PR_Review_date {
    font-size: .8em;
}
.PR_Review {
    padding: 5px;
    border-bottom: 1px dotted #333366;
}
.PR_Review_odd {
    background-color: #F2F2F2;
}
.PR_Review_even {
    background-color: #F8F8F8;
}
#PR_Reviews_stats {
    font-size: .8em;
}
.PR_Review_comments {
    padding-top: 5px;
}
#PR_Reviews_error {
    font-weight: bold;
    color: #7F0100;
}
#PR_Reviews_success {
    font-weight: bold;
    color: #30C030;
}
#PR_Reviews_closed {
    font-weight: bold;
}
#PR_Reviews_header {
    font-size: 18px;
    text-align: center;
    background-color: #00689F;
    color: #FBFBFB;
}
#PR_Reviews_none {
    font-weight: bold;
}
