/* 
												ZVL		ZVZ		onderst.
	achtergrondkleur				= kleur1 =	#FFFFFF	#FFFFFF	#FFFFFF
	letterkleur						= kleur2 =	#0066CC	#0066CC	#0066CC	
	geselecteerde achtergrondkleur	= kleur3 =	#E4EEB1 #FBE7CC #EB8521
	geselecteerde letterkleur		= kleur4 =	#8AB919 #EB8521 #94C6EB
*/


.basicTopLevel
{
	width : 151px;
}
.basicTopLevelContainer
{
}
.basicItemSeparator
{
	background-color: #E4EEB1;
}

/* popup */
.basicPopup
{
}
.basicPopupContainer
{
}
.basicPopupContainer #border
{
	background-color: #E4EEB1;
}

.basicItemMain
{
	cursor :hand;
	width:131px;
	border-bottom: solid 1 #8AB919;
	background-color: #FFFFFF;
}
.basicItemMain #item
{
	cursor :hand;
	width:131px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
}
.basicItem
{
	cursor :hand;
	width:131px;
	border-bottom: solid 1 #8AB919;
	background-color: #FFFFFF;
}
.basicItem #item
{
	cursor :hand;
	width:131px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
}
.basicItemDisabled
{
	cursor : default;
	width:131px;
	border-bottom: solid 1 #8AB919;
	background-color: #FFFFFF;
}
.basicItemDisabled #item
{
	cursor :hand;
	cursor :default;
	width:131px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
}
.basicItemActive
{
	cursor :hand;
	width:131px;
	border-bottom: solid 1 #8AB919;
	background-color: #E4EEB1;
	cursor: default;
}
.basicItemActive #item
{
	cursor :hand;
	width:131px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8AB919;
}
.basicItemExpanded
{
	cursor :hand;
	width:131px;
	border-bottom: solid 1 #8AB919;
	background-color: #E4EEB1;
	cursor: default;
}
.basicItemExpanded #item
{
	cursor :hand;
	width:131px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8AB919;
}
.basicItemSelected
{
	cursor :hand;
	width:131px;
	border-bottom: solid 1 #8AB919;
	background-color: #FFFFFF;
	cursor: default;
}
.basicItemSelected #item
{
	cursor :hand;
	width:131px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8AB919;
}
