@CHARSET "ISO-8859-1";
.blogArticleVotePanel{
	font-size:0.7em;
	color:#000;
	width: 72px;
	height: 72px;
	border: 1px solid #eaeaea;
	
	background-color: #fff;
	position: relative;
	top: 0px;
}

.totalScore{
	font-size:3em;
	color:#2f640b;
	text-align: center;
	
	width: 72px;
	margin-top: 5px
}

.scoreText{
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	
	position: relative;
	top: -8px;
	width: 72px;
}

.totalVotes{
	font-size: 1.1em;
	text-align: center;
	position: relative;
	top: -8px;
	color: #a8a8a8;
}

.blogArticleVoteUp{
	position: absolute;
	right: 0px;
	height: 12px;
	width: 12px;
	
	background-color: #a5c191;
	text-align: center;
	
	color: #fff;
}

.blogArticleVoteUp:hover{
	background-color: #7dae5d;
	color: #fff;
	text-decoration: none;
}

.blogArticleVoteDown{
	position: absolute;
	left: 0px;
	height: 12px;
	width: 12px;
	
	background-color: #cfacaf;
	text-align: center;
	
	color: #fff;
}

.blogArticleVoteDown:hover{
	background-color: #d55963;
	color: #fff;
	text-decoration: none;
}
