@CHARSET "UTF-8";

table.comparison {
	border-spacing: 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color: #EBF3F6;
	border-spacing: 0px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	font-size: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table.comparison td {
	padding: 7px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

table.comparison th {
	border-bottom: 1px solid #CCCCCC;
	background-image: url('../images/dt_hdr_top.gif');
	background-repeat: repeat-x;
	background-color: #E1E7EC;
	font-weight: bold;
	color: #01669A;
	width: 120px;
	padding: 4px;
}

table.comparison tr.category td.first {
	text-align: left;
	vertical-align: middle;
	color: #333333;
	font-weight: bold;
	font-size: 110%;
}

table.comparison tr.category td {
	text-align: center;
	vertical-align: middle;
	color: #333333;
	font-weight: bold;
	font-size: 100%;
	width: 120px;
	empty-cells: show;
}

table.comparison tr.section td {
	text-align: center;
	vertical-align: middle;
	color: #333333;
	font-weight: bold;
	font-size: 100%;
	width: 120px;
}

table.comparison tr.section td.first {
	text-align: left;
	vertical-align: middle;
	color: #333333;
	font-weight: bold;
	font-size: 120%;
	width: 120px;
}

table.comparison tr.gap td {
	background-color: white;	
}

table.comparison tr.gap td hr{
	color: #EBF3F6;
}


table.comparison tr.property td.first {
	text-align: left;
	color: rgb(59, 67, 56);
}

table.comparison tr.top td {
	background-color: #EBF3F6;
	color: rgb(59, 67, 56);
	font-size: 90%;
	text-align: left;
}

table.comparison tr.top td a:hover{
	text-decoration: none;
}

table.comparison span.yes {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  background-image: url('../../../administrator/images/tick.png');
}

table.comparison span.no {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  background-image: url('../../../administrator/images/publish_x.png');
}
