@CHARSET "UTF-8";
.dhtmlgoodies_tabPane{
	position: absolute;
	top:24px;
	height:23px;	/* Height of tabs */
	/*border-bottom:1px solid #919b9c;*/
}
.dhtmlgoodies_tabPane .tabActive{
		/*background-image:url('../images/tab_left_active.gif');*/
		margin-left:0px;
		margin-right:0px;
		z-index:10;
		background-color: #CDFFFF;
}
.dhtmlgoodies_tabPane .tabInactive{
		/*background-image:url('../images/tab_left_inactive.gif');*/
		margin-left:0px;
		margin-right:0px;
		z-index:1;
		background-color: #FFFFF0;
		border-bottom:2px solid #999999; /* Cinza escuro */
		/*#919b9c; */

}
.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		padding-right:10px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
}
