.dhtmlgoodies_tabPane
{
	height: 28px;
	padding: 0 17 0 10;
}
.dhtmlgoodies_aTab
{
	text-align: center;
	float: right;
	padding-right: 17px;
	position: relative;
	font-family: Tahoma;
}
.dhtmlgoodies_tabPane DIV
{
	float: right;
	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/Fa/images/Tabstrip/sel_bg2.jpg' );
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 10;
	padding-top: 7px;
	width: 134px;
}
.dhtmlgoodies_tabPane .tabInactive
{
	background-image: url(   '/App_Themes/Fa/images/Tabstrip/sel_bg.jpg' );
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 10;
	padding-top: 7px;
	width: 131px;
}

.dhtmlgoodies_tabPane .inactiveTabOver
{
	background-image: url(      '/App_Themes/Fa/images/Tabstrip/sel_bg.jpg' );
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	width: 131px;
	padding-top: 7px;
}
.dhtmlgoodies_tabPane span
{
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	color: White;
	text-align: center;
}
.dhtmlgoodies_tabPane .tabActive span
{
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	color: Black;
}

.dhtmlgoodies_tabPane img
{
}
