.leftitem *, .rightitem * {			color: #ffffff; }
.leftitem input, .rightitem input {	color: #000000; }

.linetable th {
	background: #eeeeee;
	border: 1px outset #ffffff;
	font-size: 11px;
	padding: 4px;
}
.linetable td {
	padding: 4px;
}

div#rating {
	position: relative;
	width: 85px;
}
div#rating table { border-collapse: collapse; }
div#rating td { padding: 0px; }
div#rating div#ratingbg {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #dddddd;
	width: 100%;
	height: 17px;
}
div#rating div#ratinghighlight {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #f0ff00;
	width: 0px;
	height: 17px;
}
div#rating div#ratingimgs {
	position: absolute;
	left: 0px;
	top: 0px;
}

