A {
  text-decoration: none;
}

A.button {
  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;

}

TH {
  font-size: 11px;
}

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

A.button_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.minibutton {
  display: inline;
  height: 9px;
  padding: 0px 10px;
  margin: 0px 3px;
  text-align: center;
  border: 1px outset #CBAA27;
  background-color: #FFF2BF;
  color: #444;
  font-size: 8px;
  font-weight: normal;
}

A.minibutton:hover {
  background-color: #CBAA27;
  border: 1px inset #aB9A07;
  color: white;
}



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;
}

FORM {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}


.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; }


TABLE.data {
  border-collapse: collapse;
  width: 100%;
}

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; 
}

