/* @override 
	http://testsite.localhost/wp-content/plugins/postratings/postratings-css.css
	http://10.0.1.199/~Farewell43/wp-content/plugins/postratings/postratings-css.css
	http://10.0.1.199:9501/wp-content/plugins/postratings/postratings-css.css
*/

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


.post-ratings {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	height: 16px;
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
}
.post-ratings-image {
	margin: 0 3px 0 0;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0px;
	margin: 0 3px 0px 0px;
}
.post-ratings-text {
	color: #CC0000;
}
/* Styles Used In WP-Admin */
.wp-postratings-usage-pre {
	margin: 20px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
	overflow: auto;
}
