/**
 * Common styles
 */
body.drag {
  cursor: move;
}

/**
 * Formatting for administration page
 */
div.admin-panel {
  margin: 0;
  padding: 5px 5px 15px 5px;
}

div.admin-panel .description {
  margin: 0 0 3px;
  padding: 2px 0 3px 0;
}

div.admin-panel .body {
  padding: 0 4px 2px 8px; /* LTR */
}

div.admin {
  padding-top: 15px;
}

div.admin .left {
  float: left;
  width: 47%;
  margin-left: 1em;
}

div.admin .right {
  float: right;
  width: 47%;
  margin-right: 1em;
}

div.admin .expert-link {
  text-align: right; /* LTR */
  margin-right: 1em; /* LTR */
  padding-right: 4px; /* LTR */
}

table.package {
  width: 100%;
}

table.package .description {
  width: 100%;
}

table.package .version {
  direction: ltr;
}

div.admin-dependencies, div.admin-required {
  font-size: 0.9em;
  color: #444;
}

span.admin-disabled {
  color: #800;
}

span.admin-enabled {
  color: #080;
}

span.admin-missing {
  color: #f00;
}

/**
 * Formatting for theme configuration
 */
.theme-settings-left {
  float: left;
  width: 49%;
}

.theme-settings-right {
  float: right;
  width: 49%;
}

.theme-settings-bottom {
  clear: both;
}

/**
 * Formatting for theme overview
 */
table.screenshot {
  margin-right: 1em; /* LTR */
}

.theme-info h2 {
  margin-bottom: 0;
}

.theme-info p {
  margin-top: 0;
}


/**
 * Date and time settings page
 */
.date-container {
  overflow: auto;
  clear: left; /* LTR */
}

.date-container .form-item {
  margin-top: 0;
}

.date-container .select-container, .date-container .custom-container {
  float: left; /* LTR */
}

.date-container .custom-container {
  margin-left: 15px; /* LTR */
  width: 50%;
}

html.js .custom-container label {
  visibility: hidden;
}

/**
 * Tables
 */
#content th.active img {
  display: inline;
}

#content tr.drag {
  background-color: #fffff0;
}

#content tr.drag-previous {
  background-color: #ffd;
}

#content td.checkbox,
#content th.checkbox {
  text-align: center;
}

/**
 * Module table
 */
#content table.package td.description {
  width: 100%;
}

/**
 * Formatting for status report
 */
#center table.update th,
#center table.update tr.merge-up td,
#center table.system-status-report th,
#center table.system-status-report tr.merge-up td {
  padding-left: 30px;
}

#content table.update ul li {
  background: none;
}

#center table.update th,
#center table.update td,
#center table.system-status-report th,
#center table.system-status-report td {
  background-repeat: no-repeat;
  background-position: 5px 50%;
  padding-top: 6px;
  padding-bottom: 6px;
  border: none;
  border-bottom: solid 5px white;
}

#center table.update tr.error th,
#center table.system-status-report tr.error th {
  background-image: url(../images/watchdog-error.png);
}

#center table.update tr.warning th,
#center table.system-status-report tr.warning th {
  background-image: url(../images/watchdog-warning.png);
}

#center table.update tr.ok th,
#center table.system-status-report tr.ok th {
  background-image: url(../images/watchdog-ok.png);
}

#center table.update table.version tbody td {
  border: none;
}

/**
 * Status report colors.
 */
#center table.update tr.info,
#center table.system-status-report tr.info {
  background: #1d7ac9;
}

#center table.update tr.error,
#center table.system-status-report tr.error {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}

#center table.update tr.warning,
#center table.system-status-report tr.warning {
  background-color: #ffd;
  border-color: #eeb;
}

#center table.update tr.ok,
#center table.system-status-report tr.ok {
  background-color: #dfd;
  border-color: #beb;
}

#center table.update tr th,
#center table.update tr td,
#center table.system-status-report tr th,
#center table.system-status-report tr td {
  background-color: transparent;
}

