/*This section is used when you are displaying votes as a ticker*/
.tickercontainer
{
	border: 1px solid #E5E5E5;
	background-color: #F3F3F3;
	height: 21px;
	width: 50px;
	font-size: 18px;
	padding: 16px 0px 12px;
	text-align: center;
	margin: 0px 2px;
	display: table;
	color: #E43989;
	cursor: default;
}
.ticker-div0
{
	/*[disabled]border:1px solid #270EDC;*/
	/*[disabled]width:87px;*/
	/*[disabled]height:67px;*/
	/*[disabled]float:left;*/
}
#ticker-div1
{
	/*[disabled]border:1px solid #E52828;*/
	/*[disabled]width:77px;*/
}
#ticker-div2
{
	/*[disabled]border:1px solid #07C941;*/
	/*[disabled]width:77px;*/
}
.tickertext .imagecontainer
{
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-top: 0px solid #000000;
	background-color: #F3F3F3;
	font-size: 12px;
	margin: 0px 2px;
	height: 20px;
	width: 40px;
	padding: 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: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-top: 0px solid #000000;
	background-color: #F3F3F3;
	font-size: 11px;
	margin: 0px 2px;
	height: 21px;
	width: 50px;
	padding: 4px 0px 0px;
	text-align: center;
	display: table;
	color: #777777;
	text-decoration: none;
}
.tickertext .votelink A
{
	color: #0099CC;
	text-decoration: none;
}
.tickertext .votelink A:hover
{
	color: #22BBEE;
	text-decoration: none;
}
.votewidget
{
	border: 1px solid #DDDDDD;
	width: 90%;
	display: block;
	background-color: #000000;
	margin: 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;
}
/*Top posts widget*/
.votemicro
{
	border: 1px solid #FFE07D;
	background-color: #FFF2C9;
	color: #7F7F7F;
	font-size: 0.55em;
/*8

width: 20px;
height: 10px;*/
	text-align: center;
	padding: 1px 3px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	display: inline;
	float: left;
}
.votemicrotext
{
	font-size: 1em;
/*12*/
	vertical-align: middle;
}

