/*---------------------------------------------------------/
|	Admin Menu Color Modifications
+---------------------------------------------------------*/
#admin-menu li { cursor: pointer !important; }
#admin-menu { z-index: 99999 !important; }

/*---------------------------------------------------------/
|	> Views Styles
+---------------------------------------------------------*/
#views-ui-edit-view-form { clear: both; }
.views-quick-links .links li {
  display: inline;
  background: none !important;
  }
.views-tabs ul {
  margin: 0 !important;
  }
.views-tabs li {
  background: none !important;
  padding: 0 !important;
  }
.views-admin-links .links { display: none; }

/*---------------------------------------------------------/
|	> Drupal Default
+---------------------------------------------------------*/

.krumo-root li {
  background: none !important;
}

#node-admin-filter li, #user-admin-filter li { background: none !important; }
.update .links li { background: none !important; }

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
  }
ol.task-list li { padding: 0.5em 1em 0.5em 2em; /* LTR */ }
ol.task-list li.active { background: transparent url(../graphics/core/task-list.png) no-repeat 3px 50%; /* LTR */ }
ol.task-list li.done {
  color: #393;
  background: transparent url(/misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
  }
ol.task-list li.active { margin-right: 1em; /* LTR */ }

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
  }
dl { margin: 0.5em 0 1em 1.5em; /* LTR */ }
dl dd { margin: 0 0 .5em 1.5em; /* LTR */ }

span.form-required { color: #ca2853; }
span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
  }
.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
  }
.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
  }
.messages ul { margin: 0; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: 0.25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 1em 0.5em 1em 0; /* LTR */ }
#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
  }
.box { margin-bottom: 2.5em; }

/* Menu.module */
tr.menu-disabled { opacity: 0.5; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }

/* Autocomplete. */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
  }


/* Admin Styles */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
  }
div.admin .left {
  float: left; /* LTR */
  width: 48%;
  }
div.admin .right {
  float: right; /* LTR */
  width: 48%;
  }
div.admin-panel {
  background: #fff url(../graphics/core/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
  }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
  }
table.system-status-report th { border-color: #d3e7f4; }
#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
  }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d3e7f4; }
tr.taxonomy-term-preview { opacity: 0.5; }
tr.taxonomy-term-divider-top { border-bottom: none; }
tr.taxonomy-term-divider-bottom { border-top: 1px dotted #CCC; }

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/* Generic elements. */
.messages {
  background-color: #fff;
  border: 1px solid #6F0D24;
  padding: 5px !important;
  }
  .messages ul {
    margin: 0 0 0 5px !important;
  }
  .messages li {
    background: none !important;
    padding: 0 !important;
  }
.preview {
  background-color: #222;
  border: 1px solid #555;
  }
div.status {
  color: #335790;
  background: #EDF1F7;
  border: solid 1px #CFD8E7;
  }
  div.status a, div.error a, tr.error a {
  text-decoration: underline;
  color: #900;
   }
div.error, tr.error {
  color: #fff;
  background-color: #A91D3C;
  }
.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
  }

