/* @override http://webservice1.avile.de/pub_libs21/dd_css/tabform1.css */

#bd .dd_oldtabs {
	border-color: #d4d4d4;
	background: #e7ebed;
	clear: both;
	border-width: 1px;
	border-style: solid;
	padding: .6em;	

	margin-top: 1em;

}

/* 
#bd #subtitle + form {
	border-color: #d4d4d4;
	background: #e7ebed;

	clear: both;
	border-width: 1px;
	border-style: solid;
	padding: .6em;	

	margin-top: 1em;

}
*/
.tabform_ul {
	list-style-type:none;
	margin: 0; padding: 0;
	
	float:left;
	position: relative;
	z-index: 10;
	bottom: -2px;
	left: 1em;
	}

.tabform_ul li {
	margin: 0; padding: 0;

	float: left;
	margin: 0px .3em 0px 0;
	}
  
.tabform_ul li span {
	cursor: pointer;
	
	display: block;
	padding: .3em .5em;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	background-repeat: repeat-x;
	background-position: top;

	color: #444;
	border-color: #d4d4d4;
	background-color: #e7ebed; 
	background-image: url(../system/img/admin/gradient_v_grey_light.gif);
	}
	
.tabform_ul li span:hover {
	text-decoration: underline;
	color: #134b12;
}

li.fttw_tabcaptioncurr span {
	border-width: 2px 1px 1px 1px;
	margin-bottom: 1px;

	color: #000;
	border-color: #909090;
	border-top-color: #007f09;
	border-bottom-color: #fff;
	background: #fff;
}


.fttw_main {
	margin: 0;
	padding: 0;
	width:99%;
	clear:both;
	float:left;
  }
  
.fttw_contentrow {
	/*width: 96%;
	padding: 2%;*/
	position: relative;
	clear: both;
	background: #fff;
 	}
 	
/* IE fix */
* html .fttw_contentrow {
	float:left;
	border-color: #909090;
	border-style: solid;
	border-width: 1px 0 0 0;
 	}
 	
.fttw_content {
	clear: both;
	float: left;
	width: 96%;
	padding: 10px 2%;
	background: #fff;
	border-color: #909090;
	border-style: solid;
	border-width: 1px 0 0 0;
}

div[name=arrows] {margin-bottom: 1em;}

#bd .fttw_contentrow table {
	border-collapse: collapse;
	background: #fff !important;
	}

#bd .fttw_contentrow table td {
	background: #fff !important;
 }
	
#bd .fttw_clear + table.cells {

	border-collapse: collapse;
	margin-top: .6em;
	}

#bd .fttw_clear + table.cells td {
	background: #e7ebed;
	}
  
.fttw_clear {
    clear:both;
    margin:0;
    padding:0;
  }
