/**
 * theming styles
 *
 */

#header {
  background: url(../../admin_tools/images/admin-tools.png) 0 0 repeat-x;
}

#header #branding h1 {
  margin: 0;
  padding: 5px 10px;
  text-indent: -9999px;
  background: transparent;
  height: 31px;
  width: 93px;
}

#bookmark-form {
  clear: both;
}

div.breadcrumbs {
  display: block;
  padding: 10px 15px;
  border: 0;
  background-position: 0 -8px;
  border-bottom: 1px solid #ededed;
}

div.breadcrumbs a {
  display: inline;
}

.dashboard-module {
  margin-bottom: 10px !important;
  padding: 0px !important;
  background: url(../../admin_tools/images/admin-tools.png) 0 0 repeat-x;
}

.dashboard-module h2 {
  padding: 8px 5px 5px 8px !important;
  color: #fff;
  background: transparent;
}

.dashboard-column > .dashboard-module {
  border: 0px;
}

.dashboard-module-content li,
.dashboard-module-content th,
.dashboard-module-content td {
  font-size: 12px;
}

.dashboard-module-content {
  border-top: 0px;
  background-color: #fff;
}

a.changelink span.icon,
a.addlink span.icon {
  display: none;
}

.form-row.field-formatted_body .readonly,
.form-row.field-formatted_response .readonly
{
  white-space: pre;
}
