﻿ /* 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(images/FilledStar.png);
}

.emptyRatingStar
{
    background-image: url(images/EmptyStar.png);
}

.savedRatingStar
{
    background-image: url(images/SavedStar.png);
}


/*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: 3px;
    width: 250px;
    position: absolute;
}

.sampleStyleA
{
    background-color: #FFF;
}

.sampleStyleB
{
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC
{
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD
{
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}

/*Popup Control*/
.popupControl
{
    background-color: White;
    position: absolute;
    visibility: hidden;
}
/*water marks*/

.grey
{
    color :Gray ;
    font-family:arial;font-size:11px;color:#3D3D3D;
}

.progress
{

}
.hand
{
	cursor: pointer;
	cursor :hand;
}
.clClass
{
	color :Green ;
}

body{font-family:Arial;font-size:11px;color:#3D3D3D;margin:0px;}