/* dblog.module */
tr.dblog-user { background-color: #fcf9e5; }
tr.dblog-user td.active { background-color: #fbf5cf; }
tr.dblog-content { background-color: #fefefe; }
tr.dblog-content td.active { background-color: #f5f5f5; }
tr.dblog-warning { background-color: #fdf5e6; }
tr.dblog-warning td.active { background-color: #fdf2de; }
tr.dblog-error { background-color: #fbe4e4; }
tr.dblog-error td.active { background-color: #fbdbdb; }
tr.dblog-page-not-found, tr.dblog-access-denied { background: #d7ffd7; }
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active { background: #c7eec7; }

/* Status report colors. */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
  }
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
  }
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
  }

/*---------------------------------------------------------/
|	> System CSS
+---------------------------------------------------------*/

/* $Id: core.css,v 1.2 2009/12/11 00:16:34 gbernier Exp $ */

/*
** HTML elements
*/
body.drag { cursor: move; }
th.active img { display: inline; }
tr.drag { background-color: #fffff0; }
tr.drag-previous { background-color: #ffd; }
td.active { background-color: #ddd; }
td.checkbox, th.checkbox { text-align: center; }

/*
** Other common styles
*/
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  float: left; /* LTR */
  }
div.tree-child { background: url(/misc/tree.png) no-repeat 11px center; /* LTR */ }
div.tree-child-last { background: url(/misc/tree-bottom.png) no-repeat 11px center; /* LTR */ }
div.tree-child-horizontal { background: url(/misc/tree.png) no-repeat -11px center; }
.error { color: #e55; }
.warning { color: #e09010; }
div.warning { border: 1px solid #f0c020; }
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
  }
.ok { color: #008000; }
div.ok { border: 1px solid #00aa00; }
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
  }
ol.task-list li.active { font-weight: bold; }
.form-item {
  margin-top: 1em;
  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; }
.form-item label {
  display: block;
  font-weight: bold;
  }
.form-item label.option {
  display: inline;
  font-weight: normal;
  }
.marker, .form-required { color: #f00; }
.more-link { text-align: right; /* LTR */ }
.more-help-link {
  font-size: 0.85em;
  text-align: right; /* LTR */
  }
.nowrap { white-space: nowrap; }
.item-list .pager {
  clear: both;
  text-align: center;
  }
.item-list .pager li {
  background: none !important;
  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: 8em; }
dl.multiselect dt, dl.multiselect dd {
  float: left; /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0; /* LTR */
  }
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
  }

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label { display: inline; }

/*
** Autocomplete styles
*/
/* Suggestion list */
#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(/misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px; /* LTR */
  }
html.js input.throbbing { background-position: 100% -18px; /* LTR */ }

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  text-decoration: none;
  }
a.tabledrag-handle:hover { text-decoration: none; }
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(/misc/draggable.png) no-repeat 0 0;
  }
a.tabledrag-handle-hover .handle { background-position: 0 -20px; }

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
  }
/* Keeps inner content contained in Opera 9. */
div.teaser-checkbox { padding-top: 1px; display: none !important; }
div.teaser-button-wrapper {
  float: right; /* LTR */
  padding-right: 5%; /* LTR */
  margin: 0;
  }
.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
  display: none !important;
  }
textarea.teaser { display: none; }
html.js .no-js  { display: none; }

/*
** Progressbar styles
*/
.progress { font-weight: bold; }
.progress .bar {
  background: #fff url(/misc/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; /* LTR */ }
.progress-disabled    { float: left; /* LTR */ }
.ahah-progress { float: left; /* LTR */ }
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(/misc/throbber.gif) no-repeat 0px -18px;
  float: left; /* LTR */
  }
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;
  }

/*
** To be used with tableselect.js
*/
tr.selected td { background: #ffc; }

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  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 { 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; /* LTR */ }
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; }
/*
** Password confirmation checker
*/
input.password-confirm { margin-right: 10px; /* LTR */ }
.confirm-parent { margin: 5px 0 0 0; }
span.password-confirm { visibility: hidden; }
span.password-confirm span { font-weight: normal; }

/*---------------------------------------------------------/
|	> Node CSS
+---------------------------------------------------------*/

.node-unpublished { background-color: #fff4f4; }
.preview .node    { background-color: #ffffea; }
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  }
#node-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
  }
td.revision-current { background: #ffc; }
.node-form .form-text {
  display: block;
  width: 95%;
  }
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
  }
.node-form .standard { clear: both; }
.node-form textarea {
  display: block;
  width: 95%;
  }
.node-form .attachments fieldset {
  float: none;
  display: block;
  }
.terms-inline { display: inline; }

/*---------------------------------------------------------/
|	> User CSS
+---------------------------------------------------------*/

#permissions td.module { font-weight: bold; }
#permissions td.permission { padding-left: 1.5em; /* LTR */ }
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em; /* LTR */
  float: left; /* LTR */
  }
#access-rules .access-type .form-item, #access-rules .rule-type .form-item { margin-top: 0; }
#access-rules .mask { clear: both; }
#user-login-form { text-align: center; }
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  }
#user-admin-buttons {
  float: left; /* LTR */
  margin-left: 0.5em; /* LTR */
  clear: right; /* LTR */
  }
#user-admin-settings fieldset .description {
  font-size: 0.85em;
  padding-bottom: .5em;
  }

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
  }
.profile .picture {
  float: right; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
  }
.profile h3 { border-bottom: 1px solid #ccc; }
.profile dl { margin: 0 0 1.5em 0; }
.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
  }
.profile dd { margin: 0 0 1em 0; }

/*---------------------------------------------------------/
|	> IMCE
+---------------------------------------------------------*/
#imce-content { position: relative; }
#help-box {
  z-index: 10;
  top: 0;
  }
