
/* Vertical Tabs
--------------------*/
 ul.frontpage_tabs {
	list-style:none;
	margin:10px 0 0 0!important;
	padding:0!important;
	clear:both;
	height:25px;
	border-bottom:1px #aaa solid;	
}

 ul.frontpage_tabs li {
	float:left;
	height:25px;
	padding:0;
	margin:0;
}

 ul.frontpage_tabs li a {
	display:block;
	padding:4px 10px;
	margin-right:1px;
	background-color:#eee;
	color:#666;
	line-height:17px;
	text-decoration:none;
	font-weight:bold;
}

 ul.frontpage_tabs li a:hover {
	color:#666;
}

 ul.frontpage_tabs li a.active,
 ul.frontpage_tabs li.active a {
	background-color:#2154AD;
	color:white!important;
	font-weight:bold;
	position:relative;
	padding-top:6px;
	padding-bottom:5px;
	margin-bottom:-1px;
	margin-top:-2px;
}

div.frontpage_tab{
	padding:10px;
	border:1px #999 solid;
	border-top:0;
	background: white;
}

div.frontpage_tab h3{
	margin:0;
	font-size:11px;
	font-weight:bold;
	color:#2154AD;
}

/* Tabs zijn vrij hoog, dit is een iets simpelere versie voor subtabs */

 ul.slim_frontpage_tabs {
	height:18px;
	border-bottom:1px #ddd solid;
}

 ul.slim_frontpage_tabs li {
	height:15px;
}

 ul.slim_frontpage_tabs li a {
	padding:2px 10px;
	margin-right:1px;
	line-height:14px;
	color: #999!important;
	background-color: #eee;
}

 ul.slim_frontpage_tabs li a:hover {
	color:#666;
}

 ul.slim_frontpage_tabs li a.active {
	/*background-color: #eee;
		color: #000!important;*/
	font-weight: bold;
	position: relative;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: -1px;
	margin-top: -3px;
}


div.slim_frontpage_tab{
	padding: 3px;
	border: 1px #ddd solid;
	border-top: 0;
}
