﻿body
{
	margin:0px;  padding:0px;
	font-family:Arial, Helvetica, sans-serif;
    background-image:url('images/Background-pattern.png');
	background-repeat:repeat-x repeat-y;

}
.ThemeBackgroundHeader
{
    background-image:url('images/Header-background.png');
	background-repeat:no-repeat;
}


.width138
{
    width:138px;
}
.height11
{
    height:11px;
}

.NocornerWasfatRamadan
{
    background-image:url('images/wasfatRamadan/NoCorner.jpg'); background-repeat:repeat-x;  font-size:1px;  background-color:#dccbda;
}

.ContinueWasfatRamadan
{
   background-image:url('images/wasfatRamadan/ContinueBg.jpg'); background-repeat:repeat-y; width:158px; 
     
}

.SeperateWasfatRamadan
{
     background-image:url('images/wasfatRamadan/NoCorner.jpg'); background-repeat:repeat-x;  font-size:1px;  width:157px;
}
.backgroundBottom
{
     background-position:bottom;
}
.TitleWasfat 
{
    font-family:Century Gothic;
    color:#885780;
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    
}
.TitleWasfat1
{
    color:#491542;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:normal;
    
}
a.TitleWasfat1
{
    color:#491542;
    font-size:14px;
   font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    font-weight:normal;
}
a.TitleWasfat1:hover
{
    color:#491542;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:underline;
    font-weight:normal;
}
.CaroleBackground
{
    background-image:url(images/carole.jpg); background-repeat:no-repeat; width:468px; height:163px;
}
/* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	margin:0em;
	margin-top:3px;
	height:20px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 15px;
    height: 16px;
    margin: 1px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
	
}
.ratingStar .Filled {
    background-image: url(images/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(images/rating/ratingStarSaved.png);
}


/* ****************** Gauge ****************** */
.ratingGauge
{
	white-space:nowrap;
    font-size: 0pt;
	width:350px;
	height:12px;
	padding:0px 0 0px 0px;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingGauge.png);

	
}
.ratingGauge .ratingItem {
    font-size:0pt;
    width:15px;
    height:16px;
    margin:2;
    padding:0;
    display:block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingGauge .Filled {
    background-color:transparent;
}
.ratingGauge .Empty {
    background-color:#ff0;
}
.ratingGauge .Saved {
    background-color:#f00;
}

/* ****************** Thermometer ****************** */
.ratingThermometer 
{
	white-space:nowrap;
	width:350px;
	height:0px;
	padding:0px 0px 0px 0px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingThermometer2.png);
}
.ratingThermometer .ratingItem {
    font-size: 0pt;
    width: 15px;
    height: 16px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:e-resize;
	
}
.ratingThermometer .Filled {
    background-image: url(images/rating/ratingFilled.png);
}
.ratingThermometer .Empty {
    background-image: url(images/rating/ratingEmpty.png);
}
.ratingThermometer .Saved {
    background-image: url(images/rating/ratingSaved.png);
}
