.dhtmlgoodies_tabPane
{
	height: 28px;
	padding: 0 9 0 17;
}
.dhtmlgoodies_aTab
{
	float: left;
	padding-left: 21PX;
	position:relative;
	font-family: Tahoma,Arial;
	width:930px;
}
.dhtmlgoodies_tabPane DIV
{
	float: left;
	height: 100%; /* Height of tabs */
	padding-left: 3px;
	vertical-align: middle;
	background-position: bottom left;
	cursor: pointer;
	position: relative;
	bottom: -1px;
	margin-left: 0px;
	margin-right: 0px;
	
}
.dhtmlgoodies_tabPane .tabActive
{
	background-image: url( '/App_Themes/En/images/Tabstrip/sel_bg2.jpg' );
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 10;
	padding-top: 7px;
	width: 154px;
}
.dhtmlgoodies_tabPane .tabInactive
{
	background-image: url(  '/App_Themes/En/images/Tabstrip/sel_bg.jpg' );
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 1;
	width: 154px;
	padding-top: 7px;
}

.dhtmlgoodies_tabPane .inactiveTabOver
{
	background-image: url(  '/App_Themes/En/images/Tabstrip/sel_bg.jpg' );
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	width: 154px;
	padding-top: 7px;
}
.dhtmlgoodies_tabPane span
{
	font-family: tahoma;
	vertical-align: top;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 21px;
	color: White;
	text-align: center;
}
.dhtmlgoodies_tabPane .tabActive span
{
	padding-bottom: 1px;
	line-height: 20px;
	text-align: center;
	color: Black;
}

.dhtmlgoodies_tabPane img
{
}
