﻿/*
    This file is part of RATINGPRESS.

    RATINGPRESS 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.

    RATINGPRESS 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 RATINGPRESS.  If not, see <http://www.gnu.org/licenses/>.
*/

/* 
    --------------------------------------------------------------------------
    Stars - Output
    --------------------------------------------------------------------------    
*/

.rtp-star-off {
    background: url(star_off.gif) no-repeat;
    display: block;
    float: left;
    width: 17px;
    height: 16px;
}

.rtp-star-on {
    background: url(star_on.gif) no-repeat;
    display: block;
    float: left;
    width: 17px;
    height: 16px;
}

.rtp-star-half {
    background: url(star_half.gif) no-repeat;
    display: block;
    float: left;
    width: 17px;
    height: 16px;
}


/* 
    --------------------------------------------------------------------------
    Ratings - Post Output
    --------------------------------------------------------------------------    
*/

.rtp-post-block {
    font-weight: bold;    
}

.rtp-post-table {
    text-align: right;
    font-weight: normal;
}

.rtp-post-table .rtp-type-name {
	font-weight: bold;
}

.rtp-post-table .rtp-stars img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    float: inherit;
    background-color: transparent;
    border-style: none;
}


.rtp-post-table .rtp-rating-count {    
    font-weight: normal;
}


/* 
    --------------------------------------------------------------------------
    Ratings - Comment Output
    --------------------------------------------------------------------------    
*/
.rtp-comment-block {
    font-weight: bold;    
}

.rtp-comment-table {
    display: block;
    text-align: right;    
    font-weight: normal;
}

.rtp-comment-table .rtp-type-name {
	font-weight: bold;
}

.rtp-comment-table .rtp-stars img {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    float: inherit;
    background-color: transparent;
    border-style: none;
}


.rtp-comment-title {
    font-weight: bold;
}

/* 
    --------------------------------------------------------------------------
    Ratings - Comment Input
    --------------------------------------------------------------------------    
*/

.rtp-comment-input-block {
}

.rtp-comment-input-table {
    display: block;
    text-align: right;
}

.rtp-comment-input-table .rtp-type-name {
	font-weight: bold;
}

.rtp-comment-input-title {
    font-weight: bold;
}


/* 
    --------------------------------------------------------------------------
    Admin pages
    --------------------------------------------------------------------------    
*/
#icon-ratingpress-menu {
    height: 32px;
    width: 32px;
    z-index: 2;
    float: left;
    padding: 0px 5px 0 0px;
    background: url(icon_options.gif) no-repeat left center; 
}