﻿/* Comparison Tables */
.comparison_table {
	border: 1px solid #C4B502;
	border-collapse: collapse;
	padding: 0;
	width: 97%;
	margin: 7px;
	
}

.comparison_table th, .comparison_table td {
	padding: 7px;
	vertical-align: middle;
	white-space: normal;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	
}

.comparison_table th {
	font-size: 12pt;
	background: #C4B502;
	color: #FFFFFF;
}

.comparison_table tr.alternate td {
	background: #f6f6f6;
}

/* Ratings Tables & Lists */
table.ratings {
	margin: 0;
	padding: 0;
	border: 3;
	border-collapse: collapse;
	background-color: #E1EDEF;
	font-weight: bold;
	
}

ul.ratings {
	margin: 0;
	padding: 0;
}

ul.ratings li {
	display: inline;
	list-style: none;
}

.rating_label {
	white-space: nowrap;
	background: #eee;
	font-family: Arial;
	font-size: 8pt;
	padding: 0px 4px;
}

.rating_value {
	white-space: nowrap;
	padding: 1px 3px;
	font-family: Arial;
	font-size: 8pt;
}

.rating_value .no_ratings {
	color: #666;
}