A.button {
  display: inline;
  height: 15px;
  padding: 0px 10px;
  margin: 0px 3px;
  text-align: center;
  border: 1px outset #BBB;
  background-color: #CCC;
  color: #444;
  font-size: 11px;
}

A.button:visited {
  color: #444;

}

A.button:hover {
  background-color: #DDD;
  border: 1px solid #555;
  color: black;
}

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


A {
  text-decoration: none;
  color: #555;
}

BODY,P,DIV,TH,TD { 
  font-size: 12px; 
  font-family: Helvetica, Arial; 
}




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


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

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


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

DIV.commandblock H2 {
  border: 0;
  background-color: #FFF;
  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;
}

H2 LABEL {
  color: #AAA;
  width: 100px;
  display: block;
  float: left;
  text-align: right;
  margin-right: 20px;
}


LABEL {
  color: #AAA;
  width: 100px;
  display: block;
  float: left;  
  text-align: right;
  line-height: 16px;
}

DIV.field {
  margin-left: 110px;
}


DIV.adadmin {
  position: absolute;
  margin-top: -20px;
}

DIV.adadmin A DIV {
  width: 12px;
  height: 16px;
  border: 0px solid red;
  background: url(/media/edit.gif) top left no-repeat;
}

hr.clear {display: block; clear: both; margin-bottom: 10px; visibility: hidden; }



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


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

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