.tab-pane {
	position:	relative;
	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
}
.tab-row .tab {
	width: 70px;
	height: 16px;
	background-image: url( "tab.png" );
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 1px -1px 1px 2px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
}
.tab-row .tab.selected {
	width: 74px !important;
	height: 18px !important;
	background-image:	url( "tab_active.png" ) !important;
	background-repeat: no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	padding:	2px 0px 0px 0px;
	margin: 1px -3px -3px 0px;
	top: -2px;
}
.tab-row .tab a {
	text-decoration: none;
	cursor: pointer;
}
.tab-row .tab.hover {
	width: 70px;
	height: 16px;
	background-image:	url( "tab_hover.png" );
	background-repeat: no-repeat;
}
.tab-page {
	position: relative;
	width: 100%;

}
.tab-row {
	z-index: 1;
	white-space: nowrap;
}

