/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-PostRatings 1.31								|
|	Copyright (c) 2008 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Post Ratings CSS File															|
|	- wp-content/plugins/wpmu-postratings/postratings-css.css			|
|																							|
+----------------------------------------------------------------+
*/

.bp-admin-bar-postratings img {
	
}
#wp-admin-bar ul.main-nav li.bp-admin-bar-postratings:hover, #wp-admin-bar ul.main-nav li.bp-admin-bar-postratings.sfhover, #wp-admin-bar ul.main-nav li.bp-admin-bar-postratings ul li.sfhover {
	background:url(../bp-core/images/admin_bar_back.gif) #818181 repeat-x !important;
	/* background-color: #888 !important; */
}
.post-ratings {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.post-ratings img {
	float: left;
}
.post-ratings-loading {
	display: none !important;
	height: 16px !important;
	text-align: left !important;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.post-ratings-text {
}

/* widget_ratings_highest_rated */
.widget_ratings_highest_rated .rating-images {float:right;}
.widget_ratings_highest_rated img {float:left;}

/* widget_ratings_highest_rated_blogs */
.widget_ratings_highest_rated_blogs .rating-images {float:right;}
.widget_ratings_highest_rated_blogs img {float:left;}

