/*---------------------------------------------------------/
|	> Views Styles                                            
+---------------------------------------------------------*/ 
.views-display { min-height: 375px !important; }
#views-ajax-form { clear: both; margin-bottom: 10px; }
#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; }
.filefield-element {
	clear: both;
	height: 100px;
	}

/*---------------------------------------------------------/
|	> Drupal Default                                          
+---------------------------------------------------------*/
.meta { display: none; }
.search-info { display: none; }
.krumo-root li { background: none !important; }
.system-status-report th { color: #000; }
.system-status-report .info th { color: #fff; }

#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: #ffae00; }
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; } */
.form-button, .form-submit { margin: 4px 1px; position: relative; }
#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;
  }

/* Collapsible fieldsets */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(../graphics/core/gradient-inner.png) repeat-x 0 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; }
/* Fix disappearing legend in FFox */  
fieldset legend { display: block; }
*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend { display: inline; }
html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
  }
html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(../graphics/core/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
  }
html.js fieldset.collapsed legend a { background: url(../graphics/core/menu-collapsed.gif) no-repeat 0 50%; /* LTR */ }

/* 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 #b8d3e5;
  padding: 5px !important;
  }
  .messages ul {
  	margin: 0 0 0 5px !important;
  }
  .messages li {
  	background: none !important;
  	padding: 0 !important;
  }
.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
  }
div.status {
  color: #fff;
  background: #4fb651;
  border: solid 1px #3fa141;
  }
  div.status a, div.error a, tr.error a {
	text-decoration: underline;
	color: #fff;
 	}
div.error, tr.error {
  color: #fff;
  background-color: #cc410a;
  }
.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: system.css,v 1.48 2008/01/09 09:56:39 goba 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 #f29100; }
.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 */ }

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
  }
html.js fieldset.collapsed * { display: none; }
html.js fieldset.collapsed legend { display: block; }
/* 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 */
html.js fieldset.collapsible .fieldset-wrapper { overflow: auto; }

/*
** 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. */
.teaser-checkbox { padding-top: 1px; }
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;
  }
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;  }


