﻿.ratingStar
{
    font-size: 0pt;
    width: 16px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    float: left;
    background-repeat: no-repeat;
}
.ratingStarAr
{
    font-size: 0pt;
    width: 16px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    float: right;
    background-repeat: no-repeat;
}
.filledRatingStar
{
    background-image: url(../images/FilledStar.png);
}
.emptyRatingStar
{
    background-image: url(../images/EmptyStar.png);
}
.savedRatingStar
{
    background-image: url(../images/SavedStar.png);
}

/*Modal Popup*/
.modalBackground 
{
    text-align:center;
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#fff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:400px;
	height:250px;
}

.modalPopup p {
    padding: 5px;
}

.modalPopupTitle span.divider img , .navigationBarInternal span.divider img {
	background: url(../images/navigation_bar_divider.gif) no-repeat bottom center;
	width: 10px;
	height: 9px;
	border: none;
	padding: 0px;
	margin: 0px;
}

.modalPopupTitle .breadCrumb , .navigationBarInternal .breadCrumb {
	float:left;
	font-size: 13px;
	font-weight: bold;
	color: #0c567a;
	
}
.modalPopupTitleAr .breadCrumbAr , .navigationBarInternalAr .breadCrumbAr {
	float:right;
	font-size: 13px;
	font-weight: bold;
	color: #0c567a;
	
}
.modalPopupTitle span.currentPage, .navigationBarInternal span.currentPage{
	color: #ffac00;
}