#center table.update tr.info th,
#center table.update tr.info td,
#center table.system-status-report tr.info th,
#center table.system-status-report tr.info td {
  color: #fff;
  text-transform: uppercase;
}

#center table.update tr.ok .version-also-available {
  background: #EAFFEA none repeat scroll 0 0;
}

#center table.update tr.error .version-recommended {
  background: #FFDDDD none repeat scroll 0 0;
}

/**
 * Table drag and drop.
 */
.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em;
  padding: 0.42em 1.5em 0.42em 0.5em;
  text-decoration: none;
}

a.tabledrag-handle:hover {
  text-decoration: none;
}

a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../images/system/draggable.png) no-repeat 0 0;
}

a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

#content tbody td.module,
#content tbody td.region {
  border-top: 1.5em solid #fff;
  background-color: #a3bfdc;
  padding-right: 1em;
  font-size: .9em;
  color: #555;
  text-transform: uppercase;
  font-weight: normal;
}

.region-header td.region {
  border-top: none;
}

/**
 * To be used with tableselect.js
 */
tr.selected td {
  background: #ffc;
}

/**
 * Floating header for tableheader.js
 */
table.sticky-header {
  margin-top: 0;
  background: #fff;
}

/**
 * Generic elements.
 */
.messages {
  padding: 0.8em 1em;
  margin: 1.3em 0;
  background-color: #fff;
  border: 1px solid #b8d3e5;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-radius: 6px;
}

.preview {
  padding: 0.8em 1em;
  margin-top: 0.5em;
  margin-bottom: 1.3em;
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

/**
 * Notifications
 */
.messages {
}

.error {
  color: #e55;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error {
  border: 1px solid #d77;
}

div.error, tr.error {
  background: #fcc;
  color: #200;
}

.warning {
  color: #e09010;
}

div.warning {
  border: 1px solid #f0c020;
}

div.warning, tr.warning {
  background: #ffd;
  color: #220;
}

.ok {
  color: #008000;
}

div.ok {
  border: 1px solid #00aa00;
}

div.ok, tr.ok {
  background: #dfd;
  color: #020;
}

.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}

.item-list .title {
  font-weight: bold;
}

.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}

.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}

ol.task-list li.active {
  font-weight: bold;
}

.form-item {
  margin-bottom: 1em;
}

tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}

tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}

.form-item .description {
  font-size: 0.85em;
  color: #666;
}

fieldset .form-item .description {
  color: #A0A0A0;
}

.form-item label {
/*   display: block; */
  font-weight: bold;
}

.form-item label.option {
  display: inline;
  font-weight: normal;
}

.form-checkboxes, .form-radios {
  margin: 1em 0;
}

.form-text,
.form-textarea {
  width: 550px;
  border: solid 1px #aaa;
  font-size: 1.1em;
  padding: 0.2em;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-radius: 3px;
}

.node-form .text,
.form-text {
  width: 550px;
}

.node-form table .text,
table .form-text {
  width: auto;
}

fieldset .form-text,
fieldset .form-textarea {
  border: solid 1px #ccc;
}

.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.form-submit {
  margin: 1.2em 0;
}

.marker, .form-required {
  color: #f00;
}

.more-link {
  text-align: right;
}

.more-help-link {
  font-size: 0.85em;
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.item-list .pager {
  clear: both;
  text-align: center;
}

.item-list .pager li {
  background-image: none;
  display:inline;
  list-style-type: none;
  padding: 0.5em;
}

.pager-current {
  font-weight:bold;
}

.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}

dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}

dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 11em;
}

dl.multiselect dt, dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}

dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dt a {
  font-weight: bold;
}

/**
 * Inline items (need to override above)
 */
.container-inline div,
.container-inline label {
  display: inline;
}

/**
 * Tab navigation
 */
#tabs-wrapper {
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  background: url(../images/system/primary_tabs_back.png) 0 100% repeat-x;
}

