@charset "UTF-8";
/* CSS Document */

table.comparisontable {
	border-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#E7E7E7;
	color: #333333;
}

table.comparisontable td, th {
	padding: 20px 4px 20px 8px;
}

thead th {
	text-align: center;
	background: #fff;
	color: #FF6600;
	border: 1px solid #FFF;
	text-transform:none;
}
table.comparisontable.column1 {
	color:#ffffff;
}

table.comparisontable tbody th {
	font-weight: bold;
}

table.comparisontable tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
table.comparisontable tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}
table.comparisontable tbody tr.sectionheader 	{
	background: #CCCCCC;
	border-top:1px solid #FFF;
	font-size:16px;
}
table.comparisontable tbody th.sectionheader-light {
	font-weight: normal;
	font-size:12px;
	color: #333333;
}

