.dojoTabContainer {
	position : relative;
	width: 100%;
}

.dojoTabContainer .dojoTabPaneWrapper {
	border-top : 1px solid #999;
	_zoom: 1; /* force IE6 layout mode so top border doesnt disappear */
	display: block;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	width: 100%;
}

.dojoTabContainer .dojoTabPaneWrapper .tabHeader {
	display: none;
}

.dojoTabContainer .dojoTabLabels-top {
	position : relative;
	top : 0px;
	left : 0px;
	overflow : visible;
	margin-bottom : -1px;
	width : 100%;
	z-index: 2;	/* so the bottom of the tab label will cover up the border of dojoTabPaneWrapper */
}

.dojoTabContainer .dojoTabNoLayout.dojoTabLabels-top .dojoTab {
	margin-bottom: -1px;
	_margin-bottom: 0px; /* IE filter so top border lines up correctly */
}

.dojoTabContainer .dojoTab {
	position : relative;
	float : left;
	/*padding-left : 9px;*/
	border-bottom : 1px solid #999;
	/*background : url(images/tab_left.gif) no-repeat left top;*/
	cursor: pointer;
	white-space: nowrap;
	z-index: 3;
	background: #EEE;
	border-right: 1px #FFF solid;
}

.dojoTabContainer .dojoTab div {
	display : block;
	padding : 4px 6px 4px 6px;
	/*background : url(images/tab_top_right.gif) no-repeat right top;*/
	color : #333;
	font-size : 90%;
}

.dojoTabContainer .dojoTab div:hover {
	color: #990000;
}

.dojoTabContainer .dojoTab .close {
	display : inline-block;
	height : 12px;
	width : 12px;
	padding : 0 12px 0 0;
	margin : 0 -10px 0 10px;
	cursor : default;
	font-size: small;
}

.dojoTabContainer .dojoTab .closeImage {
	/*background : url(images/tab_close.gif) no-repeat right top;*/
}

.dojoTabContainer .dojoTab .closeHover {
	/*background-image : url(images/tab_close_h.gif);*/
}

.dojoTabContainer .current {
	padding-bottom : 1px;
	border-bottom : 0;
}

.dojoTabContainer .current div {
	padding-bottom : 5px;
	margin-bottom : -1px;
	background-color: #666;
	color: #FFF;
}
