A.button, A.hotbutton, A.schaltflaeche {
  display: inline;
  height: 15px;
  padding: 0px 10px;
  margin: 0px 3px;
  text-align: center;
  border: 1px outset #CBAA27;
  background-color: #FFF2BF;
  color: #444;
  font-size: 11px;
  font-weight: bold;
}

A.button:visited {
  color: #444;
}

A.button:hover, A.hotbutton:hover, A.schaltflaeche:hover {
  background-color: #CBAA27;
  border: 1px inset #aB9A07;
  color: white;
}

A.button_dis, A.schaltflaeche_dis {
  display: inline;
  height: 15px;
  padding: 0px 10px;
  margin: 0px 3px;
  text-align: center;
  border: 1px solid #AAA;
  background-color: #CCC;
  color: #777;
  cursor: text;
  text-decoration: none;
  font-size: 11px;
}


A.schaltflaeche,  A.schaltflaeche_dis  {
  display: inline-block;
  vertical-align: centerline;
  line-height: 40px;
  width: 250px;
  text-align: left;
  height: 40px;
}

A.schaltflaeche IMG, A.schaltflaeche_dis IMG {
  width: 36px;
  height: 36px;
  vertical-align: centerline;
  display: block;
  float: left;
  margin-right: 10px;
}





DIV.buttonbar {
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #CBAA27;
}


DIV.sidebar {
  position: relative;
  float: left;
}

DIV.mainarea {
  margin-left: 170px;
}


DIV.commandblock {
  width: 150px;
  border: 1px solid #CBAA27;
}

DIV.commandblock H2 {
  border: 0;
  background-color: #FFF9EC;
  position: relative;
  top: -10px;
  display: inline;
  font-size: 11px;
  margin: 0 5px;
  padding: 0 5px;
}

DIV.commandblock UL {
  margin: 0; padding: 0;
  list-style: none;
}

DIV.commandblock UL LI {
  border-top: 1px solid #DDD;
  padding-left: 10px;
}

DIV.commandblock P {
  margin: 0; padding: 0 10px;  
  border-top: 1px solid #DDD;
}

.marked {
  font-weight: bold;
}

A.trash, A.list, A.info {
  display: block;
  height: 16px; width: 16px;
  float: right;
} 

A.trash DIV {
  width: 16px;
  height: 16px;
  display: block;
  background: url(/media/trash.png) top left no-repeat;
}

A.trash, A.info, A.edit, A.list {
  height: 20px;
  width: 20px;
  display: block;
  float: left;
}

A.trash:hover, A.info:hover, A.edit:hover, A.list:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

/*A.info  { background: url(/media/smallicons/information.png) center center no-repeat; }
A.trash { background: url(/media/smallicons/delete.png) center center no-repeat; }
A.edit  { background: url(/media/smallicons/edit.png) center center no-repeat; }
A.list  { background: url(/media/smallicons/text_list_bullets.png) center center no-repeat; }
*/




DIV.forge_dialog {
  background-color: #ccc;
  border: 1px outset #ddd;
        padding: 5px;
        padding-bottom: 0;
}

DIV.forge_dialog DIV.inner {
  background-color: #fff;
        padding: 10px;
        float: right;
}

DIV.forge_dialog DIV.inner DIV.content {
        height: 100px;
  width: 300px;
  margin-top: 5px;
        overflow-x: none;
        overflow-y: auto;
}

DIV.forge_dialog DIV.footer {
        margin: 0;
        line-height: 22px;
        text-align: center;
  background-color: #ccc;
}

DIV.forge_dialog DIV.header {
        font-weight: bold;
        font-size: 12px;
        border-bottom: 1px solid #ddd;
}


DIV.forge_dialog DIV.main {
   float: right;
}

DIV.forge_dialog DIV.icon {
   float: left;
   width: 40px;
   background-color: white;
}

label.slidetoggler {
  color: #aac !important;
  text-decoration: underline;

}


TABLE.data {
  border-collapse: collapse;
  width: 100%;
  border: 0px solid red;
  overflow: hidden;
}

TABLE.data TR TH {
  text-align: left;
  border-bottom: 1px solid #CCC;
}

TABLE.data TR:hover {
  background-color: #EEE;
}

TABLE.data TD, TABLE.data TH {
  overflow: hidden;
  white-space: nowrap;
}