#tabs-wrapper span.left,
#tabs-wrapper span.right {
  position: absolute;
  bottom: 0px;
  width: 4px;
  height: 48px;
  display: block;
  background: red;
}

#tabs-wrapper span.left {
  left: 0px;
  background: url(../images/system/primary_tabs_left.png) no-repeat;
}

#tabs-wrapper span.right {
  right: 0px;
  width: 2px;
  background: url(../images/system/primary_tabs_right.png) no-repeat;
}

#tabs-wrapper #page_title {
  margin-left: 20px;
  margin-bottom: 1em;
  line-height: 100%;
}

#tabs2-wrapper {
  margin: 0 40px 0 0;
}

#tabs-wrapper ul.primary {
  float: right;
}

#tabs-wrapper ul.primary li {
  float: left;
  list-style: none;
  list-style-image: none;
  margin: 0 1em 0 0;
  padding: 0 0 0 0;
  border-bottom: 1px #acacac solid;
  background: url(../images/system/primary_tab.gif) 100% -120px no-repeat;
}

#tabs-wrapper ul.primary li a {
  display: block;
  line-height: 100%;
  padding: 10px 20px 8px;
  text-decoration: none;
  text-transform: uppercase;
  color: #555;
  font-size: 0.9em;
  background: url(../images/system/primary_tab.gif) 0 -80px no-repeat;
}

#tabs-wrapper ul.primary li.active,
#tabs-wrapper ul.primary li:hover {
  background-position: 100% -40px;
  border-bottom: none;
}

#tabs-wrapper ul.primary li.active a,
#tabs-wrapper ul.primary li:hover a {
  background-position: 0 0;
  padding-bottom: 9px;
  color: #6699cc;
}

#tabs2-wrapper ul.secondary {
  border: none;
  margin:0px;
  padding:0px;
}

#tabs2-wrapper ul.secondary li {
  background: url(../images/system/secondary_tab.gif) no-repeat scroll 100% -60px;
  float: left;
  margin: 0 10px 10px 0;
  line-height: 100%;
  padding: 0;
}

#tabs2-wrapper ul.secondary li:hover {
}

#tabs2-wrapper ul.secondary .active_item {
}

#tabs2-wrapper ul.secondary li a {
  background: url(../images/system/secondary_tab.gif) no-repeat scroll 0 -40px;
  margin:0;
  padding:4px 15px 3px 15px;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  color: #555;
}

#tabs2-wrapper ul.secondary li:hover {
  background-position: 100% -100px;
}

#tabs2-wrapper ul.secondary li:hover a {
  background-position: 0 -80px;
}

#tabs2-wrapper ul.secondary li.active {
  background-position: 100% -20px;
}

#tabs2-wrapper ul.secondary li.active a {
  background-position: 0 0;
  color: #fff;
}

/**
 * Autocomplete styles
 */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}

#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}

#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Animated throbber
 */
html.js input.form-autocomplete {
  background-image: url(../images/system/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}

html.js input.throbbing {
  background-position: 100% -18px;
}

/**
 * Fieldsets
 */
fieldset legend {
  font-weight: bold;
  color: #555;
  padding-bottom: 1em;
}

html.js fieldset.collapsed {
}

html.js fieldset.collapsed * {
  display: none;
}

html.js fieldset.collapsed legend {
  display: block;
  padding-bottom: 0;
}

html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
}
html.js fieldset.collapsed legend a {
}

/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}

/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}

html.js fieldset.collapsible legend a {
  display: block;
}

/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
fieldset .fieldset-wrapper {
  overflow: auto;
}

fieldset {
  margin: 0;
  padding: 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding: 0;
}

html.js fieldset.collapsible legend a {
  background: transparent url(../images/system/collapsible-collapsed.png) no-repeat 0 -24px;
  padding: 0 0 0 15px;
}

html.js fieldset.collapsible legend a:hover {
  background-position: 0 -84px;
}

