﻿table.spec-table {
	border-collapse: collapse;
	border: 1px solid #839E99;
	background: #C7D5E3;
	font: .8em/1em Georgia, "Times New Roman", Times, serif;
	color: #1E568F;
}
.spec-table caption {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 1em 4px;
}
.spec-table td, .spec-table th {
	padding: 3px 3px .75em 3px;
	line-height: 1.3em;
	text-align: center;
}
.spec-table th {
	background: #1E568F;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-right: .5em;
	vertical-align: top;
}
.spec-table thead th {
	background: #1A497A;
	text-align: center;
}
.spec-table .odd td {
	background: #E9EFF4;
}
.spec-table .odd th {
	background: #5781AB;
}
.spec-table td a, .spec-table td a:link {
	color: #325C91;
}
.spec-table td a:visited {
	color: #466C8E;
}
.spec-table td a:hover, .spec-table td a:focus {
	color: #1E4C94;
}
th.spec-table a, td.spec-table a:active {
	color: #fff;
}
.spec-table tfoot th, .spec-table tfoot td {
	color: #black;
	background: #FFFFFF;
	text-align:left;
}
.spec-table th + .spec-table td {
	padding-left: .5em;
}

