﻿/* 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;
}

/* Modal Popup */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 10px;
	width: 250px;
}
.modalItem
{
    overflow: auto;
    height: 100%;
    margin: 15px 0px;
}
.modalItem label
{
    color: #222222;
}
.modalHdr
{
    cursor: move;
    background-color: #DDDDDD;
    border: solid 1px Gray;
    color: Black;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}

.watermarked
{
    background-color: #FFFFC0;
    font-style: italic;
    color: Gray;
}

/* Rolling Link */
.rolling-link
{
    cursor: pointer;
}

