.body1 {
  background-color: #6e89dd;
}

.navOpened,
.navClosed {
  background-color: #ffffff;
}

.navOpened .navTitle .titleText {
  color: #215dc6;
}

.navOpened .navTitleOver .titleText {
  color: #428eff;
}

.navClosed .navTitle .titleText {
  color: #215dc6;
}

.navClosed .navTitleOver .titleText {
  color: #428eff;
}

div.tree {
  background-color: #d6dff7; 
}

.nodeActive .name {
  background-color: #3878bf;
}

#navLayout .nodeActive .name a,
#navLayout .nodeActive .name a:hover,
#navLayout .nodeActive .name a:visited,
#navLayout .nodeActive .name a:active {
  color: white;
}

#navLayout .name a,
#navLayout .name a:visited,
#navLayout .name a:active {
  color: #215dc6;
}

#navLayout .name a:hover {
  color: #428eff;
}


#contexthelp {
  font-size: 11px;
  color: #555555;
  text-align: left;
  padding-top: 5px;
  min-height: 100px;
  margin: 0;
  height:100px;
  border-top: 1px solid #A7B8EB;
}

html>body #contexthelp {
  height: auto;
}

#contexthelp {
  padding: 5px 10px 0 11px;
  background-color: #d6dff7; 
}

#userInfo {
  text-align: left;
  padding-top: 2px;
  margin: 0 15px 0 10px;
  color: #555555;
}

#userInfo .name {
  padding: 0;
  margin: 0;
}

#poweredBy a:link,
#poweredBy a:visited,
#copyright a:link,
#copyright a:visited {
  text-decoration: none;
  font-size: 10px;
  color: #BCC9F0;
  white-space: nowrap;
}

#poweredBy {
   padding-bottom: 5px;
	border-bottom: 1px solid #BCC9F0;
	vertical-align: middle;
}

#copyright {
  margin: 5px 0;
}
#copyright1 a:link,
#copyright1 a:visited,
#copyright1 {
  margin: 5px 0;
  text-decoration: none;
  font-size: 10px;
  color: #FFFFFF;
  white-space: nowrap;
}

