/* This section is used when you are displaying votes as a bar */
.barcontainer {
	border: 1px solid #999999;
	height: 5px;
	width: 40px;
	font-size: 1px;
	margin: 2px 2px;
	display: block;
}
.barfill {
	background-color: #0099CC;
	font-size: 1px;
	height: 5px;
	clear: both;
	display: block;
}
.barhotfill {
	background-color: #00CCFF;
	font-size: 1px;
	height: 5px;
	clear: both;
	display: block;
}
.bartext {
	width: 40px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	color: #999999;
	margin: 0px 3px;
	font-family: Arial;
	font-size  : 12px;
}
.bartext a {
	color: #000000;
	text-decoration: none;
}
.bartext .votedown {
	padding: 2px;
	width: 16px;
	height:16px;
	float: left;
}
.bartext .voteup {
	padding: 2px;
	width: 16px;
	height:16px;
}
/* This section is used when you are displaying votes as a ticker */
.tickercontainer {
	border: 2px solid #E5E5E5;
	background-color: #F3F3F3;
	height: 18px;
	width: 40px;
	font-size: 18px;
	padding: 5px 0px;
	text-align: center;
	margin: 0px 2px;
	display: block;
	color: #999999;
	cursor: default;
}
.tickertext .imagecontainer {
	border-bottom: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	border-right: 2px solid #E5E5E5;
	border-top: 0px;
	background-color: #F3F3F3;
	font-size: 12px;
	margin: 0px 2px;
	height: 20px;
	width: 40px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	color: #0099CC;
	text-decoration: none;
}
.tickertext .imagecontainer .votedown {
	padding: 2px;
	width: 16px;
	height:16px;
	float: left;
}
.tickertext .imagecontainer .voteup {
	padding: 2px;
	width: 16px;
	height:16px;
}
.tickertext .votelink {
	border-bottom: 2px solid #E5E5E5;
	border-left: 2px solid #E5E5E5;
	border-right: 2px solid #E5E5E5;
	border-top: 0px;
	background-color: #F3F3F3;
	font-size: 12px;
	margin: 0px 2px;
	height: 20px;
	width: 40px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	color: #0099CC;
	text-decoration: none;
}



#metaarea .votewidget {
}
#metaarea .votewidget ul li {
	position: relative;
	margin-bottom:  5px;
	padding-left : 30px;
}
#metaarea .votewidget ul li:hover {
	background: #F7F7F7;
}
#metaarea .votewidget .votecount {
	position: absolute;
	top   :   0px;
	left  :   0px;
	width :  25px;
	height:  14px;
	color : #555555;
	font-size : 10px;
	text-align: center;
	background: #F7F7F7;
}
#metaarea .votewidget .votepost {
}
