.clsShow { }
.clsHide { display: none; }

.result_table_frame
{
	border-collapse: collapse;
}
.result_table_header
{
	  height: 18px;
	  color: white;
	  font-weight: bold;
	  background-color: #829DBA;
	  border: 1px solid #829DBA;
	  padding: 0 5px;
}
.result_table_body
{
	  border: 1px solid #829DBA;
	  padding: 0 5px;
}
.compare_table_frame
{
	border-collapse: collapse;
	table-layout:fixed
}

.compare_table_body
{
	  border: 1px solid #829DBA;
	  padding: 0 5px;
	  table-layout:fixed
}

.buttonGroup
{
	position			: relative;
	border				: none;
	width				: 100%;
}
.buttonGroup:after
{
	content				: ".";
	display				: block;
	height				: 0;
	font-size			: 0;
	clear				: both;
	visibility			: hidden;
}
.buttonGroup a, .buttonGroup input
{
	position			: relative;
	float				: left;
	margin-bottom		: 2px;
	margin-right		: 5px;
	padding-left		: 5px;
	white-space			: nowrap;
	text-decoration		: none;
}
.buttonGroup a
{
	font				: bold 12px Helvetica;
}
.buttonGroup a.enabled
{
	border				: 1px solid #153b62;
	color				: #fff;
	background-color	: #153b62;
	cursor				: pointer;
	text-decoration		: none;
}
.buttonGroup a.enabled:hover
{
	color				: #000;
	background-color	: #fff;
	text-decoration		: none;
}
.buttonGroup a.disabled
{
	border				: 1px solid #aaa;
	color				: #fff;
	background-color	: #aaa;
	cursor				: default;
	text-decoration		: none;
}

