body {
	-moz-box-sizing: border-box;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	overflow-y: scroll;
  cursor: default;
}
p {
  margin: 0px 0px 6px 0px;
}
a {
  text-decoration: none;
	color: #666666;
}
table {
	font-size: 11px;
	color: #666666;
}
ul {
  padding-left: 20px;
  margin: 0px;
}
.anchor {
  cursor: hand;
  cursor: pointer;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
#main {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 870px;
  height: 575px;
}
#header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 870px;
  height: 125px;
}
#footer {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 11px;
  top: 535px;
  width: 848px;
  height: 35px;
	font-size: 11px;
  text-align: center;
  padding-top: 14px;
  background-image: url(resource/footer.jpg);
  background-repeat: no-repeat;
}
#dialogBackgnd {
  position: absolute;
  left: 0px;
  top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
  visibility: hidden;
}
#loadingSignal {
  position: absolute;
  left: 11px;
  top: 545px;
	width: 32px;
	height: 32px;
	z-index: 10;
	visibility: hidden;
	background-image: url(resource/loading.gif);
	background-repeat: no-repeat;
}
#gbdLink {
  position: absolute;
  left: 783px;
  top: 10px;
	width: 65px;
	height: 25px;
	z-index: 1000;
}

/* MAIN INTERFACE ========================= */

#dynPanel {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 180px;
  top: 160px;
	width: 690px;
	height: 375px;
	font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  color: #666666;
}
#dynPanelOverlay {
  position: absolute;
  left: 180px;
  top: 160px;
	width: 690px;
	height: 365px;
	background-color: #FFFFFF;
  visibility: hidden;
	z-index: 5;
}
div.scroll {
  padding-right: 25px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #4D4D4D;
  scrollbar-base-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFFF;
}

/* MENU */

#mainMenuContainer {
  position: absolute;
  left: 9px;
	top: 140px;
  width: 120px;
	height: 385px;
	font-size: 12px;
	visibility: hidden;
}
div.mainMenuHeader {
  width: 100%;
  height: 20px;
	background-image: url(resource/menuHeader.bmp);
	background-repeat: no-repeat;
  background-position: 3px 0px;
}
div.mainMenuFooter {
  width: 100%;
  height: 20px;
	background-image: url(resource/menuFooter.bmp);
	background-repeat: no-repeat;
  background-position: 3px 12px;
}
div.mainMenuLevel1Item td {
 padding: 3px 3px;
}
div.mainMenuLevel1Item table {
	font-size: 12px;
	font-weight: bold;
	color: #58595b;
}
div.mainMenuSelectedLevel1Item td {
  padding: 3px 3px;
}
div.mainMenuSelectedLevel1Item table {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
  background-color: #ffa9a9;
}
div.mainMenuLevel2Menu {
	-moz-box-sizing: border-box;
	font-size: 12px;
	font-weight: normal;
	color: #58595b;
  overflow: hidden;
  margin-bottom: 6px;
}
div.mainMenuLevel2Item {
	-moz-box-sizing: border-box;
  padding: 2px 3px;
  border-bottom: solid 1px #ffa9a9;
}
div.mainMenuLevel2ItemNormal {
	color: #58595b;
}
div.mainMenuLevel2ItemPointed {
	color: #d82127;
  cursor: hand;
  cursor: pointer;
}
div.mainMenuLevel2ItemSelected {
	color: #d82127;
  cursor: hand;
  cursor: pointer;
}

/* POUPUP WINDOW =================================*/

#popupWindow {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 200px;
  top: 170px;
  width: 600px;
  height: 330px;
  border: solid 1px #999999;
  overflow: hidden;
  z-index: 101;
}
#popupWindowTitle {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 30px;
  overflow: hidden;
  border: solid 1px #999999;
  background-color: navy;
}
#popupWindowCloseBtn {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 572px;
  top: 5px;
  width: 17px;
  height: 17px;
	background-image: url(resource/close_btn.png);
	background-repeat: no-repeat;
  overflow: hidden;
}
#popupWindowTitle table {
	-moz-box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 20px;
  margin-right: 40px;
}
#popupWindowBody {
	-moz-box-sizing: border-box;
  position: absolute;
  left: 20px;
  top: 40px;
  width: 574px;
  height: 254px;
  font-size: 12px;
  padding-right: 20px;
  overflow-y: auto;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #4D4D4D;
  scrollbar-base-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  scrollbar-face-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFFF;
}
#popupWindowBody li {
  padding: 0px;
}



