/**
 * HTML style
 */
html {	
  margin: 0; 
  padding: 0; 
  width: 100%; 
  height: 100%;
}

/**
 * BODY style
 */
BODY {
  margin 0;
  padding 0;
  background-color: #FFFFFF;
  color: #000000;
  background-color: #EFEFEF;
  margin: 0px;
}

/** 
 * DIV style
 */
DIV.MENU {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  height: 100%;
  color: #cccccc;
  background-color: #ffffff;
}

DIV.SUBMENU {
  position: relative;
  top: 0px;
  left: 34px;
  width: 200px;
  color: #cccccc;
  font-size: 20px;
  text-align: center;
  background-color:  #0050cc;
  border-width: 3px;
  border-style: solid;
  border-top-color: #0060dd;
  border-left-color: #0082ff;
  border-right-color: #00a4ff;
  border-bottom-color: #00d6ff;
}
DIV.SUBMENU A {
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  background-color: #0082ff;
}

DIV.MISSING_FEATURES_NONE {
  position: relative;
  bottom: -100px;
  font-size: 15px;
  color: #008200;
  text-align: center;
}

DIV.MISSING_FEATURES {
  position: relative;
  bottom: -100px;
  font-size: 15px;
  color: #FF3C00;
  text-align: center;
}

DIV.MAIN {
  border-left-style: inset;
  border-left-width: 5px;
  border-left-color: #eeeeee;
  padding: 10px;
  position: absolute;
  left: 240px;
  top: 0px;
  height: 100%;
  background-color: #EFEFEF;
  display: block
}
DIV.MAIN DIV {
  background-color: #ffffb4;
  border: 2px dotted black;
  padding: 10px;
  width:
}
DIV.MAIN H1 {
  position: relative;
  border: 3px solid black;
  background-color: #d0a97d;
  padding: 5px;
  left: 10px;
  top: 30px;
  width: 150px;
  text-align: center;
}

.HIDDEN {
  display: none;
}

DIV.VISIBLE {
  width: 100%;
  display: block
}

/**
 * IMG style
 */
IMG.LOGO {
  border-width: 5px;
  border-style: solid;
  border-top-color: #b0cb9f;
  border-left-color: #90a97d;
  border-right-color: #70875b;
  border-bottom-color: #506539;
}

IMG.MENUITEM {
  border-width: 5px;
  border-style: solid;
  border-top-color: #eeeeee;
  border-left-color: #cccccc;
  border-right-color: #aaaaaa;
  border-bottom-color: #888888;
}

IMG.MENUITEM_MOUSEOVER {
  border-width: 5px;
  border-top-color: #ffdf00;
  border-left-color: #ddbd00;
  border-right-color: #bb9b00;
  border-bottom-color: #997900;
}

IMG.MENUITEM_MOUSECLICKED {
  border-width: 5px;
  border-top-color: #00d6ff;
  border-left-color: #00a4ff;
  border-right-color: #0082ff;
  border-bottom-color: #0060dd;
}
