/* This section is used when you are displaying votes as a ticker */

.tickercontainer {
}

.tickertext .imagecontainer {
}

a.voteuplink {
}

a.votedownlink {
}

.tickertext .imagecontainer .votedown {
}

.tickertext .imagecontainer .voteup {
}

.tickertext .votelink {
}

.tickertext .votelink a {
	text-decoration: none;
}
.tickertext .votelink a:hover {
	text-decoration: none;
}
.votewidget {
	border: 1px solid #DDDDDD;
	width: 90%;
	display: block;
	background-color: #000000;
	margin: 5px auto 5px auto;
}
.votewidget .fore {
	background-color: #FFFFFF;
	width: 100%;
	display: block;
}
.votewidget .back {
	background-color: #EEEEEE;
	width: 100%;
	display: block;
}
.votewidget .votecount {
	width: 23%;
	padding-left: 2%;
	float: left;
}
.votewidget .text {
	width: 75%;
	float: left;
}
.votewidget .title {
	background-color: #FFFFFF;
	width: 98%;
	display: block;
	padding-left: 2%;
	font-weight: bold;
	color: #666666;
}


