UL.graphic_rating {
	list-style:none;
	padding: 0;
}
.noticeTABLE LI,
UL.graphic_rating LI {
	display:inline;
	float:left;
}
/*.noticeTABLE .info {
	padding-left: 15px;
}
*/
UL.graphic_rating LI.first {
	padding-right: 15px;
}
UL.graphic_rating LI.up,
UL.graphic_rating LI.down,
UL.graphic_rating LI.equal {
	background: url(/javascript/notice_rating/pointers.gif) no-repeat;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
UL.graphic_rating LI.down {
	background-position: 0 -32px;
}
UL.graphic_rating LI.equal {
	background-position: 0 -16px;
}
UL.graphic_rating LI.percent {
	padding-right: 15px !important;
}
