﻿.sickTreeRoot {
    font-weight: bold;
    color: navy;
}

a[title~="Companies"] {
    color: #6633FF;
}
a[title~="Company"] {
    color: black;
    font-weight: normal;
}

#divFixTree td
{
	vertical-align: top;
}

.sickTreeLeaf{

    font-weight: normal;
    color: navy;
}

.sickTreeParent {
    font-weight: normal;
    color: Navy;
}

 img[src="img/product_arrow.gif"] { 
    margin-top: 8px;
    margin-right: 2px;
}
.sickTreeHover {
}

.sickTreeSelected {
}

.sickTreeNode 
{
	vertical-align: middle !important;
}

.divDisplayInfo {
    
    position: absolute;
    border:solid 1px black;
    background-color:white;
    width:500px;
    height: 300px;
    display: none;
}

.divHeader {
    background-color: #B2D5D7;
    display:block;
    height: 16px;
    
}

.displayContent {
    margin: 10px;
}
.displayContent div {
    display: inline;
}

#breadCrumb 
{
    font-size: 13px;
    font-weight: bold;
    color: navy;
}
#breadCrumb a {
    font-size: 13px;
    color: navy;
}
.scrollCrumbRight, .scrollCrumbLeft {
	font-size: 20px !important; 
	font-weight: bolder;
	text-decoration: none;
}

.scrollCrumbLeft {
	margin-right: 10px;
}

.scrollCrumbRight {
	margin-left: 10px;
}