﻿/* Rating */
#right fieldset .item span.ratings, #right .profile .item span.ratings
{
    padding-top: 5px;
}
#right fieldset .item span.ratings div span, #right .profile .item span.ratings div span
{
    width: 13px;
}
#right fieldset .item span.ratings div a, #right .profile .item span.ratings div a
{
    background-image: none;
    padding: 0px;
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(FilledStar.png);
}

.emptyRatingStar {
    background-image: url(EmptyStar.png);
}

.savedRatingStar {
    background-image: url(SavedStar.png);
}

#right .form .content
{
    background-color: #F3F3F3;
}

/* Comments from ratings */
.Comments
{
    overflow: auto;
    height: 100%;
    border-top: dashed 1px Black;
}
#right .Comments h4
{
    margin: 10px 0px;
}

.Comments .description, .Comments .alt
{
    border-bottom: dotted 1px Gray;
    padding: 3px;
    
}
.Comments .description
{
    background: #F1F1F1;
}

/* other properties inherited from style.css */
.accordion-content, .accordion-header, .accordion-header-selected, .accordion-content-area
{
}
/* Inherits from Menu h3 in style.css */
.accordion-header-selected h4
{
}

/* Password Strength classes */
.ps-position
{
    position: relative;
    top: 50px;
}
.level1
{
    color: #800000;
}
.level2
{
    color: Red;
}
.level3
{
    color: #FF8C00;
}
.level4
{
    color: #C0C000;
}
.level5
{
    color: #008000;
}
