#content_container {
	border: 1px solid #c6c7b4;
	background-image: url(../images/background-gradient.gif);
	background-repeat: repeat-x;
	clear: left;
	padding: 5px 16px 10px 16px;
}
.tab {
	float: left;
	margin-top: 6px;
	position: relative;
	top: 1px;
}
.tab a {
	color: #000000;
	text-decoration: none;
}
.tab a:visited {
	color: #000000!important;
}
.tab a:hover {
	color: #0000cc!important;
}
.tab_back {
	float: left;
	background-image: url(../images/tab-left.gif);
	background-repeat: no-repeat;
	background-color: #c6c7b4;
	padding: 3px 0;
}
.label {
	font-size: 80%;
	margin: 0 5px 0 12px;
	float: left;
}
.tab_overlap {
	float: left;
	height: 22px;
	background-image:url(../images/tab-right.gif);
	background-repeat: no-repeat;
	width: 22px;
}
.1 {
	position: relative;
	z-index: 80;
}
.2 {
	position: relative;
	left: -8px;
	z-index: 70;
}
.3 {
	position: relative;
	left: -16px;
	z-index: 60;
}
.4 {
	position: relative;
	left: -24px;
	z-index: 50;
}
.5 {
	position: relative;
	left: -32px;
	z-index: 40;
}
.6 {
	position: relative;
	left: -40px;
	z-index: 30;
}
.7 {
	position: relative;
	left: -48px;
	z-index: 20;
}
.8 {
	position: relative;
	left: -56px;
	z-index: 10;
}

#active_tab {
	z-index: 100;
}
#active_tab .tab_back {
	background-image: url(../images/active-tab-left.gif);
	background-repeat: no-repeat;
	font-weight: bold;

}
#active_tab .tab_overlap {
	background-image:url(../images/active-tab-right.gif);
}
