/*****
*
*	Sacoiwa Rating Cascading Style Sheet
*
*	Sun Jun 18 19:50:24 EDT 2006 - F Harvell
*
*****
*
*	Copyright &copy; 2000 - 2008 First Time Software
*
*	All rights reserved worldwide. Usage rights have been granted
*	to the website owner according to the terms and conditions of
*	the Sacoiwa License Agreement.
*
*****
*
* Version 4.0, $Id: rating.css 1724 2008-09-12 19:08:57Z fharvell $
*
*****/


/* rating box */

#popupRating { width:200px; text-align:center; }
#popuprating fieldset a { padding:5px 10px; }
#popuprating fieldset a.five { background-color:#CEC; }
#popuprating fieldset a.four { background-color:#DEC; }
#popuprating fieldset a.three { background-color:#EEC; }
#popuprating fieldset a.two { background-color:#EDC; }
#popuprating fieldset a.one { background-color:#ECC; }
#popuprating fieldset p { color:#333; font:8pt Verdana,Arial,sans-serif; }

