/* This section is used when you are displaying votes in digg-style */
.vote_explanation { font-size:11px; color:#585D52; }
.vote_container { float:left; border:1px solid #000000; padding: 0 5px 5px 5px; font-size:11px; color:#585D52; margin-left: 30px; vertical-align: top; }
.vote_container a:hover { text-decoration:none;border:0; }
.summary_up { background-color:#ffffff; padding: 5px 0 5px 0; float:left; display:inline; text-align:center; width:40px; height: 30px; }
.summary_down { background-color:#ffffff; padding:5px 0 5px 0; float:left; margin-left:1px; display:inline; text-align:center; width:40px; height: 30px; }
.num_votes { font-size:20px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-align:center; color:#000000; padding-top: 5px; }
.votes_word { text-align:center; padding-top:5px; display: none; }
.vote_buttons { clear:left; float:left; padding-top: 0; }
.vote_busy { padding:13px 0px 0 15px; float:left; display:none; clear:left; }
.vote_option_up { padding-top:1px; text-align:center; float:left; width:40px; }
.vote_option_down { padding-top:1px; border-left:1px solid #000000; text-align:center; float:left; width:40px; }

/* this is the sidebar widget */
.votewidget {
width: 237px;
float: left;
clear: right;
}
.votewidget .title {
	color:#c1c2b1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:0;
	line-height:1.4em;
	margin:1em 0 0;
}

/* 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: #0099CC;
	margin: 0px 3px;
}
.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;
}
