/* table */
.comparison-table {
	background-color: #fff;
	margin: 5px 5px 5px 5px;
	text-align: left;
}
.comparison-table.hidden {
	display: none;
}
.comparison-table td {
	color: #000000;	
	vertical-align: top;
}
.comparison-table tr.odd td {
	vertical-align: top;
}
.comparison-table tr.even td {
	background-color: #ffffff;
	vertical-align: top;
}
/*.comparison-table td.divider {
	border-right: 1px solid #ffffff;
}*/
.comparison-table td.divider {
	background-color: #b4b4b4;
}
.comparison-table td.divider-gray {
	background-color: #E0E3E4;
}
.comparison-table td.white {
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
}
.comparison-table td.blue {
	background-color: #a8c1c9;
	padding: 5px 5px 5px 5px;
}
.comparison-table td.md-blue {
	background-color: #c5e2ec;
	padding: 5px 5px 5px 5px;
}
.comparison-table td.lt-blue {
	background-color: #d5f4ff;
	padding: 5px 5px 5px 5px;
}
.comparison-table td.gray {
	background-color: #E0E3E4;
	padding: 5px 5px 5px 5px;
}
/*.comparison-table tr.gray {
	background-color: #E0E3E4;
}*/
/*.comparison-table tr.gray {
	background-color: #edf1f2;
}*/
.comparison-table .topleft{
	background: #E0E3E4 url(http://www.stbernard.com/img/bg/compare-top-left.gif) top left no-repeat;
	padding: 5px 5px 5px 5px;
}
.comparison-table .topright{
	background: #E0E3E4 url(http://www.stbernard.com/img/bg/compare-top-right.gif) top right no-repeat;
	padding: 5px 5px 5px 5px;
}
.comparison-table .btmleft{
	background: #E0E3E4 url(http://www.stbernard.com/img/bg/compare-btm-left.gif) bottom left no-repeat;
	padding: 5px 5px 5px 5px;
	height: 11px;
}
.comparison-table .btmright{
	background: #E0E3E4 url(http://www.stbernard.com/img/bg/compare-btm-right.gif) bottom right no-repeat;
	padding: 5px 5px 5px 5px;
	height: 11px;
}
table.stand tr.extnd {
	display: none;
}

/* main outer box */
.btm-main {
	background: transparent url(../img/performance-btm-gray.gif) top left no-repeat;
	height: 10px;
	overflow: hidden;
	width: 709px;
}
.mdl-main {
	background-color: #edf1f2;
	padding-left: 11px;
	width: 698px;
}
*html .mdl-main {
	width: 709px;
}
.top-main {
	background: transparent url(../img/performance-top-gray.gif) top left no-repeat;
	height: 10px;
	overflow: hidden;
	width: 709px;
}

/* performance benchmark box */
.btm-benchmark {
	background: transparent url(../img/performance-btm-white.gif) top left no-repeat;
	height: 10px;
	overflow: hidden;
	width: 687px;
}
.mdl-benchmark {
	background-color: #fff;
	width: 687px;
}
.mdl-benchmark h3 {
	font-size: 12px;
}
.mdl-benchmark .col-1 {
	color: #000000;
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	margin: 2px 0 0 0;
	padding-left: 17px;
	width: 223px;
}
.mdl-benchmark .col-2 {
	margin: 3px 0 3px 27px;
	float: left;
}
.top-benchmark {
	background: transparent url(../img/performance-top-white.gif) top left no-repeat;
	height: 10px;
	overflow: hidden;
	width: 687px;
}

/* double boxes */
.btm-double {
	background: transparent url(../img/performance-btm-double.gif) top left no-repeat;
	height: 10px;
	overflow: hidden;
	width: 687px;
}
.mdl-double {
	background: transparent url(../img/performance-mdl-double.gif) top left repeat-y;
	min-height: 1px;
	width: 687px;
}
.mdl-double h3 {
	font-size: 11px;
}
.mdl-double p {
	color: #000000;
	line-height: 1.5em;
}
.mdl-double .col-1 {
	float: left;
	margin: 0 49px 4px 17px;
	width: 302px;
}
.mdl-double .col-2 {
	float: left;
	width: 160px;
}
.mdl-double .col-3 {
	color: #000000;
	float: left;
	margin: 35px 0 0 13px;
}
.top-double {
	background: transparent url(../img/performance-top-double.gif) top left no-repeat;
	height: 10px;
	overflow: hidden;
	width: 687px;
}
