﻿/*CollapsiblePanel*/
.collapsePanel {
	overflow:hidden;
	height: 0px;
}

.collapseHeader 
{ cursor: pointer;
    margin-top: 0px;}
    
/*Update Progress*/    
.progress {margin-top: 20px; margin-bottom: 20px; font-size: 11px; color: Gray;}
    
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
    
/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
	border-color:Black;
	padding:3px;
	width:450px;
}

/* passwordStrength */
.passwordStrength 
{   
    font-size: 11px;
    font-weight: bold;
    color:white;
    width: 150px; height: 20px;
    background-color:red;
    padding: 3px 3px 2px 3px;  }
    
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../../Media/Components/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(../../Media/Components/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(../../Media/Components/SavedStar.png);
}    