.panel {
  border: 1px; 
  border-color:black; 
  border-style:solid; 
  border-top-color:red;
  width:140px; 
  height:200px; 
  background:#ffffff;
  text-align:left;
  margin-top:150px; 
  margin:0px auto;
  display:none;
  overflow:auto;
}
html>body .panel {
  width:160px;
  height:200px;
}
#fanebladsmenu .tab {
  font-family:arial,helvetica,sans-serif;
  font-weight:bold;
  font-size:12px;
  height:20px;
  width:20px; 
  padding:1px 1px 1px 1px;
  color:black;
  text-decoration:none;
  border: 1px solid black;
  border-left:0px;
  font-weight: bold;
  background:#cccccc;
}
html>body #fanebladsmenu .tab {
  width:17px;
  height:13px;
}
#fanebladsmenu {
  position:relative;
  margin-top:20px;
  height:20px;
  width:140px;
  padding:0px;
  border-left:1px solid black;
  background:ffffff;
  margin:0px auto;
}
html>body #fanebladsmenu {
  width:140px;
}
.tab {
  position:absolute;
  top:0px;
  background-color:#cccccc;
}
#tab1 {left:0px;}
#tab2 {left:17px;}
#tab3 {left:34px;}
#tab4 {left:51px;}
#tab5 {left:68px;}
#tab6 {left:85px;}
#tab7 {left:102px;}

#page p, pre {
  margin:0px 0px 0px 0px;
  font-size:14px;
}
#page ol {
  font-size:14px;
  margin-top:8px;
  margin-right:15px; 
  margin-bottom:8px;
}
#page h1 {
  margin-top:20px; 
  margin-left:15px; 
  margin-right:15px;
  font-size:20px;
}