.tab-container {
    float: left;
	width: 100%;
	height: 100%;
}

.tab-container .dojoTab {
	float: left;
	padding-left: 9px;
	border-bottom: 1px solid #828177;
	background: url(../gfx/tabs/customTabLeft.gif)
		no-repeat left top;
	cursor: pointer;
	white-space: nowrap;
	z-index: 3;
}

.tab-container .dojoTab div {
	display: block;
	padding: 4px 15px 4px 6px;
	background: url(../gfx/tabs/customTabRight.gif)
		no-repeat right top;
	color: #ffffff;
	font-size: 90%;
}

.tab-container .dojoTab.current {
	padding-bottom: 1px;
	background-position: 0 -150px;
}

.tab-container .dojoTab.current div {
	padding-bottom: 5px;
	margin-bottom: -1px;
	background-position: 100% -150px;
}
