/* !IQ : whole table */
.igwlbMainSilver2k7
{
	margin-top: 10px;
	font-family: inherit;
}

/* !IQ : group-items */
.igwlbItemNormalSilver2k7 {
	color: #FFFFFF;
	text-align: left;
	display: list-item;
	list-style-position: inside;
	font-family: inherit;
	font-size: 8pt;
	margin-left: 8px;
}

/* !IQ : group-items mouse over*/
.igwlbItemHoverSilver2k7{
	color: #FFFFFF;
	text-align: left;
	display: list-item;
	list-style-position: inside;
	font-family: inherit;
	font-size: 8pt;
	margin-left: 8px;

	text-decoration: underline;
	Cursor: pointer;
}

.igwlbItemSelectedSilver2k7{
	color: #FFFFFF;
	text-align: left;
	display: list-item;
	list-style-position: inside;
	font-family: inherit;
	font-size: 8pt;
	margin-left: 8px;	
}

/* !IQ Dit geldt voor de gegroepeerde list-items */
.igwlbGroupNormalSilver2k7
{
		background-color: Transparent;
		border-top: 1px solid #d8dee2;
		padding-top: 10px;

}


.igwlbGroupBtNormalSilver2k7 {
	background-image: 	url(WebListBar/igwlb_group_bt_normal.jpg);
	background-repeat: repeat-x;
	background-color: #C1DBFF;
	height: 31px;
	font-size: 11px;
	
	color: #4C535C;
	font-weight: bold;
	padding-left: 2px;
}


.igwlbGroupBtHoverSilver2k7 {
	background-image: 	url(WebListBar/igwlb_group_bt_hover.jpg);
	background-repeat: repeat-x;
	height: 31px;
	font-size: 11px;
	
	border: 1px solid #6F7074;
	border-width: 1px 0px 0px 0px;
	color: #4C535C;
	font-weight: bold;
	
	padding-left: 2px;

}


.igwlbGroupBtSelectedSilver2k7 {
	background-image: 	url(WebListBar/igwlb_group_bt_selected.jpg);
	background-repeat: repeat-x;
	height: 31px;
	
	font-size: 11px;
	
	border: 1px solid #6F7074;
	border-width: 1px 0px 0px 0px;
	
	color: black;
	font-weight: bold;
	
	padding-left: 2px;
}

/* ********************** ExplorerBar ********************** */

.igwlbExplorerBarMainSilver2k7{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	/*background-color: white;*/
	font-size: 11px;
	text-align: left;
	border: 0px;
}

.igwlbGroupExplorerBarNormalSilver2k7{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*Background-color: white;*/
	border: 1px solid #6F7074;
	border-width: 0px 1px 1px 1px;
	
	padding-top: 10px;
	padding-bottom: 10px;		
}



/* !IQ : Group header expanded*/
.igwlbExplorerBarHeaderExpandedSilver2k7 
{
	font-size: 10pt;
	padding-top: 5px;
	height: 38px;
}

/* !IQ : Group header collapsed*/
.igwlbExplorerBarHeaderCollapsedSilver2k7 
{
	font-size: 10pt;
	padding-top: 5px;
	height: 38px;
}

/* !IQ : Group header hover*/
.igwlbExplorerBarHeaderHoverSilver2k7 {
	font-size: 10pt;
	padding-top: 5px;
	cursor: pointer;
	height: 38px;
	color: white;
}

/* ********************** ExplorerBar ********************** */
/* original  code for igwlbExplorerBarHeaderHoverSilver2k7
	border: 1px solid #6F7074;
	border-width: 1px 0px 0px 0px;
	background-repeat: repeat-x;
	background-color: #D9DCE0;
	height: 22px;
	font-size: 11px;
	
	padding-right: 11px;
	color: #4C535C;
	font-weight: bold;
	padding-left: 2px;
	border-left: 1px solid #6F7074;
	border-right: 1px solid #6F7074;

	margin-top: 5px;
*/