﻿div.extratabs
{
	height: 30px;
	position: relative;
	z-index: 3;
}

div.extratabs ul.tab-container
{
	display: block;
	list-style: none;
	clear: both;
}

div.extratabs ul.tab-container li.tab
{
	margin-left: 2px;
	display: block;
	float: left;
}

div.extratabs ul.tab-container li.tab a.tab-href
{
    display: block;
    text-decoration: none;
    background-color: #5675ac;
    padding: 2px 5px;
    margin-right: 2px;
    color: #FFFFFF;
}

div.extratabs ul.tab-container li.tab a.tab-href:hover
{
}

/* Tab content */
div.extratabs ul.tab-container li.tab div.tab-content
{
	display: none;
	position: absolute;
    list-style: none;
    width: 450px;
}

/**/

table.tabs
{

}


table.tabs tbody tr
{
}

ul.tabs
{
	display: block;
	float:left;
	list-style-type:none;
	text-align:center;
	vertical-align:bottom;
	background-color: #e4e4e4;
	background-color: #ffffff; /*4067ab; /*maak hier wit van om het ontwerp te volgen*/
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	width:100%;
	border-bottom: solid 2px #FFFFFF;
}

li.tab
{
	display:inline;

	/*height: 20px;
	background-color: #4067ab;
	vertical-align:bottom;
	
	border-bottom-color:White;
	
	border-bottom-style:solid;
	
	border-bottom-width:2px;
	border-right-width:2px;
	*/
}

a.tab
{
	float:left;
	background-color: #4067ab; /*e4e4e4*/
	color: white;  /*#929292;*/
	padding:0.2em 0.6em;
	height:20px;
	text-align:center;
	vertical-align:bottom;
	border-right-width:3px;
	border-right-color:White;	
	border-right-style:solid;
	text-decoration: none;
}

a.tab:hover 
{
	background-color:#4067ab; /*e4e4e4;*/
	color:White;
}

a.tabselected
{
	float:left;
	background-color: white;
	color:#929292;
	padding:0.2em 0.6em;
	height:20px;
	text-align:center;
	vertical-align:bottom;
	border-right-width:3px;
	border-right-color:White;	
	border-right-style:solid;	
	font-weight:bold;
	text-decoration: none;
}

