.inf-StackExplorer {
	border:1px solid #CCCCCC;
}

.inf-StackExplorer-Grid {
	padding:0px;
	border:0px;
	border-left:1px solid #CCCCCC;
}

.inf-StackExplorer-Panel {
	background-color:#F7FAFC;
	vertical-align:top;
}

.inf-StackExplorer-Label {
	font-size: 0.8em;
	font-weight:bold;
	padding:3px;
	color:#13426d;
	border-top:2px solid #81aacf;
	padding-top:10px;
}

.inf-StackExplorer-Panel-BreadCrumbs {
	background-color:#EFF6FF;
	padding:5px;
}

.inf-StackExplorer-Panel-AssociationLinks {
	padding-right:4px;
}

.inf-StackExplorer-Breadcrumb {
	padding-left:2px;
	padding-right:5px;
	cursor:pointer;
	color: #2c3e50;
	font-size: 0.8em;
	font-weight: normal;
	white-space: nowrap;
}

.inf-StackExplorer-Breadcrumb-Child {

	padding-left:13px;
	cursor:pointer;
	color: #2c3e50;
	font-size: 0.8em;
	font-weight: normal;
	white-space: nowrap;
}

.inf-StackExplorer-Breadcrumb-Selected {
	
	width:100%;
	font-weight:bold;
	padding-left:13px;
	font-size: 0.8em;
	text-align:center;
	background-image:url(../img/linkBreadcrumb.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
	white-space: nowrap;
}

.inf-StackExplorer-Breadcrumb-Selected-Child {
	width:100%;
	font-weight:bold;
	padding-left:13px;
	font-size: 0.8em;
	background-image:url(../img/linkBreadcrumb.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
	white-space: nowrap;
}

.inf-StackExplorer-AssociationLink {
	padding-left:5px;
	font-size: 11px;
	color:#3879b4;
	text-decoration:underline;
	cursor:pointer;
}