﻿/*CollapsiblePanel*/
.BoxTitle
{
	color: white;
}	
.collapsePanel
{
	background-color: #f5f5f5;
	border-right: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	margin-top: 1px;
	clear: none;
	border-top-style: none;
	overflow: visible;
}

.collapsePanelHeader
{
    width: 100%;
    height: 26px;
    background-image: url("Box/mHead.gif");
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
    margin-top: 3px;
}
.collapsePanelSilver
{
    background-color: #f5f5f5;
    border-right: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    margin-top: 1px;
}

.collapsePanelHeaderSilver
{
	height: 26px;
	background-image: url(  "Box/mHead.gif" );
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	margin-top: 3px;
	color: #336699;
	overflow: visible;
	clear: none;
}

.collapsePanelWhite
{
    background-color: white;
    border-right: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    margin-top: 1px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 13px;
    margin: 0px;
    padding: 0px;
    cursor: normal;
    display: block;
    background-repeat: no-repeat;
}
.ratingPos
{
    float: right;
    vertical-align: top;
}
.ratingPosComponent
{
	text-align: center;
	clear: both;
}

.filledRatingStar
{
    background-image: url(FilledStar.jpg);
}
.filledRatingStarAzul
{
    background-image: url(FilledStarAzul.jpg);
}
.emptyRatingStar {
    background-image: url(EmptyStar.jpg);
}
.emptyRatingStar1 {
    background-image: url(EmptyStar1.jpg);
}
.savedRatingStar {
    background-image: url(SavedStar.jpg);
}
.savedRatingStar1 {
    background-image: url(SavedStar1.jpg);
}
.PwdTextIndicator
{
	background-color: #dcdcdc;
	color: navy;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
}
