/**
 * Thumbs Post Rating 1.3 by TY Yew
 * thumbspostrating.css
 */

.tpr_box
{
	border: 1px solid #9A9A9A;
	background-color: #fff;
}
.tu_stat
{
	color: #080;
	font-size: small;
}
.td_stat
{
	color: red;
	font-size: small;
}
.small
{
	font-size:xx-small;
}
.tpr_thumb
{
	display: block;
	width: 15px;
	height: 16px;
}
.tu1, .tu2:hover
{
	background: url(../images/tpr_thumbs.png) no-repeat 0 0;
	background-position: 0 -16px;
}
.td0, .td2
{
	background: url(../images/tpr_thumbs.png) no-repeat 0 0;
	background-position: -15px 0;
}
.tu0, .tu2
{
	background: url(../images/tpr_thumbs.png) no-repeat 0 0;
}
.td1, .td2:hover {
	background: url(../images/tpr_thumbs.png) no-repeat 0 0;
	background-position: -15px -16px;
}