/*html {
}*/

#hover_menu{
  
  background:#1f1f1f;
  font-family: Verdana;
  font-size: 11px;

  color: #FFF;
  background: #080303;
  background-image: url('../gfx/header.png');
  background-position: center bottom;  
  margin: 20px;
  padding: 5px; 
  border: 1px solid #444;
  border-bottom: 5px solid #444;
  -moz-border-radius:3px;  
  width: 730px;
  height: 25px;   
  position: absolute;
  top: 10px;
  left:10px;  
  visibility: hidden; 
  opacity: 0.8;
  z-index: 55;
}

#hover_menu:hover{
  z-index: 56;
}

#tree{
  color: #FFF;
  background: #361010;
  background-image: url('../gfx/header2.png');
  background-position: bottom center;  
  background-repeat: repeat-x;
  margin: 20px;
  padding: 5px; 
  border: 1px solid #444;
  border-bottom: 5px solid #444;
  -moz-border-radius:3px;  
  width: 230px;
  position: absolute;
  top: 10px;
  right:10px;  
  visibility: hidden; 
  opacity: 0.7;
  text-align: center;
  z-index: 55;
}

#tree:hover{
  z-index: 56;
}


#mtree {
  background: rgba(241,241,241,0.4);
  text-align: left;
  max-width: 200px;
  margin: 0;
  padding: 20px;
  padding-left: 8px;
  width: 100%;
  min-height: 400px;
  border: 1px solid #CCC;
  -moz-border-radius:3px;
}

#tree ul li {
  margin-left: 25px;
}

.close {
  list-style-image: url("../gfx/plus-icon.png");
}

.open {
  list-style-image: url("../gfx/minus-icon.png");
}
.enditem {
  list-style-type: none;
  list-style-image: none;
}

#hover_menu p {
  margin:0;
  padding:0;
}

#hover_menu:hover{
  opacity: 0.9;
}

#hover_menu a{
  opacity: 0.3;
}

a:hover{
  opacity: 0.5;
}

a:active{
  opacity: 0.1;
}

#head {
  background: #080303;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 4px;
}

#menuIcons {
  margin: 0 auto;
  text-align: center;
}

.addendum {
  position: absolute;
  width: 650px;
  /*min-height: 300px;*/
  background: #080303; 
  -moz-border-radius:3px;
  border: 1px solid #444;
  border-bottom: 5px solid #444;
  top: 35px;
  left: 20px;
  opacity: 0.8;
  padding: 10px;
  visibility: hidden;
}

#mtree{
}

.item {
}

#fore button, #back button {
  padding:0; margin: 0;
  border: 1px solid #f1f1f1;
  width: 13px;
  height: 20px;
}
#fore table, #back table{
  float: left;
  padding-left: 3px;
}
.clearer {
  clear: both;
}

#createlink input {
  border: 3px solid #CCC;
  background: #FFF;
  width: 49%;
}
#smiley table {
  margin: 0 auto;
  text-align: center;
  background: #1f1f1f;
}
#smiley table {
  border: 1px solid white;
}
#smiley td {
  border: 1px solid #f1f1f1;
}
#smiley td input {
  opacity: 1.0;
}
#smiley td input:hover {
  opacity: 0.7;
}
#fore select {
  width: 300px;
}
#fore option {
  padding: 5px;
  font-size: 14px;
  border: 1px solid #f1f1f1;
}
#fore option:hover {
  opacity: 0.5;
}
#fore_font_select {
  float: left;
  width: 49%;
}
#fore_font_example {
  float: left;
  width: 49%;
}
