.dhtmlgoodies_tabPane{
	height:			21px;	/* Height of tabs */
	border-bottom:	1px solid #919b9c;
}
.dhtmlgoodies_aTab{ /* Panel */
	border-left:	0px solid #919b9c;
	border-right:	0px solid #919b9c;
	border-bottom:	0px solid #919b9c;
	font-family:	Tahoma, Arial, sans-serif;
	color:			#AAAAAA;
/*	padding:		0px; */

}

.dhtmlgoodies_aTab A { /* Panel */
text-decoration:	none;
color:				black;
}

.dhtmlgoodies_aTab A:hover { /* Panel */
text-decoration:	underline;
color:				#660000;
}




.dhtmlgoodies_tabPane DIV{
	float:				left;
	height:				100%;	/* Height of tabs */
	padding-left:		3px;
	vertical-align:		middle;
	background-repeat:	no-repeat;
	background-position:	bottom left;
	cursor:				pointer;
	position:			relative;
	bottom:				-1px;
	margin-left:		0px;
	margin-right:		0px;
}
.dhtmlgoodies_tabPane .tabActive{
	font-family:	Verdana, Tahoma, Arial, sans-serif;
	background-image:	url('../images/tab-view/tab_left_active.gif');
	margin-left:		0px;
	margin-right:		0px;
	font-weight:		bold;
	color:				#ffffff;
	text-transform:		uppercase;
	z-index:			10;
}
.dhtmlgoodies_tabPane .tabInactive{
	font-family:	Verdana, Tahoma, Arial, sans-serif;
	font-weight:		bold;
	background-image:	url('../images/tab-view/tab_left_inactive.gif');
	margin-left:		0px;
	margin-right:		0px;
	font-size:			9px;
	z-index:			1;
}

.dhtmlgoodies_tabPane .inactiveTabOver{
	font-family:	Verdana, arial;
	font-size:		10px;
	font-weight:		bold;
	background-image:	url('../images/tab-view/tab_left_inactive.gif');
	margin-left:	0px;
	margin-right:	0px;
	text-decoration:	underline;
	color:				#660000;
}
.dhtmlgoodies_tabPane span{
	font-family:	Verdana, arial;
	vertical-align:	top;
	font-size:		10px;
	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;
}



.dhtmlgoodies_aTab .autor2 a {
	color:				#999999;
	text-decoration:	none;
}