.TabStrip
{
	/*background-color: #ffffff;*/
	/* HAKH 6-3-2012 restyle  */
	background-color: #979A9F;

	width: 810px;
	
}

.pane 
{
	display : none;
	border-top-width: 0px;
	border-top-color: #ffffff;
	border-top-style: solid;
  	/*background-color: #7F7F7F;*/
  	background-color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style:solid;
	border-bottom-color: #ffffff;
	border-left-width: 0px;
	border-left-style:solid;
	border-left-color: #ffffff;
	border-right-width: 0px;
	border-right-style:solid;
	border-right-color: #ffffff;
	width: 100%;
	/*width: 810px;*/
}

td.tabs
{
	border-left-style:solid;
	border-left-color:#979A9F;
	border-left-width:1px;

	border-bottom-style:solid;
	border-bottom-color:#a3a3bd;
	border-bottom-width:0px;

	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-right: 0px;
	/*border-bottom: 0px;*/
	cursor: hand;
	color: #004981; /* dit is de kleur van de niet actieve tabs tekst */
	font-weight:bold;
	background-color: #B5C7D6;
	/*background-image: url('../Images/tabbackground.gif');
	background-repeat: repeat;
	/*height: 18px;*/	
}
  
 td.selectedTab 
{
	border-left-style:solid;
	border-left-color:#979A9F;
	border-left-width:1px;
	
	border-bottom-style:solid;
	border-bottom-color:#dcdcea;
	border-bottom-width:0px;
	
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-right: 0px;
	/*border-bottom: 0px;*/
	background-color: #ffffff;
	color: #004981; /* dit is de kleur van de tekst in de tab die actief is */
	font-weight:bold;	
	/*background-image: url('../Images/seltabbackground.gif');
	background-repeat: repeat;
	/*height:18px;*/
  }
  
  
span.tabs
{
	vertical-align: top;
}

div.tabs 
{  
  cursor: pointer;
  height : 17px;  
  overflow : hidden;
}