/**
 * Thumbs Post Rating 2.0 by Nomad (base TY Yew)
 * thumbspostrating.css
 */

.tpr_box {
	table-layout: fixed;	
	width: 68px;
	border: 1px solid #9A9A9A;
	background-color: #fff;
	margin: 2px;
	text-align: center;
}
.tpr_box tr {
	margin: 3px;
}

.tpr_box td	{
		width: 30px;
}

.tu_stat {
	text-align: center;
	color: #080;
	/* padding-right: 3px;	*/
}

.td_stat {
	text-align: left;
	color: red;	
}

.tu_stat,
.td_stat {
	position: relative;
	font-size: small;
	z-index: 10000;
}

.tu_stat:hover .tu_names,
.td_stat:hover .td_names
	{display: block}
	
.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;
}

.tu_names,
.td_names {
	display: none;
	opacity: 0.9;
    position: absolute;
    z-index: 10;
	padding: 2px 5px;
    background-color: #ffffee;
    border: 1px solid grey;
    text-align: left;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.tu_names:empty,
.td_names:empty {
	padding: 0;
	border: none;
}

.tu_names {
	right: -62px;
	color: green;
}

.td_names {
	right: -5px;
	color: red;
}
