.errorMessage 
{
	color:Red;
	
}
.okMessage 
{
	color:#46B525;
}

.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}

.codeContainer
{
    /*border:1px solid gray;*/
    border: 1px groove gray;
    overflow: auto;
    font-size: 8pt;
    width: 97.5%;
    cursor: text;
    line-height: 10pt;
    font-family: 'Courier New' ,courier,monospace,consolas;
    background-color: #f4f4f4;
    max-height: 300px;
    margin: 20px 0 10px;
    padding: 4px;
    color: #000000;
}

.codeLine
{
    overflow:visible;
    /*width:100%;*/
    color:black;
    line-height:12pt;
    background-color:#f4f4f4;
    border-style:none;
    margin:0;
    padding:0;
}


.recordListContainer
{
    /*border:1px solid gray;*/
    border: 1px groove gray;
    overflow: auto;
    font-size: 9pt;
    width: 97.5%;
    cursor: text;
    line-height: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f4f4f4;
    max-height: 300px;
    margin: 20px 0 10px;
    padding: 4px;
    color: #000000;
}

/*start Rating Style*/
.ratingStar     
{
    font-size: 0pt;    
    width: 15px;    
    height: 14px;    
    margin: 0px;    
    padding: 0px;    
    cursor: pointer;    
    display: block;    
    background-repeat: no-repeat;
    }

.filledRatingStar     
{
    background-image: url(../images/filledstar.jpg);
}

.emptyRatingStar     
{
    background-image: url(../images/emptystar.jpg);
}

.savedRatingStar     
{
    background-image: url(../images/savedstar.jpg);
}
/*end Rating Style*/