.promotionTable {
	width: 96%;
	margin: 0;
	padding: 0;
	border: 1px solid #565656;
	color: #333333;
	font: 12px Verdana, sans-serif;
	caption-side: top;
}

.promotionTable .marathonT {
	width: 60%;
	border-bottom: 1px solid #565656;
	color: #003366;
	background: #C1CED9;
	font-weight: bold;
}

.promotionTable .marathonN  {
	width: 40%;
	border-bottom: 1px solid #565656;
}

/* Tables in Free Resources */
.dialCodeTable {
	width: 97.8%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #565656;
	border-top: 1px solid #565656;
	color: #333333;
	font: 12px Verdana, sans-serif;
	caption-side: top;
}

table.dialCodeTable th {
	border-right: 1px solid #565656;
	border-bottom: 1px solid #565656;
	color: #333333;
	background: #E2E2E2;
	font-weight: bold;
	line-height: 20px;
	vertical-align: baseline; /* width: 60%; */
}

/* table.dialCodeTable th + th {
	width: 40%;
	background: #E2E2E2;
}
 */
table.dialCodeTable td {
	border-right: 1px solid #565656;
	border-bottom: 1px solid #565656;
	font-weight: normal;
}

/* table.dialCodeTable td + td {background-color: #f8f8f8;) **/ 
/* Tables in InstantQuote */
div.tableContainer {
	clear: both;
	border: none;
	width: 649px;
	height: 370px; /* it was 350 px*/
	overflow: auto; 
	position: relative;
}

div.tableContainer table {
	float: left;
	width: auto;
}

thead.fixedHeader th {
	border: 1px solid #A5B9CA;
	border-left: none;
	padding: 4px 3px;
	background: #D7E5F1;
	color: #274057;
	font: bold 12px Arial, sans-serif;
	text-align: left;
}

tfoot.fixedFooter tr {
	height: 22px;
}

tfoot.fixedFooter td {
	background: #A9A9A9;
	font: normal 12px/18px Arial, sans-serif;
}

/* Only Moz understands this :( */
/*
tbody.scrollContent {
	height: 147px;
	overflow: scroll;
	overflow-x: hidden;
}

*/
tbody.scrollContent tr {
	height: 19px;
}

tbody.scrollContent td, tbody.scrollContent tr.oddRow td {
	border-left: none;
	border-right: 1px solid #A5B9CA;
	padding: 1px 3px;
	border-bottom: 1px solid #A5B9CA;
	background: #FFFFFF;
	color: #363634;
	font: normal 12px/18px Arial, sans-serif;
	height: 18px;
}

tbody.scrollContent tr.evenRow td {
	border-left: none;
	border-right: 1px solid #A5B9CA;
	border-bottom: 1px solid #A5B9CA;
	padding: 1px 3px;
	background: #F8F8F8;
	color: #363634;
	font: normal 12px/18px Arial, sans-serif;
	height: 18px;
}

tr.totalRow td {
	padding: 1px 3px;
	border-left: 1px solid #A5B9CA;
	border-right: 1px solid #A5B9CA;
	border-bottom: 1px solid #A5B9CA;
	color: #363634;
	background: transparent;
	font: bold 12px/18px Arial, sans-serif;
	height: 18px;
}

tr.totalRow td + td {
	border-left: none;
	border-right: 1px solid #A5B9CA !important;
	background: #FFF7E6;
}

thead.fixedHeader th {
	width: 215px; /* width: 222px;*/
	border-left: 1px solid #A5B9CA;
}

thead.fixedHeader th + th {
	width: 149px;
	border-left: none !important;
}

thead.fixedHeader th + th + th {
	width: 149px;
}

thead.fixedHeader th + th + th {
	width: 149px;
}

/*thead.fixedHeader th + th + th + th + th {
	width: 102px;
}*/

tbody.scrollContent td {
	width: 215px; /* width: 222px; */
	border-left: 1px solid #A5B9CA !important;
}

tbody.scrollContent td + td {
	width: 149px;
	border-left: none !important;
}

tbody.scrollContent td + td + td {
	width: 149px;
}

tbody.scrollContent td + td + td {
	width: 149px;
}

/*tbody.scrollContent td + td + td +td + td {
	width: 102px;
}*/
