/* Node Form */
.node-form div.form-checkboxes {
  max-height: 150px;
  overflow: auto;
  border: 1px solid #666;
}

.node-form table {
  width:99%;
}
.node-form thead th {
  text-align:left;
  font-size:1.35em;
}

.hilight {
  background-color: #DDD;
}

/* jCarousels */
ul.carousel li {
  width: 170px;
}

.jcarousel-prev-horizontal {
  width: 15px;
  height: 21px;
  background: url(images/previous.png) no-repeat 0 0;
  position: absolute;
  top: 60px;
  left: -10px;
}

.jcarousel-next-horizontal {
  width: 15px;
  height: 21px;
  background: url(images/next.png) no-repeat 0 0;
  position: absolute;
  top: 60px;
  right: -20px;
}

/* Note, this doesn't do anything currently,
   active (hover) classes don't exist yet. Maybe in the future */
.jcarousel-next-active-horizontal,
.jcarousel-prev-active-horizontal {
  background-position: 0 -21px;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-prev-disabled-horizontal {
  background-position: 0 -42px;
}

.jcarousel-prev-vertical {
  width: 21px;
  height: 15px;
  background: url(images/up.png) no-repeat 0 0;
  position: absolute;
  top: 5px;
  left: 50px;
}

.jcarousel-next-vertical {
  width: 21px;
  height: 15px;
  background: url(images/down.png) no-repeat 0 0;
  position: absolute;
  bottom: 5px;
  left: 50px;
}

/* Note, this doesn't do anything currently,
   active (hover) classes don't exist yet. Maybe in the future */
.jcarousel-next-active-vertical,
.jcarousel-prev-active-vertical {
  background-position: 0 -15px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-prev-disabled-vertical {
  background-position: 0 -30px;
}

/* Accordions */
h3.ui-accordion-header {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #FFFFFF;
  color: #2CB7B9;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0px 4px 6px;
  margin: 0;
  font-family: Myriad, sans-serif;
  letter-spacing: normal;
  cursor: pointer;
}

h3.ui-accordion-header.selected {
  background-color: #B9DCDC;
  color: black;
}

/* Theming the Features Page (will need to be moved to the features module after other Feature_API stuff in admin_ui gets moved there) */
#feature-admin-form label, #wizard-features-form label {
  float: left;
  width: 200px;
  font-size: 1em;
}

#feature-admin-form h2, #wizard-features-form h2 {
  margin: 0 0 5px 0;
}

#feature-admin-form .feature-toggle .form-checkbox, #wizard-features-form .feature-toggle .form-checkbox {
  height: 2em;
  width: 2em;
  margin: 20px 0 20px 20px;
}

#dd #wizard-features-form a {
  color: #2CB7B9;
}

/* #525 wysiwyg requires some values we don't want 
the user to see. Hide them with css. */
.admin_ui_hidden {
 display:none;
}

/**
 * Modal dialog wrapper.
 *
 * Note that this is only the CSS for the wrapper of the modal dialog, and
 * does not include the content (which is in the codename_admin theme).
 */
.modalframe {
  border: 2px solid #EDF5FA;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #111;
  color: #FFF;
  padding: 6px;
}

#modalframe-container {
  background: url(images/ajax-loader.gif) no-repeat 50% 50%;
}

.modalframe .ui-dialog-titlebar {
  border: none;
  border-bottom: 1px solid #0d0d0d;
  background-color: #333;
  color: #FFF;
  margin-bottom: 0.25em;
  padding: 0.25em;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
  height: auto;
}

.modalframe .ui-dialog-title {
  position: relative;
  font-size: 1em;
  display: inline;
  margin: 0;
}

.modalframe a.ui-dialog-titlebar-close {
  width: 13px;
  height: 13px;
  display: block;
  margin: .5em .3em;
  background: url(images/close.png) no-repeat 0 0;
  text-indent: -9999px;
}
.modalframe a.ui-dialog-titlebar-close:focus {
  outline: none;
}
.modalframe a.ui-dialog-titlebar-close:hover, .modalframe a.ui-dialog-titlebar-close:focus {
  background-position: 0 -13px;
}

div.ui-dialog-overlay {
  opacity: 0.3;
  background-color: #999;
}

/*************** REMOVE FORM FILTER TIPS ********************/
.tips { display: none; }

/* Hide in Add Content menu */
li.menu-path-tweak-add-nodequeue {
  display:none;
}

