.dhtmlgoodies_tabPane
{
	height: 21px;
/*Height of tabs*/
	border-bottom: 1px solid #919B9C;
	position: relative;
	width: 206px;
}
.dhtmlgoodies_aTab
{
	border-left: 0px solid #919B9C;
	border-right: 0px solid #919B9C;
	border-bottom: 0px solid #919B9C;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	padding: 5px 5px 5px 6px;
	width: 196px;
}
.dhtmlgoodies_tabPane DIV
{
	float: left;
	height: 100%;
/*Height of tabs*/
	padding-left: 0px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: bottom left;
	cursor: pointer;
	position: static;
	bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.dhtmlgoodies_tabPane .tabActive
{
	background-image: url(../images/tab_left_active.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 0px;
	z-index: 1;
}
.dhtmlgoodies_tabPane .tabInactive
{
	background-image: url(../images/tab_left_inactive.gif);
	background-repeat: no-repeat;
	margin-left: 6px;
	margin-right: 0px;
	z-index: 1;
}
.dhtmlgoodies_tabPane .inactiveTabOver
{
	background-image: url(../images/tab_left_over.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-right: 0px;
}
.dhtmlgoodies_tabPane SPAN
{
	font-family: arial;
	vertical-align: top;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 21px;
	float: left;
}
.dhtmlgoodies_tabPane .tabActive SPAN
{
	padding-bottom: 1px;
	line-height: 20px;
}
.dhtmlgoodies_tabPane IMG
{
	float: left;
}

