.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {
	width: 131px;
	height: 27px;
	background: url(../images/tab_off.gif) no-repeat 0pt 0px;
	position: relative;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: hand;
	margin: 1px 2px 0px -1px; /* kleine wit ruimte tabs op rechts */
	padding: 8px 0px 0px 0px;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
	border: 0;
}

/* firefox */
html>body .dynamic-tab-pane-control .tab-row .tab {
	height: 30px;
	padding: 5px 0px 0px 0px;
}

/* IE7 */
*:first-child+html .dynamic-tab-pane-control .tab-row .tab {
	height: 27px;
	padding: 8px 0px 0px 0px;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 131px !important;
	height: 27px !important;
	background-image:	url( "../images/tab_on.gif" ) !important;
	border: 0;
	background-repeat: no-repeat;
	z-index: 3;
	padding: 8px 0px 0px 0px;
	margin: 1px 2px 0px -1px;  /* kleine wit ruimte tabs op rechts */
	top: 0px;
	font: 11px Tahoma;	
}

.dynamic-tab-pane-control .tab-row .tab.selected a { /* Deze is voor font kleur aktief tab */
	color: #fff;
}

.dynamic-tab-pane-control .tab-row .tab a { /* A tag kleur voor niet aktief */
	font:	12px Arial;
	border: 0;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	cursor: hand;
}

.dynamic-tab-pane-control .tab-row .tab a:active { /* Werkt alleen als je ook echt op woord klikt .. */
	color: #fff;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	width: 131px;
	border: 0;	
	background-image:	url( "../images/tab_off.gif" );
	background-repeat: no-repeat;
}

.dynamic-tab-pane-control .tab-page {

	border: 1px solid #cccccc;
	border-left: 0px;
	border-right:0px;
	border-bottom:0px;
	background: transparant;
	z-index: 2;
	position: relative;
	top: -3px;
	font: 11px Tahoma;
	color: #333;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding-right:	3px;
	width: 99%;  /* stupid stupid stupid IE!!! */
	float: left;

	

}

#tabPage0 {
   border: 1px solid #58749F;
}

#tabPage0,
#tabPage1,
#tabPage2 {
    border-top: 1px solid #58749F;
}	
    
#tabPage1.tab-page  h2.tab {
margin: 0 3px 0 3px; 
padding: 8px 0 0 0;
}
.borders {
	margin-left:-1px;
	margin-top:-1px;
	margin-right:-3px;
	padding:8px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
    border: 1px solid #58749F;
	}

.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}


