@charset "UTF-8";

/* CSS Document */

UL.tabNavigation {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0!important;
	border: 2px solid #ccc;
	border-width: 1px 1px 0 1px;
	background: url(../bg-tableheader-off.jpg) #ccc repeat-x;
	;
	overflow: hidden;
	zoom: 1;
}

#sub_middle_1col .tabs ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

UL.tabNavigation LI A {
	padding: 6px 20px 6px 20px;
	float: left;
	background: url(../bg-tableheader-off.jpg) #f0f0f0 repeat-x;
	color: #000;
	text-decoration: none;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	color: #999;
}

UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
	color: #000;
	background: url(../bg-tableheader-on.jpg) repeat-x #fff;
}

UL.tabNavigation LI A.selected {
	background: url(../none) #fff;
	border-bottom: 1px solid #fff;
}

UL.tabNavigation LI A:focus {
	outline: 0;
}

div.tabs > div {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
}

* html .tabs div {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
	height: 1%;
	clear: both;
}

.waste {
	min-height: 1000px;
}

th p, #sub_middle_1col .featuretable p {
	text-align: left;
	margin: 0 0 5px 10px;
	line-height: 1.4;
	
}

p.emphasize {
	color: #999;
	font-size: 12px; margin: 0!important;
	width: 8em; font-weight: bold;
}

div.tabs h3 {
	padding: 5px 10px;
	border-bottom: 1px dashed #ddd;
	color: #666;
	margin: .5em -11px 0.5em -11px;
}

.concurrentsession-a    {
	border: 1px solid #999;
	padding: 10px 10px 5px!important;
	background: #f0f0f0;
}
.concurrentsession-b   {
	border: 1px solid #999;
	padding: 10px 10px 5px!important;
	background-color: #dedede;
}

