/*==========================================
 *
 * Proceedings CSS Update file - 10.19.11 jh 
 *
 ============================================*/

ul#tabbedProc {
	padding:0;
	margin:20px 0 15px 0;
	*margin:20px 0;
	_margin:20px 0;
	height:29px;
	border-bottom: 3px solid #ccc;
	width:100%;
}
ul#tabbedProc li {
	list-style:none;
	background:#d1e7f4;
	display:inline;
	float:left;
	padding:0;
	margin:0 5px 0 0;
}
ul#tabbedProc li a {
	color:#555;
	text-decoration:none;
	display:inline;
	float:left;
	padding:5px 10px;
	margin:0;
}
ul#tabbedProc li a:hover {
	color:#fff;
	background: #007ac2;
}
ul#tabbedProc li > a.on {
	background-image: url('/graphics/blue-arrow.png');
  	background-position: 50% 28px;
  	background-repeat:no-repeat;
	z-index:1000;
	overflow:visible;
	padding-bottom:15px;
}
ul#tabbedProc li a.on {
	color:#fff;
	background-color: #007ac2;
	padding: 8px 12px;
	margin-top:-6px;
}

/* NEW TABLE COLORS */
.comparisontable th {
	background-color:#989797;
}
.comparisontable tr.odd {
	background-color:#fafafa;
}
.comparisontable tr.even {
	background-color:#eaecec;
}
.filterTable th {
	background-color:#989797;
}
.filterTable tr.odd {
	background-color:#fafafa;
}
.filterTable tr.even {
	background-color:#eaecec;
}

.container_12.noTop {
	margin-top:0;
	padding-top:0;
	padding-left:0;
}

.container_12.lightBox {
	margin-top:0;
	padding-top:0;
	padding-left:0;
	width: 100%;
	height:100%;
}
.container_12.lightBox .alpha{
height: 100%;
overflow: auto;
}