.dhtmlgoodies_tabPane
{
	PADDING-RIGHT: 17px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; HEIGHT: 28px
}
.dhtmlgoodies_aTab
{
	text-align: center;
	float: right;
	padding-right: 17px;
	position: relative;
	font-family: Tahoma;
	background-color: #FFFFFF;
}
.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(   'sel_bg20.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('sel_bg00.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('sel_bg00.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
{
}
