/* This section is used when you are displaying votes as a percent */

.tickercontainer {
	border: 1px solid #FFE07D;
	background-color: #FFF2C9;
	height: 100%;
	width: 65px;
	font-size: 1.0em;
	font-weight: bold;
	padding: 3px 2px;
	text-align: center;
	margin: 0px 0px;
	display: block;
	color: #666666;
	cursor: default;
	
}

/* This is the container that has the up/down arrows and says "Thank you for voting!" */

.tickertext .votelink {
      border-bottom: 1px solid #FFE07D;
	border-left: 1px solid #FFE07D;
	border-right: 1px solid #FFE07D;
	border-top: 0px;
	background-color: #FFF2C9;
	font-size: 10px;
	margin: 0px 0px;
	height: 100%;
	width: 65px;
	padding: 3px 2px;
	text-align: center;
	display: block;
	/*text-decoration: none;*/
	
}

.tickertext .imagecontainer {
	border-bottom: 1px solid #FFE07D;
	border-left: 1px solid #FFE07D;
	border-right: 1px solid #FFE07D;
	border-top: 0px;
	background-color: #FFF2C9;
	font-size: 1.0em;
	margin: 0px 2px;
	height: 100%;
	width: 65px;
	padding: 0px 0px;
	text-align: center;
	display: block;
	/*color: #0099CC;*/
	text-decoration: none;
	
}

a.voteuplink{
	text-decoration: none;
      
	
}

a.votedownlink {
	text-decoration: none;
	
}


.tickertext .imagecontainer .votedown {
	width: 16px;
	height:16px;
	     
}
.tickertext .imagecontainer .voteup {
	padding: 2px;
	width: 16px;
	height:16px;
}

.tickertext .votelink a {
	text-decoration: none;
      
}

.tickertext .votelink a:hover {
	text-decoration: none;
}
.votewidget {
	margin-top: 3px;
      margin-bottom: 20px;
	width: 100%;
	float: left;
	background-color: #000000;
	
}
.votewidget .fore {
	background-color: #FFFFFF;
	width: 100%;
	float:left;
      
}
.votewidget .back {
	background-color: #F7F3EF;
	width: 100%;
	float: left;
      
}
.votewidget .votecount {
      background-color: #FFF2C9;
      border: solid #FFE07D 1px;
      padding-right: 30px;
	padding-left: 5px;
      margin-right: 5px;
	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 1px 3px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
	display: inline;
	float: left;
}
.votemicrotext {
	font-size: 1em; /* 12 */
	vertical-align: middle;
}

