@import url(buttons.css);
@import url(tabs.css);

.body3 {
  padding: 0 12px;
  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/nav_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;
  vertical-align: middle;
}

.navOpened .navTitleOver .titleText {
  font-weight: bold;
  vertical-align: middle;
}

.navOpened .titleLeft {
  width: 14px;
  vertical-align: top;
}

.navOpened .titleRight {
  width: 3px;
  vertical-align: top;
}

.titleHandle {
  background-image: url(../images/nav_corner_bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

.titleHandle2 {
  background-image: url(../images/nav_corner_bg.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

.navOpened .navTitleOver .titleHandle {
  background-position: left bottom;
}

.navClosed {
  background-image: url(../images/nav_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;
  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: 11px;
  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;
}

.pathbar {
	padding: 10px 10px 0 10px;
}

.screenBody {
  margin: 0 10px;
  clear: both;
}

.uplevel {
  text-align: right;
}

.screenTitle {
  margin: 0;
  vertical-align: middle;
}

.screenTitle td {
  padding: 3px 12px 5px 10px;
  vertical-align: middle;
}


.screenTitle img,
.screenTitle td,
.screenTitle input,
.screenTitle select {
  vertical-align: middle;
}

.pathbar {
  background: #F9F8F8;
  color: #444444;
}

.pathbar a:link,
.pathbar a:visited {
  color: #444444;
}

.screenTitle {
  background: #F9F8F8;
}

.screenTitle td {
  font-size: 18px;
  font-family: "Franklin Gothic Medium", Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
}

.screenTitle .name,
.screenTitle b {
  font-weight: normal; 
  color: #0D1DE0; 
}

legend {
  color: #000000;
  font-weight: bold;
}
legend {
  margin-bottom: 5px;
  margin-left: -9px;
  padding-right: 0px;
  vertical-align: middle;
  padding-left: 2px;
}
fieldset > legend {
  margin-left: -7px;
  padding-left: 0;
  padding-right: 9px;
  padding-top: 3px;
}

legend img {
  vertical-align: middle;
}
legend .checkbox,
legend .checkbox,
.formFields .checkbox,
.formFields .radiobox {
  margin-right: 3px;
}

fieldset#fldset-power > legend {
  padding-left: 30px;
}
legend {
  white-space: nowrap;
}
fieldset {
  border: none;
  border-top: 1px solid #D0D0D0;
}
.toolsArea .screenButtons .commonButton span {
  background: none;
}
#fldset-admin_info .screenButtons {
	width: 333px;
}
.commonButton button,
.commonButton {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: transparent;
}

.commonButton button {
  background-image: url(../images/btn_bg.gif);
  border: 0 solid white;
  background-repeat: no-repeat;
}

.commonButton button[disabled] {
  background-image: url(../images/btn_bg-disabled.gif); 
  color: #999999;
}  

/* ---------- big icon buttons  --------- */
.toolsArea .commonButton {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 34px 0 0 0;
  width: 85px;
  height: 32px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  float: left;
  text-decoration: none;
  /*background-image: url(../images/btn_default-button_bg.gif);*/
  line-height: 95%;
  height: expression((window.screenButtonHeight)?window.screenButtonHeight: '32px');
  bottom: expression((this.clientHeight>32)?(window.screenButtonHeight='48px'):0);
}

.toolsArea span.commonButton {
  cursor: default;
  color: #999999;
  text-decoration: none;
}
.customButton {
 background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0px 5px 0px 0px;
  width: 85px;
  height: 32px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  float: left;
  text-decoration: none;
  /*background-image: url(../images/btn_default-button_bg.gif);*/
  line-height: 95%;
  height: expression((window.screenButtonHeight)?window.screenButtonHeight: '32px');
  bottom: expression((this.clientHeight>32)?(window.screenButtonHeight='48px'):0);
  
  }
  
.toolsArea button {
  display: none;
}

.formArea .toolsArea .commonButton span {
  display: inline;
}

.toolsArea .screenButtons .commonButton span {
  background: none;
}

/* ---------- small icon buttons  --------- */

.controlVisibilityToolbar .misc .commonButton,
.buttons .commonButton,
.reportTools .commonButton,
.uplevel .commonButton {
  background: none;
}

.controlVisibilityToolbar .misc .commonButton button,
.listArea .buttons .commonButton button,
.reportTools .commonButton button,
.uplevel .commonButton button {
	display: none;
}

.controlVisibilityToolbar .misc .commonButton span,
.buttons .commonButton span,
.reportTools .commonButton span,
.uplevel .commonButton span {
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-left: 20px;
  text-decoration: underline;
  cursor: hand;
  cursor: pointer;
  padding-top: 1px;
  padding-bottom: 4px;
}


/* buttons as buttons */
.formArea .commonButton span,
.formButtons .commonButton span,
.paging .commonButton span {
  display: none;
}

.formButtons button,
.formArea button,
.paging .commonButton button {
  width: 91px;
  height: 21px;
  text-align: center;
}

