﻿/* Comparison Tables */
.comparison_table {
	margin-bottom: 10px;
        border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

.comparison_table th, .comparison_table td {
	padding: 7px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.comparison_table th {
	font-size: 12pt;
	text-transform: uppercase;
	background: #C6E2FD;
}

.comparison_table tr.alternate td {
	background: #C6E2FD;
}
.comparison_table hr {
	width:93%;
	height:2px;
	border-bottom:2px solid;
	color: navy;
        margin:20px;
}
/* Ratings Tables & Lists */
table.ratings {
	margin: 3px;
	padding: 5px;
	border: 1px;
        border-style: solid;
        border-color: #1D507D;
        font-family: Arial;
	font-size: 12pt;
}

ul.ratings {
	margin-top: 15px;
        margin-bottom: 15px;
        margin: 2px;
	padding: 5px;
}

ul.ratings li {
	margin-top: 5px;
        margin-bottom: 5px;
	display: inline;
	list-style: none;
}

.rating_label {
        white-space: nowrap;
	background-color: #9EC3E4;
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	padding: 2px 2px;
	margin-top: 5px;
        margin-bottom: 5px;
}

.rating_value {

	padding: 0px 2px;
	font-family: Arial;
	font-size: 12pt;
	margin-top: 15px;
        margin-bottom: 15px;
}

.rating_value .no_ratings {
	color: #666;
}

