/********************************************************************** 
 Plugin  : Thumbs Post Rating
 Author  : TY Yew
 Version : 1.1
 Website : http://www.tyyew.com/mybb
 Contact : mybb@tyyew.com

 Copyright 2010 TY Yew
 mybb@tyyew.com

 This file is part of Thumbs Post Rating plugin for MyBB.

 Thumbs Post Rating plugin for MyBB is free software; you can
 redistribute it and/or modify it under the terms of the GNU General
 Public License as published by the Free Software Foundation; either
 version 3 of the License, or (at your option) any later version.

 Thumbs Post Rating plugin for MyBB is distributed in the hope that it
 will be useful, but WITHOUT ANY WARRANTY; without even the implied
 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
 the GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http:www.gnu.org/licenses/>.
 *********************************************************************/

.tpr_box{border:1px solid #9A9A9A;background-color:#FFF}
.tu_stat{color:#080;font-size:small}
.td_stat{color:red;font-size:small}
.tpr_thumb{display:block;width:15px;height:16px}
.tu_ru,.tu_nr:hover{background:url(../images/tpr_up.png) no-repeat 0 0;background-position:0 -16px}
.td_ru,.td_nr{background:url(../images/tpr_down.png) no-repeat 0 0}
.tu_rd,.tu_nr{background:url(../images/tpr_up.png) no-repeat 0 0}
.td_rd,.td_nr:hover{background:url(../images/tpr_down.png) no-repeat 0 0;background-position:0 -16px}