body {
  padding: 0;
  margin: 0;
}

#navArea img {
  display: block;
  margin: 0;
}

#navArea {
  padding-top: 12px;
}

#navArea .node img,
#navArea .nodeActive img {
  display: inline;
  vertical-align: middle;
  margin: 0px;
}

/* opened tab */

.navOpened {
  background-image: url(/images/rightmenu/bg.jpg);
  background-position: right;
  background-repeat: repeat-y;
  margin-bottom: 15px;
}

.navTitle,.navTitleOver {
  cursor: pointer;
  cursor: hand;
  -moz-user-select: none;
}

.navOpened .navTitle,
.navOpened .navTitleOver {
  height: 22px;
}

.navOpened .navTitle .titleText {
  font-weight: bold;
  font-size:14px;
  font-family:nazli, arial;
  vertical-align: middle;
}

.navOpened .navTitleOver .titleText {
  font-weight: bold;
  font-size:14px;
  font-family:nazli, arial;
  vertical-align: middle;
}

.navOpened .titleLeft {
  width: 14px;
  vertical-align: top;
}

.navOpened .titleRight {
  width: 3px;
  vertical-align: top;
}

.titleHandle {
  background-image: url(/images/rightmenu/corner_bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

.navOpened .navTitleOver .titleHandle {
  background-position: left bottom;
}

.navClosed {
  background-image: url(/images/rightmenu/bg.jpg);
  background-position: right;
  background-repeat: repeat-y;
  margin-bottom: 15px;
}

.navClosed .navTitle,
.navClosed .navTitleOver {
  height: 22px;
}

.navTitle .titleHandle,
.navTitleOver .titleHandle {
  width: 20px;
}

.navClosed .navTitle .titleText,
.navClosed .navTitleOver .titleText {
  font-weight: bold;
  font-size:14px;
  font-family:nazli, arial;
  vertical-align: middle;
}

.navClosed .titleLeft {
  width: 14px;
  vertical-align: top;
}

.navClosed .titleRight {
  width: 3px;
  vertical-align: top;
}

.navClosed .titleHandle {
  background-position: right top;
}

.navClosed .navTitleOver .titleHandle {
  background-position: right bottom;
}

div.tree {
  margin-left: 1px;
  margin-right: 1px;
  padding: 2px;
  padding-top: 3px;
  padding-bottom: 10px;
}

.navOpened .tree {
  display: block;
}

.navClosed .tree {
  display: none;
}

.node,
.nodeActive {
  margin-top: 4px;
  padding: 2px 0px;
  vertical-align: middle;
}

.node .name,
.nodeActive .name {
  padding: 2px 3px;
  margin-left: 2px;
}

.nodeImage {
  background-position: right; 
  background-repeat: no-repeat;
  padding-left: 0px;
  width: 27px;
}

#navLayout .nodeActive .name a,
#navLayout .nodeActive .name a:hover,
#navLayout .nodeActive .name a:visited,
#navLayout .nodeActive .name a:active {
  text-decoration: none;
}

#navLayout .name a,
#navLayout .name a:hover,
#navLayout .name a:visited,
#navLayout .name a:active {
  text-decoration: underline;
}

/* ---- add new styles here ---- */

.navOpened .tree #contexthelp {
table-layout: fixed;
width: 85%;
}

#contexthelp {
overflow: hidden;
text-overflow: ellipsis;
}



.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;
}

/* ----- powered by SWsoft ------ */

#poweredBy a:link,
#poweredBy a:visited,
#copyright a:link,
#copyright a:visited {
  text-decoration: none;
  font-size: 10px;
  color: #BCC9F0;
  white-space: nowrap;
}

#poweredBy > a:link,
#poweredBy > a:visited,
#copyright > a:link,
#copyright > a:visited {
  white-space: normal;
}

#poweredBy {
   padding-bottom: 5px;
	border-bottom: 1px solid #BCC9F0;
	vertical-align: middle;
}

#copyright {
  margin: 5px 0;
}

