#developer-toolbar {
  background-color: #616093;
  color: white;
  font-family: tahoma, verdana;
  font-size: 80%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#developer-toolbar td a { 
  border: solid 1px #616093;
  text-align: center; 
  color: white;
  text-decoration: none;
}
#developer-toolbar td a:hover { 
  text-decoration: none;
  background-color: #999999;
  border: solid 1px #cccccc;
}
#developer-toolbar #search {
  font: 80% tahoma;
  color: white;
}
#developer-toolbar #search input {
  font: 100% tahoma;
}
#developer-toolbar td a.on {
  background-color: #888888;
  border: solid 1px #cccccc;
}
#developer-toolbar td a:hover.on {
  background-color: #666666;
  border: solid 1px #999999;
}

#developer-toolbar .actions { 
  padding: 0;
}

#developer-toolbar .actions ul { 
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}
                
#developer-toolbar .actions ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

/* ADP Reveal mode */

div.developer-support-adp-box-on {
  background-color: #fcc;
  border-style: solid;
  border-color: #f33;
  border-width: 1px 1px 1px 1px;
  line-height: 1.2em;
}

div.developer-support-adp-box-off {
  background-color: inherit;
  border-width: 0px;
}

span.developer-support-adp-file-on {
  font-size: 80%;
  line-height: 1.2em;
}

span.developer-support-adp-file-off {
  display: none;
}

div.developer-support-adp-output-on {
  background-color: #fff;
  border-style: solid;
  border-color: #777;
  border-width: 1px 0px 0px 0px;
  padding: 3px;
  line-height: 1.2em;
}

div.developer-support-adp-output-off {
  background-color: inherit;
  border-width: 0px;
  padding: 0px;
}

/* Developer-support footer */

.developer-support-footer {
  clear: both;
  float: left;
  padding: 6px;
  border: solid 1px gray;
  background-color: #e1e1e1;
  margin-top: 4px;
  
}

