#developer-toolbar {
  background-color: #d0800c;
  height:26px;
  line-height:26px;
  color: white;
}

#developer-toolbar form {
        margin: -2px 0 0 0;
        padding: 0;
}

#developer-toolbar tr { 
}

#developer-toolbar td a { 
  padding: 2px 5px;
  text-align: center; 
  color: white;
  text-decoration: none;
}

#developer-toolbar td a:hover { 
  text-decoration: none;
  background-color: #7d3d16;
}
#developer-toolbar #developer-search {
  color: white;
  font-size:90%;
  padding-top: 1px;
}

#developer-toolbar #developer-search input {
  padding: 0;
  width: 18em;
}

#developer-toolbar #developer-search input[type="submit"] {
  width: 3em;
  margin-right:3px;
  text-align:center;
}

#developer-toolbar td a.on {
  background-color: #7d3d16;
}

#developer-toolbar td a:hover.on {
  background-color: #7d3d16;
}

#developer-toolbar .actions { 
  padding: 0;
  margin: 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;
}

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

span.developer-support-adp-file-on {
  font-size: 80%;
  line-height: 1.3em;
  margin-left: 1em;
  font-weight: bold;
}

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;
  padding: 6px;
  border: solid 1px gray;
  background-color: #e1e1e1;
}

.developer-support-footer-off {
        display: none;
}

/* Debug tags normally display: none */ 
div.developer-support-debug {
        display: block;
        border: 1px solid red;
}
span.developer-support-debug {
        display: inline;
        color: red;
}
