/**
 * CSS Style Definitions of the voting component
 *
 * @author: volkc
 * @author: herbigan
 */

.votingBox .header-area{
	height: 3em;
	padding-left:0.92em;
	padding-right:0.92em;
}

.votingBox .rating-area{
	padding-top:0.92em;
	margin-left:0.92em;
	margin-right:0.92em;
	height: 7.13em;
}

.votingBox .text-area{
	height: 4.5em;
	padding-left:0.92em;
	padding-right:0.92em;
	padding-top:0.92em;
	text-align:center;

	cursor: default;
}

.votingBox .text-area-span{
	width: 13.79em;
}

.votingBox .star-container{
	position: absolute;
	height: 1.5em;
	width: 13.75em;
	text-align: center;
	cursor: pointer;
}

.votingBox .star-container.locked {
	cursor: default;
}

.votingBox .rating-star{
	display:inline;
	padding: 0;
	margin: 0;
	border: none;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.votingBox .rating-star.hover {
	background-color: #00FF00;
}

.votingBox .rating-star.selected {
	background-color: #FFE053;
}

.votingBox .rating-star.init {
	background-color: #FFFF00;
}

.votingBox .voting-overview{
	position: absolute;
	top: 7em;

	padding-left: 0.92em;
	padding-right: 0.92em;
	font-weight: bold;
	cursor: default;
}

.votingBox .voting-overview .voting-count,
.votingBox .voting-overview .rating {
	width:11.95em;
	height:2em;
	text-align:right;
}

.votingBox .voting-overview .voting-count {
	height: 1.5em;
	margin-bottom: 0.5em;
}

.votingBox .voting-overview .voting-count-label{
	float:left;
	color: #000000 !important;
}

.votingBox .voting-overview .voting-count-value{
	color: #000000 !important;
	display: block;
}

.votingBox .voting-overview .avg-vote-size{
	font-size: 1.75em;
}