html.js fieldset.collapsed legend a {
  background-position: 0 5px;
}

html.js fieldset.collapsed legend a:hover {
  background-position: 0 -55px;
}

.fieldset-parent {
  padding:10px;
  border:1px solid #dbe8f2;
  margin-bottom:10px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-radius: 6px;
}

.container-inline .fieldset-parent {
  display: block;
}

/**
 * Resizable text areas
 */
.resizable-textarea {
  width: 557px;
}

.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../images/system/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
}

html.js .resizable-textarea textarea {
  margin-bottom: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  width: 550px;
  display: block;
}

/**
 * Teaser splitter
 */
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}

/**
 * Keeps inner content contained in Opera 9. 
 */
.teaser-checkbox {
  padding: 1em 0;
}

div.teaser-button-wrapper {
  float: right;
}

.teaser-checkbox div.form-item {
  float: right;
  margin: 0 5% 0 0;
  padding: 0;
}

textarea.teaser {
  display: none;
}

html.js .no-js {
  display: none;
}

/**
 * Progressbar styles
 */
.progress {
  font-weight: bold;
}

.progress .bar {
  background: #fff url(../images/system/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}

.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}

.progress .percentage {
  float: right;
}

.progress-disabled {
  float: left;
}

.ahah-progress {
  float: left;
}

.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../images/system/throbber.gif) no-repeat 0px -18px;
  float: left;
}

tr .ahah-progress .throbber {
  margin: 0 2px;
}

.ahah-progress-bar {
  width: 16em;
}

/**
 * Formatting for welcome page
 */
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/**
 * Installation clean URLs
 */
#clean-url.install {
  display: none;
}

/**
 * For anything you want to hide on page load when JS is enabled, so
 * that you can use the JS to control visibility and avoid flicker.
 */
html.js .js-hide {
  display: none;
}

/**
 * Styles for the system modules page (admin/build/modules)
 */
#system-modules div.incompatible {
  font-weight: bold;
}

/**
 * Styles for the system themes page (admin/build/themes)
 */
#system-themes-form div.incompatible {
  font-weight: bold;
}

/**
 * Password strength indicator
 */
span.password-strength {
  visibility: hidden;
}

input.password-field {
  margin-right: 10px;
}

div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}

div.password-description ul {
  margin-bottom: 0;
}

.password-parent {
  margin: 0 0 0 0;
}

/**
 * Password confirmation checker
 */
input.password-confirm {
  margin-right: 10px;
}

.confirm-parent {
  margin: 5px 0 0 0;
}

span.password-confirm {
  visibility: hidden;
}

span.password-confirm span {
  font-weight: normal;
}

div.admin-panel {
  background-color: white;
  margin: 1.5em 0;
  padding: 5px 5px 15px 5px;
}

div.admin-panel .description {
  margin: 0 0 3px;
  padding: 2px 0 3px 0;
}

div.admin-panel .body {
  padding: 0 4px 2px 8px;
}

div.admin {
}

div.admin .left {
  float: left;
  width: 47%;
  margin-right: 1em;
}

div.admin .right {
  float: right;
  width: 47%;
  margin-right: 1em;
}

div.admin .expert-link {
  text-align: right;
  margin-right: 1em;
  padding-right: 4px;
}

div.admin-dependencies, div.admin-required {
  font-size: 0.9em;
  color: #444;
}

span.admin-disabled {
  color: #800;
}

span.admin-enabled {
  color: #080;
}

span.admin-missing {
  color: #f00;
}

/**
 * Formatting for theme configuration
 */
.theme-settings-left {
  float: left;
  width: 49%;
}

.theme-settings-right {
  float: right;
  width: 49%;
}

.theme-settings-bottom {
  clear: both;
}

/**
 * Formatting for theme overview
 */
table.screenshot {
  margin-right: 1em;
}

.theme-info h2 {
  margin-bottom: 0;
}

.theme-info p {
  margin-top: 0;
}

