﻿/* Ajax: Tabs */

.ajaxtabs .ajax__tab_header {background:#eadde4;text-align:right;}
.ajaxtabs .ajax__tab_outer {}
.ajaxtabs .ajax__tab_inner {padding: 3px 12px;margin:0 1px 0 0;color:#fff;background: #67113b;text-decoration:none;text-transform:uppercase;font-size:12px;}
.ajaxtabs .ajax__tab_tab {}
.ajaxtabs .ajax__tab_hover .ajax__tab_outer {}
.ajaxtabs .ajax__tab_hover .ajax__tab_inner {background:#ca8ba7;}
.ajaxtabs .ajax__tab_hover .ajax__tab_tab {}
.ajaxtabs .ajax__tab_active .ajax__tab_outer {}
.ajaxtabs .ajax__tab_active .ajax__tab_inner {background:#ca8ba7;}
.ajaxtabs .ajax__tab_active .ajax__tab_tab {}
.ajaxtabs .ajax__tab_body {padding: 15px;background:#eadde4;}



/* Collapsable panels */

.collapsepanelheadertype1{	
	width:100%;		
	height:23px;
	color:#fff;
	background:url(../images/Ajax/collapsepannelbg.png) no-repeat;
	font-weight:bold;
	cursor: pointer; 
	padding:0;
	margin:2px;
}

.collapsepaneltype1{
	height:0px;
	overflow:hidden;
	padding:0; /* op nul laten, anders spaties tussen titels */
	margin:0 0 12px 0;
}


/* panels */

#portefeuilletitlepanel0col1,
#portefeuilletitlepanel1col1,
#portefeuilletitlepanel2col1,
#portefeuilletitlepanel3col1,
#portefeuilletitlepanel4col1,
#portefeuilletitlepanel5col1,
#portefeuilletitlepanel6col1,
#portefeuilletitlepanel7col1{
	float:left;
	width:420px;
	height:23px;
	line-height:23px;
	padding:0 0 0 13px;
	margin:0;
}

#portefeuilletitlepanel0col2,
#portefeuilletitlepanel1col2,
#portefeuilletitlepanel2col2,
#portefeuilletitlepanel3col2,
#portefeuilletitlepanel4col2,
#portefeuilletitlepanel5col2,
#portefeuilletitlepanel6col2,
#portefeuilletitlepanel7col2{
	float:right;
	padding:2px 5px;
	margin:0;
}

