.moduleScreen [type='type1'] .span, .moduleScreen [type='type2'] .span {
  width: 80%;
  display: table-cell;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  min-height: 17px; }

.moduleScreen applet, .moduleScreen object {
  position: relative;
  width: 100% !important;
  height: 100% !important; }

* {
  cursor: default;
  margin: 0;
  user-select: none; }

html {
  height: 100%;
  min-width: 1024px;
  min-height: 768px; }

body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "arial";
  min-width: 1024px;
  min-height: 768px; }

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
  min-width: 1024px;
  min-height: 768px; }

.displayNone {
  display: none !important; }

.visibilityNone {
  visibility: hidden !important; }

li {
  line-height: 20px; }

.heightNone {
  height: 0 !important; }

.Iicon {
  position: relative;
  width: 25px;
  height: 25px;
  background-image: url("../images/inj_normal.png");
  background-repeat: no-repeat;
  display: inline-block;
  top: 6px;
  background-size: 100% 100%; }

@font-face {}
.temp {
  visibility: hidden; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.textIndent14 {
  text-indent: 0; }

.textIndent15 {
  text-indent: 15px; }

.size30 {
  font-size: 30px; }

.size25 {
  font-size: 25px; }

.size20 {
  font-size: 20px; }

.size19 {
  font-size: 19px; }

.size17 {
  font-size: 17px; }

.size16 {
  font-size: 16px; }

.size15 {
  font-size: 15px; }

.size14 {
  font-size: 14px; }

.size13 {
  font-size: 13px; }

.size12 {
  font-size: 12px; }

.size11 {
  font-size: 11px; }

.arial {
  font-family: "arial"; }

.sansSerif {
  font-family: "sans-serif !important"; }

.greenColor {
  color: #010898; }

.greyColor {
  color: #727272; }

.whiteColor {
  color: #fff; }

.blackColor {
  color: #000; }

.greyBlackColor {
  color: #535353; }

.blueColor {
  color: #387ca1; }

.orangeColor {
  color: #e8a30a; }

.nowrap {
  white-space: nowrap; }

.button {
  cursor: pointer; }
  .button * {
    cursor: pointer; }

.launchScreen {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }

.page {
  position: absolute;
  width: 100%;
  height: 100%; }

.beforeYouStart {
  position: relative;
  width: 715px;
  height: 270px;
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto;
  top: 50%;
  margin-top: -135px; }
  .beforeYouStart .content {
    position: relative;
    width: 665px;
    height: 410px;
    top: 15px;
    left: 25px; }
  .beforeYouStart .close {
    position: absolute;
    top: -8px;
    right: 0; }
  .beforeYouStart .dont {
    float: right;
    margin-top: 8px;
    margin-right: 20px; }
  .beforeYouStart .span1 {
    display: block;
    margin-top: 8px;
    margin-bottom: 15px; }
  .beforeYouStart .p2 {
    margin-top: 5px; }

.bookmark {
  position: relative;
  width: 600px;
  height: 155px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  top: 50%;
  margin-top: -75px; }
  .bookmark .content {
    position: relative;
    width: 550px;
    height: 125px;
    top: 15px;
    left: 25px; }
  .bookmark .close {
    position: absolute;
    top: -8px;
    right: 0; }
  .bookmark .yesNo {
    color: transparent; }
  .bookmark .yes {
    float: left;
    margin-right: 8px; }
  .bookmark .no {
    float: left; }
  .bookmark .checkbox {
    float: left;
    top: 3px; }
  .bookmark .span1 {
    margin-bottom: 20px; }
  .bookmark .dont {
    margin-top: 7px;
    margin-left: 20px;
    display: inline-block; }
    .bookmark .dont > span:last-child {
      margin-left: 5px; }

.close {
  background-image: url("../images/close_normal.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 30px; }
  .close:hover {
    background-image: url("../images/close_roll.png"); }
  .close:active {
    background-image: url("../images/close_select.png"); }

.installJava {
  position: relative;
  background-image: url("../images/installjava_normal.png");
  background-repeat: no-repeat;
  width: 141px;
  height: 33px;
  margin: 0 auto; }
  .installJava:hover {
    background-image: url("../images/installjava_roll.png"); }
  .installJava:active {
    background-image: url("../images/installjava_select.png"); }
  .installJava a {
    position: absolute;
    width: 100%;
    height: 100%; }

.beginExploring {
  background-image: url("../images/beginExplor_normal.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 34px;
  float: right; }
  .beginExploring:hover {
    background-image: url("../images/beginExplor_roll.png"); }
  .beginExploring:active {
    background-image: url("../images/beginExplor_select.png"); }

.yes {
  background-image: url("../images/yes_normal.png");
  background-repeat: no-repeat;
  width: 78px;
  height: 31px; }
  .yes:hover {
    background-image: url("../images/yes_roll.png"); }
  .yes:active {
    background-image: url("../images/yes_select.png"); }

.no {
  background-image: url("../images/no_normal.png");
  background-repeat: no-repeat;
  width: 78px;
  height: 31px; }
  .no:hover {
    background-image: url("../images/no_roll.png"); }
  .no:active {
    background-image: url("../images/no_select.png"); }

.checkbox {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  top: 1px; }
  .checkbox span {
    position: absolute;
    background-image: url("../images/tickmark.png");
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    display: inline-block;
    background-size: 100% 100%;
    top: 2px;
    left: 2px; }

.underline {
  display: block;
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
  padding-top: 15px; }

.floatRight {
  float: right; }

.homeScreen .container {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/blueBg_Normal.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 70px;
  padding-left: 80px;
  padding-bottom: 30px;
  behavior: url("../libs/PIE.htc"); }
.homeScreen .overview {
  position: relative;
  float: left;
  width: 100%; }
  .homeScreen .overview .p1 {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px; }
.homeScreen .modules {
  position: relative;
  width: 100%;
  clear: left;
  float: left;
  box-sizing: border-box;
  padding: 20px; }
  .homeScreen .modules .content {
    position: relative;
    width: 100%;
    float: left; }
.homeScreen .header {
  position: absolute;
  width: 100%;
  height: 37px;
  background-image: url("../images/topBand.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  right: 0; }
  .homeScreen .header .button {
    position: relative;
    float: right;
    margin-top: 4px; }
  .homeScreen .header .heading {
    display: table;
    height: 100%;
    float: left;
    margin-left: 40px; }
    .homeScreen .header .heading span {
      display: table-cell;
      vertical-align: middle; }
.homeScreen .introduction {
  position: relative;
  float: left;
  margin-top: 0 !important; }
  .homeScreen .introduction .p1 {
    margin-top: 10px; }
.homeScreen .moduleIcon {
  position: absolute;
  width: 25px;
  height: 19px;
  background-image: url("../images/menu_top.png");
  background-repeat: no-repeat;
  float: left;
  top: 50%;
  margin-top: -10px;
  left: -40px;
  cursor: pointer; }
  .homeScreen .moduleIcon.disable {
    cursor: auto;
    display: none; }

.homeScreenSelect {
  background-image: url("../images/blueBg_Select.png") !important; }

.icon {
  position: relative;
  float: left;
  margin-right: 18px; }

.iconParentImg {
  width: 160px;
  height: 122px;
  background-image: url("../images/elementBG_normal.png");
  background-repeat: no-repeat; }

.iconParentImgSelect {
  background-image: url("../images/elementBG_select.png") !important; }

.iconImg {
  width: 154px;
  height: 85px;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  left: 3px;
  background-size: 100% 100%; }

.iconSpan {
  position: relative;
  width: 95%;
  display: block;
  text-align: center;
  line-height: 12px;
  margin: 0 auto;
  margin-top: 7px; }

.iconIntro {
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url("../images/inj_normal.png");
  background-repeat: no-repeat;
  float: right;
  margin-bottom: 20px; }
  .iconIntro:hover {
    background-image: url("../images/inj_roll.png"); }
  .iconIntro:active {
    background-image: url("../images/inj_select.png"); }

.group {
  position: relative;
  float: left;
  left: 50%;
  clear: left; }
  .group .icon:last-child {
    margin-right: 0; }

.helpNav {
  position: relative;
  width: 38px;
  height: 28px;
  background-image: url("../images/help_normal.png");
  background-repeat: no-repeat;
  margin-right: 40px; }
  .helpNav:hover {
    background-image: url("../images/help_roll.png"); }
  .helpNav:active {
    background-image: url("../images/help_select.png"); }

.capNav {
  position: relative;
  width: 38px;
  height: 28px;
  background-image: url("../images/cap_normal.png");
  background-repeat: no-repeat;
  margin-right: 40px; }
  .capNav:hover {
    background-image: url("../images/cap_roll.png"); }
  .capNav:active {
    background-image: url("../images/cap_select.png"); }

.launchNav {
  position: relative;
  width: 38px;
  height: 28px;
  background-image: url("../images/wheel_normal.png");
  background-repeat: no-repeat; }
  .launchNav:hover {
    background-image: url("../images/wheel_roll.png"); }
  .launchNav:active {
    background-image: url("../images/wheel_select.png"); }

.printNav {
  position: relative;
  width: 38px;
  height: 28px;
  background-image: url("../images/print_normal.png");
  background-repeat: no-repeat; }
  .printNav:hover {
    background-image: url("../images/print_roll.png"); }
  .printNav:active {
    background-image: url("../images/print_select.png"); }

.introNav {
  position: relative;
  width: 38px;
  height: 28px;
  background-image: url("../images/i_normal.png");
  background-repeat: no-repeat; }
  .introNav:not(.disable):hover {
    background-image: url("../images/i_roll.png"); }
  .introNav:not(.disable):active {
    background-image: url("../images/i_select.png"); }

.homeNav {
  position: relative;
  width: 38px;
  height: 28px;
  background-image: url("../images/home_normal.png");
  background-repeat: no-repeat; }
  .homeNav:hover {
    background-image: url("../images/home_roll.png"); }
  .homeNav:active {
    background-image: url("../images/home_select.png"); }

.helpScreen {
  background-color: #fff; }
  .helpScreen .content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
    padding-left: 60px;
    padding-right: 110px;
    box-sizing: border-box; }
  .helpScreen .heading {
    position: relative;
    float: left;
    width: 700px; }
  .helpScreen .back {
    position: relative;
    display: table;
    float: right;
    width: 100px;
    height: 40px;
    background-color: #ffb100;
    border-radius: 25px; }
    .helpScreen .back:hover {
      background-color: #ffd16a; }
    .helpScreen .back:active {
      background-color: #d26d00; }
    .helpScreen .back span {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .helpScreen .data {
    position: relative;
    display: inline-block;
    margin-top: 20px; }
  .helpScreen h3 {
    font-size: 17px; }

.moduleScreen {
  background-color: #fff; }
  .moduleScreen .moduleMenu {
    position: relative;
    width: 20%;
    height: 100%;
    background-image: url("../images/leftBand_content.png");
    background-repeat: no-repeat;
    background-size: 103% 100%;
    float: left; }
    .moduleScreen .moduleMenu .header {
      position: absolute;
      width: 100%;
      height: 37px;
      background-image: url("../images/leftBand_header.png");
      background-repeat: no-repeat;
      background-size: 100% 100%; }
      .moduleScreen .moduleMenu .header .heading {
        position: relative;
        height: 100%;
        display: table;
        text-align: center;
        float: left;
        margin-left: 20px; }
        .moduleScreen .moduleMenu .header .heading span {
          display: table-cell;
          vertical-align: middle; }
  .moduleScreen .chapters {
    position: absolute;
    width: 100%;
    font-size: 14px;
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
    border-top: 37px solid transparent; }
    .moduleScreen .chapters .chapter {
      cursor: pointer; }
      .moduleScreen .chapters .chapter * {
        cursor: pointer; }
  .moduleScreen [type='type1'] {
    position: relative;
    width: 100%;
    min-height: 37px;
    background-image: url("../images/modmenu_Drop11.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none; }
    .moduleScreen [type='type1']:not([arrow*='no']).ui-state-active {
      background-image: url("../images/modmenu_Drop21.png") !important; }
      .moduleScreen [type='type1']:not([arrow*='no']).ui-state-active .arrowImg {
        background-image: url("../images/down.png") !important;
        margin-right: 5px;
        margin-top: -5px; }
    .moduleScreen [type='type1']:not([arrow*='no']).ui-state-active[accordion_id] {
      background-image: url("../images/leftBtn_select1.png") !important; }
  .moduleScreen [type='type1'][accordion_id] {
    background-image: url("../images/leftBtn_normal1.png"); }
  .moduleScreen [type='type2'] {
    position: relative;
    width: 100%;
    min-height: 37px;
    background-image: url("");
    font-weight: bold; }
  .moduleScreen [type='type3'] {
    position: relative;
    width: 100%;
    min-height: 39px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none; }
    .moduleScreen [type='type3'] .menuThub {
      position: absolute;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      top: 18%;
      margin-left: 7%;
      width: 8%;
      height: 62%;
      border: 1px solid #fff;
      box-shadow: 0 0 1px 0 #888; }
    .moduleScreen [type='type3'] .span {
      width: 60%;
      display: table-cell;
      float: left;
      margin-top: 10px;
      margin-left: 60px;
      min-height: 17px;
      position: absolute;
      top: 0;
      left: 0; }
    .moduleScreen [type='type3'] + .chapterDup {
      height: 0 !important; }
  .moduleScreen .ui-icon-triangle-1-s {
    display: none !important; }
  .moduleScreen .container {
    position: relative;
    width: 80%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    border-top: 37px solid transparent; }
    .moduleScreen .container .contents {
      position: relative;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
  .moduleScreen .contents .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px; }
  .moduleScreen .content .p1 {
    margin-top: 20px; }
  .moduleScreen .content .instruction {
    margin-top: 20px; }
  .moduleScreen .applet {
    position: relative;
    width: 680px;
    height: 430px;
    border: 1px solid;
    margin: 0 auto;
    margin-top: 20px; }
  .moduleScreen .type3active:not([icon='no']) {
    background-image: url("../images/leftBtn_select1.png"); }

.type2backImg {
  background-image: url("../images/leftBtn_normal1.png"); }

.appletFullScreen {
  width: 800px !important;
  height: 500px !important; }

.preload {
  background-color: #fff;
  z-index: 99999; }
  .preload .spinner {
    position: relative;
    margin: 0 auto;
    width: 0;
    top: 50%; }

.spinnerBackground {
  width: 175px !important;
  height: 175px !important;
  background-image: url("../images/preloadSpinner.gif");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.moduleIconSelect {
  position: relative !important;
  left: 20px !important; }

.stackTop {
  z-index: 999; }

.headerWidth {
  width: 80% !important; }

.width100 {
  width: 100% !important; }

.frame {
  width: 100%;
  height: 90%;
  position: relative;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 5px;
  border-width: 1px; }
  .frame h3 {
    color: #fff; }
  .frame h4 {
    color: #fff; }
    .frame h4:hover {
      color: #ff0; }
  .frame h2 {
    color: White; }
  .frame h1 {
    color: #fff; }
  .frame P {
    color: #fff; }
  .frame li {
    color: #fff; }
  .frame A {
    text-decoration: underline;
    color: #fff; }
    .frame A:hover {
      color: #ff0; }
  .frame .sub {
    position: relative;
    font-size: .8em;
    bottom: -.1em; }
  .frame .super {
    position: relative;
    font-size: .8em;
    top: -.3em; }
  .frame table {
    border-color: #535353;
    position: relative;
    left: 0; }
    .frame table tbody {
      float: left; }

.frameApplet {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 65%;
  height: 97%; }

.overbar {
  position: relative;
  top: -4px;
  left: -1px;
  width: 0;
  margin-left: -5px; }

.poriginal {
  margin-top: 5px;
  margin-bottom: 5px; }

[arrow='no'] {
  background-image: url("../images/modmenu_Drop11.png") !important; }
  [arrow='no'].ui-state-active {
    background-image: url("../images/modmenu_Drop21.png") !important; }
  [arrow='no'] + .chapterDup {
    height: 0 !important; }

[icon='no'] {
  background-image: url("../images/leftBtn_normal1.png") !important; }
  [icon='no'].typeActive {
    background-image: url("../images/leftBtn_select1.png") !important; }
  [icon='no'] + .chapterDup {
    height: 0 !important; }

.chapterDup {
  width: 100%; }
  .chapterDup .chapter {
    width: 100%; }

.arrowImgContainer {
  position: absolute;
  width: 100%;
  height: 100%; }

.arrowImg {
  position: relative;
  width: 15px;
  height: 15px;
  background-image: url("../images/right.png") !important;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -8px;
  float: right; }

.chapterDupSubAccordion {
  width: 100%; }

[child_accordion_id] .span {
  margin-left: 90px !important; }
[child_accordion_id] .menuThub {
  margin-left: 15% !important; }

.systemReq {
  cursor: pointer; }
  .systemReq u {
    cursor: pointer; }

.group2 .iconIntro {
  margin-bottom: 0 !important; }

[arrow='nope'] .arrowImg {
  background-image: url("../images/temp.png") !important; }

.ui-accordion .ui-accordion-content {
  margin: 0;
  padding: 0; }

.arrowImgContainer {
  top: 0; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: none; }

/*# sourceMappingURL=style.css.map */