/**
 * Date and time settings page
 */
.date-container {
  overflow: auto;
  clear: left;
}

.date-container .form-item {
  margin-top: 0;
}

.date-container .select-container, .date-container .custom-container {
  float: left;
}

.date-container .custom-container {
  margin-left: 15px;
  width: 50%;
}

html.js .custom-container label {
  visibility: hidden;
}

#content #node-admin-filter ul li {
  list-style-image: none;
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}

/**
 * Markup free clearing
 * Details: http://www.positioniseverything.net/easyclearing.html
 */
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}

.clear-block {
  display: block;
}

div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  float: left;
}

/**
 * User admin pages
 */
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#user-admin-filter ul li {
  background: none;
}

#user-admin-filter ul li dl {
  margin-left: 0;
}

/*
#user-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
*/

#user-admin-buttons .form-submit {
  margin: 0;
}

/**
 * Vertical tabs
 */
#content div.vertical-tabs {
  border-color: #DFDFDF;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

#content div.vertical-tabs ul.vertical-tabs-list {
  border: solid 1px #DFDFDF;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-right: none;
}

#content div.vertical-tabs ul.vertical-tabs-list li {
  background: #F2F2F2;
  border-color: #DFDFDF;
  border-left: none;
  padding: 0;
}

#content div.vertical-tabs ul.vertical-tabs-list li.last {
  border-bottom: none;
}

#content div.vertical-tabs ul.vertical-tabs-list li.selected,
#content div.vertical-tabs ul.vertical-tabs-list li:hover {
  background: transparent url(../images/system/vertical_tab_selected.gif) repeat-y;
}

#content div.vertical-tabs a {
  padding: .6em 1em;
}

#content div.vertical-tabs a:hover {
  background: none;
}

#content div.vertical-tabs ul.vertical-tabs-list li.selected strong,
#content div.vertical-tabs ul.vertical-tabs-list li.selected small,
#content div.vertical-tabs li:hover a strong {
  color: #636466;
}

div.vertical-tabs ul.vertical-tabs-list li.selected .summary,
#content div.vertical-tabs a:hover .summary {
  color: #A0A0A0;
}

#content div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: .6em 2em;
}

/**
 * Nodeblocks
 */
#content .node ul.links li.nodeblock_edit,
#content .node ul.links li.nodeblock_configure {
  position: absolute;
  top: 5px;
  width: 24px;
  background: none;
  margin: 0;
  padding: 0;
  display: none;
}

#content .node:hover ul.links li.nodeblock_edit,
#content .node:hover ul.links li.nodeblock_configure {
  display: block;
}

#content .node ul.links li.nodeblock_edit a,
#content .node ul.links li.nodeblock_configure a {
  padding: 0 0 20px 20px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: block;
}

#content .node ul.links li.nodeblock_edit a {
  background: url(../images/system/block_edit.png) no-repeat;
}

#content .node ul.links li.nodeblock_configure a {
  background: url(../images/system/block_configure.png) no-repeat;
}

#content .node ul.links li.nodeblock_edit {
  right: 5px;
}

#content .node ul.links li.nodeblock_configure {
  right: 25px;
}

#content .node ul.links li.nodeblock_edit a:hover,
#content .node ul.links li.nodeblock_configure a:hover {
  background-position: 0 -20px;
}

#content .views-tabset .views-tabs ul li {
  background-image: none;
  padding: 0;
}

#content .views-tabset .views-tabs ul li.active {
  background-color: white;
}

.form-item label {
  display: block;
}

.vertical-tabs-pane .node-form .text,
.vertical-tabs-pane .form-text,
.vertical-tabs-pane .form-text,
.vertical-tabs-pane .form-textarea,
html.js .vertical-tabs-pane .resizable-textarea textarea {
  width: 320px;
}

.vertical-tabs-pane .resizable-textarea {
  width: 327px;
}

.teaser-checkbox {
  display: none;
}