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


.post-ratings {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #F3FAFF;
}
.post-ratings-loading {
	display: none;
	height: 16px;
	text-align: left;
  margin-top: 50px;
}
.post-ratings-image {
	border: 0px;
}
.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
	border: 0px;
	padding: 0 3px 5px 0;
	margin: 0 0 5px;
  display: inline;
  vertical-align: top;
}
.post-ratings-text {
}
/* Styles Used In WP-Admin */
.wp-postratings-usage-pre {
	margin: 20px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
	overflow: auto;
}
/* Added by Scott Swabey */
.mostrated {
   margin-bottom: 20px;
}
 
.mostrated h2 {
   line-height: 2em;
   margin-left: 10px;
 }
 
.mostrated ol {
   margin: 0;
   padding: 0;
   border: 1px solid #bcd4e7;
 }
 
.mostrated ol li {
  list-style: none;
  background-color: #FBFDFF;
  border-bottom:1px solid #BCD4E7;
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
}

.mostrated ol li#last {
  border-bottom: 0;
}
 
.mostrated ol li.alt {
  background-color: #F3FAFF;
}
 
.mostrated ol li span.position {
 color: #0F226A;
 display: block;
 float: left;
 width: 1.5em;
 line-height: 1.5em;
 margin-left: 0.2em;
}