#ops-wrapper {
  padding: 20px 0 10px 0;
  }
#ops-wrapper ul { margin: 0 !important;  }
#op-items li {
  background: none !important;
  float: left;
  padding: 0 10px 0 0 !Important;
  }
#navigation-wrapper { width: 210px !important;  }

/*---------------------------------------------------------/
|	> Tabs
+---------------------------------------------------------*/
#tabs-wrapper {
  clear: both;
  margin: 10px 0;
  }
  #tabs-wrapper ul {
    margin: 0 0 5px 0 !important;
    height: 24px;
    }
  #tabs-wrapper li {
    float: left;
    margin: 0 1px 0 0 !important;
    padding: 0 !important;
    }
    #tabs-wrapper li a {
      background-image: url(../graphics/core/bg_tabs.gif);
      background-repeat: repeat-x;
      display: block;
      padding: 0 8px;
      color: #fff;
      text-decoration: none;
      height: 22px;
      line-height: 22px;
      float: left;
      font-size: 11px;
      text-decoration: none !important;
      color: #fff;
      }
      #tabs-wrapper li.active a {
        background-image: url(../graphics/core/bg_tabs.gif) !important;
        background-repeat: repeat-x;
        background-position: 0 -22px !important;
        background-color: transparent !important;
        color: #fff;
        font-weight: bold !important;
        }
      #tabs-wrapper li a:hover {
        background-image: url(../graphics/core/bg_tabs.gif) !important;
        background-repeat: repeat-x;
        background-position: 0 -22px !important;
        background-color: transparent !important;
        color: #fff !important;
        }

/*---------------------------------------------------------/
|	> Form Elements
+---------------------------------------------------------*/
.form-text, .form-textarea {
  background: #FAFBFD;
  border: solid 1px #555;
  padding: 3px;
  color: #444;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  }

.form-submit {
  background: url(../graphics/core/bg_tabs.gif) repeat-x 0 0 #000;
  border: none;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
  font-weight: bold !important;
  font-size: 10px;
  text-decoration: none !important;
  color: #fff;
  overflow: visible; /* ie6/7 width fix */
  width: auto; /* ie6/7 width fix */
  height: 22px;
  }
  .form-submit:hover { background-position: 0 -22px; }

/*---------------------------------------------------------/
|	> Table Styles
+---------------------------------------------------------*/
table {
  margin: 1em 0;
  width: 100%;
  border-collapse: collapse;
  }
thead th {
  color: #fff;
  font-weight: bold;
  background: #6181B2;
  }
th a:link, th a:visited {
  color: #fff;
  text-decoration: underline;
  }
td, th { padding: 3px 5px;  }
tr.even, tr.odd, tbody th {
  }
tr.odd td, tr.info { background-color: #DDE3EF; }
tr.even td { background-color: #F9FBFD; }
tr.drag td { background-color: #fffff0; }
tr.drag-previous td { background-color: #ffd; }
tr.odd td.active { background-color: #eee; }
tr.even td.active { background-color: #e6f1f7; }
td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
  }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }

.filefield-element .widget-edit { float: none !important; }

.filefield-element {
  clear: both;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  }

.sticky-table, fieldset table {
  border: 0 !important;
}

/*---------------------------------------------------------/
|	Collapsing Fieldsets
+---------------------------------------------------------*/
fieldset {
  background: #EFF4FF;
  border: 1px solid #ccc;
  margin: 4px 0px 6px 0px;
  padding: 10px 6px 15px 6px;
  }
  fieldset legend {
    display: block;
    }
  fieldset.collapsible {
    padding: 0px 6px 2px 6px;
    }

html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 2px;
  height: 20px;
  line-height: 16px;
  background: none;
  }
  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 !important;
      }
    html.js fieldset.collapsed legend a {
      background-image: url(/misc/menu-collapsed.png) !important;
      background-position: 5px 50%;
      }
    html.js fieldset.collapsible legend a {
      display: block;
      }
      html.js fieldset.collapsible .fieldset-wrapper {
        overflow: auto;
        }

.search-info { display: none; }

.actualContent #search-form #edit-submit {
  margin: 8px 0 8px 0;
  display: block;
  width: 80px;
  clear: both;
  position: relative;
  }

legend a {
  text-decoration: underline;
  color: #BE244A;
  background-color: transparent;
  }

legend a:hover {
  text-decoration: none;
  color: #BE244A !important;
  background-color: transparent;
  }

