﻿/* Rating */

.ratingStar {
    font-size: 0pt;
    width: 15px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display:block;
    float:right;
    background-repeat: no-repeat;
}



.filledRatingStar {
    background-image: url(../Image/FilledStar.gif);
}



.emptyRatingStar {

    background-image: url(../Image/EmptyStar.gif);

}



.savedRatingStar {

    background-image: url(../Image/SavedStar.gif);

}

.PS_TextIndicator 
{
	color: Red;
	font-size:11px;
	margin-left: 25px;
}

.PS_Helper 
{
	color: Green;
	font-size:12px;
	margin-left:5px;
}

.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url('../image/HandleGrip.png');
	overflow:hidden;
	cursor:se-resize;
}
    
.frameText
{
	width:250px;
	height:250px;
	overflow:auto;
  position:absolute;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	font-family:Helvetica;
	line-height:normal;
}