/* PRIMARY COLOR IN THREE SHADES */

.gwt-Tree .gwt-TreeItem-selected {
	background: #516492 !important;
}

.gwt-PopupPanel,
.gwt-SuggestBoxPopup,
.inetPrimaryBackgroundColor {
	background-color: #6f7b9a !important;
	border-color: #6f7b9a !important;
}

.gwt-MenuItem {
	background-color: #FFF;
}

.gwt-SuggestBoxPopup .suggestPopupContent .item-selected,
.gwt-Tree div > table:hover .gwt-TreeItem,
.gwt-Tree div:hover > .gwt-TreeItem,
.gwt-Tree .gwt-TreeItem-selected {
	background: #7083b0 !important;
}

/* SECONDARY COLOR */

.inetSecondaryBackgroundColor {
	background: #edeef3;
}

/* BORDER LINE COLOR */

.inetPrimaryBorderColor {
	border-color: #afafaf;
	border-bottom-color: #afafaf;
	border-top-color: #afafaf;
	border-right-color: #afafaf;
	border-left-color: #afafaf;
}
.inetPrimaryBorderColor:hover {
	border-color: #B0C1D9;
	border-bottom-color: #B0C1D9;
	border-top-color: #B0C1D9;
	border-right-color: #B0C1D9;
	border-left-color: #B0C1D9;
}


