.dojoTabPane {
  padding : 10px 10px 10px 10px;
  overflow: auto;
}

.introDiv {
	border-color: #ffe080;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	border-top:0px;
	padding: 0.5em
	}

.tabContentPaneDiv {
	padding: 6px 6px 6px 6px;
	overflow: auto;
	}

.dojoTabContainer {
	position : relative;
}

body .dojoTabPaneWrapper {
	border : 1px solid #1d761d;
	_zoom: 1; /* force IE6 layout mode so top border doesnt disappear */
	display: block;
	clear: both;
	overflow: hidden;
}

.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 */
}

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

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

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

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

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

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

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

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


