body{font-family: verdana; height:100%;}
#page,#menu{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select: none}
img {margin: 5px}
#page object,#menu img{ 
  border: silver thin solid;
  -webkit-box-shadow: 0.2em 0.2em #CCC;
  -moz-box-shadow: 0.2em 0.2em #CCC;
  /*box-shadow: 0.2em 0.2em #CCC;*/
  opacity: 0.7;
  }

#page object{
  display: block;
  margin: 5px;
  }

#menu img { 
            width: 100px;
            margin:0;
            margin-top: 10px;
            margin-bottom: 2px;
            opacity: 0.4;
            }

#menu img:hover { 
  width: 104px;
  
}
#page .select, #menu .select { 
  border: grey thin solid;
  opacity: 1;
  -webkit-box-shadow: 0.2em 0.2em #CCC;
  -moz-box-shadow: 0.2em 0.2em #CCC;
/*  box-shadow: 0.2em 0.2em #CCC;*/
}

#menu { 
        position: fixed;
        top:0px;
        bottom:0px;
        left:0px;
        width:150px;
        overflow: auto;
        text-align: center;
        }

#resize { 
          position: fixed;
          top:0px;
          bottom:0px;
          left:151px;
          width: 1px;
          border-right: 1px solid gray;
          overflow: auto;
          text-align: center;
          cursor: col-resize;
          }
#page {
        position: fixed;
        top:0px;
        bottom:0px;
        left:154px;
        right: 0px;  
        text-align: center;
        overflow: auto;
        padding:0;
        margin:0;
        }

#search { 
          position: fixed;
          top: 0px;
          right: 0px;
          width: 150px;
          height: 30px;
          z-index: 1;
          border-bottom: 1px solid gray;
          border-left: 1px solid gray;
          -moz-border-radius-bottomleft: 5px;
          text-align: center;
          vertical-align: middle;
          background: teal url(goto.gif) 2% 50% no-repeat;
          }

#inputsearch { 
               margin: 5px;
               width: 100px;
               height: 15px;
               border: 1px solid silver;
               }

#reduce { 
          position: fixed;
          top: 0px;
          left: 0px;
          background: Transparent;
          width: 12px;
          height: 12px;
          z-index: 1;
          }
