@CHARSET "ISO-8859-1";

.rate_widget {  
    border:     1px solid #bdc7d8;  
    overflow:   visible;  
    padding:    5px;  
    position:   relative;  
    width:      270px;  
    height:     25px;
    margin-left:130px; 
}

.rate_display {  
    overflow:   visible;  
    position:   relative;  
    width:      180px;  
    height:     25px;
    margin-left: 15px;
    float:left; 
}

.ratings_stars {  
    background: url('https://www.alumni.net/images/icons/star-blank.png') no-repeat;  
    float:      left;  
    height:     28px;  
    padding:    2px;  
    width:      32px;  
}

.ratings_stars_search {  
    background: url('https://www.alumni.net/images/icons/empty_star_small.png') no-repeat;  
    float:      left;  
    height:     15px;  
    width:      15px;  
}

.rate_display_search {  
    overflow:   visible;  
    position:   relative;  
    min-width:   80px;  
    min-height:  15px;
    margin-left: 15px;
    float:left; 
}

.ratings_vote {  
    background: url('https://www.alumni.net/images/icons/star-full.png') no-repeat;  
}

.ratings_vote_small {  
    background: url('https://www.alumni.net/images/icons/full_star_small.png') no-repeat;  
}

.ratings_vote_ja {  
    background: url('https://www.alumni.net/images/icons/full_star_small.png') no-repeat; 
    float:      left;  
    height:     15px;  
    width:      15px;  
}

.ratings_half {  
    background: url('https://www.alumni.net/images/icons/star-half.png') no-repeat;  
}

.ratings_half_small {  
    background: url('https://www.alumni.net/images/icons/half_star_small.png') no-repeat;  
}

.ratings_half_ja {  
    background: url('https://www.alumni.net/images/icons/half_star_small.png') no-repeat;
    float:      left;  
    height:     15px;  
    width:      15px;  
}

.ratings_over {  
    background: url('https://www.alumni.net/images/icons/star-yellow.png') no-repeat;  
}

.ratings_clicked {  
    background: url('https://www.alumni.net/images/icons/star-yellow.png') no-repeat;  
}

.total_votes {  
    background: #eaeaea;  
    top: 58px;  
    left: 0;  
    padding: 5px;  
    position:   absolute;    
}

.movie_choice {  
    font: 10px verdana, sans-serif;  
    margin: 0 auto 40px auto;  
    width: 180px;  
}

.bar_graph {
	height: 10px;
	width: 100px;
}

.bar_gray {
	background-color : #ccc;
}

.bar_fill {
	background-color : #7AA5D6;
	width:0%;
}