body {width: 100%; color: #000; padding: 0; margin: 0; 
	font-family: verdana, helvetica, sans-serif; font-size: 11px; background-color: #FFF;
	width: 100%; margin: 0; padding: 0;}
img {border: none;}
h1 {color: #666; font-weight: bold; font-size: 16px; padding: 6px 0 6px 0; margin: 0;}
h2 {color: #333; font-weight: bold; font-size: 12px; padding: 6px 0 6px 0; margin: 0;}
a h1 {text-decoration: none; color: #333; font-weight: bold; font-size: 16px; padding: 6px 0 6px 0; margin: 0;}
a:hover h1 {text-decoration: underline; color: #333; font-weight: bold; font-size: 16px; padding: 6px 0 6px 0; margin: 0;}
p {margin: 0; padding: 2px 0 7px 0;}
a {color: #F83E07;}
a:hover {color: #FF9900;}
input {padding: 2px;}
hr {background-color: #666;}
#content {padding: 0; margin: 20px; font-size: 11px;}
.none {color: #666;}
.list {color: #000; border-collapse: collapse;}
.list td img {padding: 0 5px 0 0; margin: 0; vertical-align: middle;}
.list td.foldcol {width: 20px;}
.list td.foldcol a {text-decoration: none; font-weight: bold;}
.list td.ratecol {padding: 0; margin: 0;}
.list td {border: 1px solid #CCCCCC; padding: 2px 6px 2px 6px; margin: 0;}
.list tr.row1 {background-color: #F2F2F2; }
.list tr.row2 {background-color: #FFF;}
.list tr.daterow {background-color: #CCC; color: #000;}
.list tr.titles td {background-color: #666; font-weight: bold; color: #FFF;}	
.star-rating {
	list-style:none; margin: 0px; padding:0px; width: 125px; height: 25px; 
	position: relative; background: url(../alt_star.gif) top left repeat-x;
}
.star-rating li{
	padding:0px; margin:0px; /*\*/ float: left; /* */
}
.star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(../alt_star.gif) left bottom;
	z-index: 2;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars{
	left: 75px;
}	
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
.star-rating li.current-rating{
	background: url(../alt_star.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}				