/**
 * block/block.css
 */
#blocks td.region { font-weight:bold; }

#blocks tr.region-message {
  font-weight:normal;
  color:#999;
}
#blocks tr.region-populated {
  display:none;
}
#blocks .block-region {
  padding:4px 6px;
  background-color:transparent;
  border:1px dashed #ccc;
}

/**
 * node/node.css
 */
.node-form .form-text,
.node-form .form-textarea {
  display:block;
  width:95%;
}

/**
 * system/admin.css
 */
div.compact-link {
  margin-bottom:15px;
}
div.admin-panel dt {
  margin-top:15px;
}
div.admin-panel ul {
  margin:15px 0 15px 0;
}
div.admin-panel ul li {
  list-style-type:none;
}
.theme-settings-left {
  float:left;
  width:49%;
}
.theme-settings-right {
  float:right;
  width:49%;
}
.theme-settings-bottom {
  clear:both;
}

/**
 * Formatting for status report
 */
table.system-status-report th,
table.system-status-report td {
  border-color:#fff;
}

/**
 * system/system.css
 */
body.drag { cursor:move; }
th.active img { display:inline; }

td.active { background-color:#ddd; }

td.checkbox,
th.checkbox { text-align:center; }

thead th { text-align:auto; }

div.messages,
div.warning {
  border:1px solid;
  margin:0 0 15px;
  padding:8px 10px;
}
div.messages {
  background:#ecf9de;
  border-color:#d8f0c0;
}

.error { color:#e55; }
.warning { color:#e09010; }
.ok { color:#008000; }

div.error { border:1px solid #d77; }
div.warning { border:1px solid #f0c020; }
div.ok { border:1px solid #d8f0c0; }

div.error,
tr.error,
table tr.error {
  background:#fcc;
  color:#000;
}

div.warning,
tr.warning,
table tr.warning {
  background:#ffd;
  color:#000;
}

div.ok,
tr.ok,
table tr.ok {
  background:#ecf9de;
  color:#000;
}

.form-item,
.form-checkboxes,
.form-radios {
  margin:8px 0;
  padding:0;
}

.form-radio,
.form-checkbox {
  vertical-align:middle;
}

tr.odd .form-item,
tr.even .form-item {
  margin:0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border:1px solid red;
}

.form-item label {
  display:block;
}

.form-item label.option {
  display:inline;
  font-weight:normal;
}

.form-checkboxes, .form-radios {
  margin: 10px 0;
}

.form-checkboxes .form-item, .form-radios .form-item {
  margin:4px 0;
}

.description {
  color:#777;
  font-size:11px;
  line-height:15px;
  margin-top:4px;
}

.marker, .form-required {
  color:#999;
}

.more-link,
.more-help-link { text-align:right; }

.nowrap { white-space:nowrap; }

.item-list .pager {
  clear:both;
  text-align:left;
}

.item-list .pager li { display:inline; }

dl.multiselect dt,
dl.multiselect dd {
  float:left;
  margin-right:10px;
}

dl.multiselect dd.b,
dl.multiselect dd.b .form-item,
dl.multiselect dd.b select { width:14em; }

dl.multiselect dd.a,
dl.multiselect dd.a .form-item { width:8em; }

dl.multiselect .form-item {
  margin:0;
  margin-bottom:6px;
}

.container-inline div,
.container-inline label { display:inline; }

/**
 * Tab navigation
 */
div.tabs {
  margin-bottom:15px;
}
ul.tabs li {
  float:left;
  margin:0 2px 2px 0;
}
ul.tabs li a {
  float:left;
  display:block;
  padding:2px 10px;
  background:#f5f5f5;
}
ul.tabs li a:hover,
ul.tabs li a.active {
  color:#fff;
  background:#3f92bc;
  text-decoration:none;
}

/**
 * system/system-menus.css
 */
ul.menu,
ul.menu li {
  margin:0;
  padding:0;
  list-style:none;
}
ul.menu ul {
  padding-left:15px;
}
td.menu-disabled {
  background:#ccc;
}
ul.links {
  margin:0;
  padding:0;
}
ul.links.inline {
  display:inline;
}
ul.links li {
  display:inline;
  float:left;
  list-style-type:none;
  margin:0;
  padding:0 10px 0 0;
}
ul.links li.last {
  padding:0;
}

/**
 * Collapsing fieldsets
 */
html.js fieldset.collapsed * {
  display:none;
}
html.js fieldset.collapsed legend {
  display:block;
}
html.js fieldset.collapsible legend a {
  padding-left:15px;
  background:url(/misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(/misc/menu-collapsed.png);
  background-position: 5px 50%;
}
html.js fieldset.collapsible legend a {
  display:block;
}
html.js fieldset.collapsible {
  margin-bottom:4px;
}
html.js fieldset.collapsible .fieldset-wrapper {
  overflow:auto;
}

/**
 * Autocomplete styles
 */
#autocomplete {
  position:absolute;
  border:1px solid;
  overflow:hidden;
  z-index:100;
}
#autocomplete li {
  background:#fff;
  color:#000;
  white-space:pre;
  cursor:default;
}
#autocomplete li.selected {
  background:#0072b9;
  color:#fff;
}

/**
 * Animated throbber
 */
html.js input.throbbing { background:transparent url(/misc/throbber.gif) 100% -18px no-repeat; }

/**
 * Resizable text areas
 */
.resizable-textarea { width:95%; }

.resizable-textarea .grippie {
  height:8px;
  overflow:hidden;
  background:#eee;
  border:1px solid #ddd;
  border-top:0px;
  cursor:s-resize;
}

html.js .resizable-textarea textarea {
  margin-bottom:0px;
  width:100%;
  display:block;
}

/**
 * Table drag and drop
 */
.draggable a.tabledrag-handle {
  cursor:move;
  float:left;
  margin-right:8px;
  text-decoration:none;
}

a.tabledrag-handle:hover { text-decoration:none; }

a.tabledrag-handle .handle {
  height:13px;
  width:13px;
  margin-top:4px;
  background:url(/misc/draggable.png) 0px 0px no-repeat;
}

a.tabledrag-handle-hover .handle { background-position:0px -20px; }

div.indentation {
  width:20px;
  height:20px;
  float:left;
}

div.tree-child { background:url(/misc/tree.png) no-repeat 10px 50%; }
div.tree-child-last { background:url(/misc/tree-bottom.png) no-repeat 10px 50%; }
div.tree-child-horizontal { background:url(/misc/tree.png) no-repeat -10px 50%; }

/*
 * Progressbar styles
 */
.progress { font-weight:bold; }

.progress .bar {
  background:#fff url(/misc/progress.gif);
  border:1px solid #035;
  height:18px;
}

.progress .filled {
  background:#07b;
  height:18px;
  width:0%;
}

.progress .percentage { float:right; }
.progress-disabled { float:left; }
.ahah-progress { float:left; }

.ahah-progress .throbber {
  width:15px;
  height:15px;
  margin:4px;
  background:transparent url(/misc/throbber.gif) 0px -18px no-repeat;
  float:left;
}

.ahah-progress-bar { width:16em; }

/**
 * Formatting for welcome page
 */
#first-time strong { display:block; }

/**
 * To be used with tableselect.js
 */
tr.selected td { background:#ffc; }

/**
 * Floating header for tableheader.js
 */
table.sticky-header {
  margin-top:0px;
  background:#fff;
}

/**
 * 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,
#system-themes-form div.incompatible { font-weight:bold; }

/**
 * Password strength indicator
 */
span.password-strength,
span.password-confirm { visibility:hidden; }

div.password-description { max-width:500px; }

/**
 * update/update.css
 */
.update .project,
.update table.version-recommended-strong .version-title { font-weight:bold; }
.update .icon { display:none; }

.update .version td,
.update .versions td {
  padding:0;
  border:none;
  vertical-align:top;
}
.update .project,
.update .versions table {
  margin:0;
  padding:2px 6px;
}

.update .version { margin:0; }
.update .version-status { float:right; }
.update .version-status .icon { padding-left:10px; }
.update .version-date { white-space:nowrap; }

.update tr.error .version-recommended { background: #fdd; }

.current-version,
.new-version { direction: ltr; }

.update tr.unknown { background: #eee; }
.update table.version-security .version-title { color: #910; }

.update .security-error {
  font-weight:bold;
  color:#910;
}

/**
 * user/user.css
 */
#permissions td.module { font-weight:bold; }
#permissions td.permission { padding-left:20px; }

.profile dt { font-weight:bold; }
.profile dd { margin:0; }