.starrating {
	width: 100%;
}

.starrating thead {
	background-color: #696969;
	color: yellow;
}

.starrating thead td {
	font-weight: bold;
}

.starrating td {
	padding: 2px 5px 2px 5px;
	height: 24px;
	vertical-align: middle;
}

.starrating tr.even {
	background-color: #fffff0;
}

.starrating tr.odd {
	background-color: #f0f8ff;
}

.starrating tbody td.rating {
	text-align: right;
	color: red;
	font-weight: bold;
	width: 40px;
}

.starrating tbody td.votes {
	text-align: right;
	font-weight: bold;
	width: 30px;
}

.starsimple {
	width: 100%;
}

.starsimple thead {
	background-color: gray;
	color: yellow;
}

.starsimple thead td {
	font-weight: bold;
}

.starsimple td {
	padding: 2px 5px 2px 5px;
	height: 24px;
	vertical-align: middle;
}

.starsimple tr.even {
}

.starsimple tr.odd {
}

.starsimple tbody td.rating {
	text-align: right;
	color: red;
	font-weight: bold;
	width: 40px;
}

.starsimple tbody td.votes {
	text-align: right;
	font-weight: bold;
	width: 30px;
}
