/*** HTML elements*/body.drag { cursor: move;}th.active img { display: inline;}tr.even, tr.odd { background-color: #eee; border-bottom: 1px solid #ccc; padding: 0.1em 0.6em;}tr.drag { background-color: #fffff0;}tr.drag-previous { background-color: #ffd;}td.active { background-color: #ddd;}td.checkbox, th.checkbox { text-align: center;}tbody { border-top: 1px solid #ccc;}tbody th { border-bottom: 1px solid #ccc;}thead th { text-align: left; /* LTR */ padding-right: 1em; /* LTR */ border-bottom: 3px solid #ccc;}/*** Other common styles*/.breadcrumb { padding-bottom: .5em}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;}div.error { border: 1px solid #d77;}div.error, tr.error { background: #fcc; color: #200; padding: 2px;}.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;}.item-list .icon { color: #555; float: right; /* LTR */ padding-left: 0.25em; /* LTR */ clear: right; /* LTR */}.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; /* LTR */ padding: 0; list-style: disc;}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;}.form-checkboxes, .form-radios { margin: 1em 0;}.form-checkboxes .form-item, .form-radios .form-item { margin-top: 0.4em; margin-bottom: 0.4em;}.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-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: 10em;}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;}/*** Tab navigation*/ul.primary { border-collapse: collapse; padding: 0 0 0 1em; /* LTR */ white-space: nowrap; list-style: none; margin: 5px; height: auto; line-height: normal; border-bottom: 1px solid #bbb;}ul.primary li { display: inline;}ul.primary li a { background-color: #ddd; border-color: #bbb; border-width: 1px; border-style: solid solid none solid; height: auto; margin-right: 0.5em; /* LTR */ padding: 0 1em; text-decoration: none;}ul.primary li.active a { background-color: #fff; border: 1px solid #bbb; border-bottom: #fff 1px solid;}ul.primary li a:hover { background-color: #eee; border-color: #ccc; border-bottom-color: #eee;}ul.secondary { border-bottom: 1px solid #bbb; padding: 0.5em 1em; margin: 5px;}ul.secondary li { display: inline; padding: 0 1em; border-right: 1px solid #ccc; /* LTR */}ul.secondary a { padding: 0; text-decoration: none;}ul.secondary a.active { border-bottom: 4px solid #999;}/*** 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;}html.js fieldset.collapsible legend a { padding-left: 15px; /* LTR */ background: url(/misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */}html.js fieldset.collapsed legend a { background-image: url(/misc/menu-collapsed.png); /* LTR */ background-position: 5px 50%; /* LTR */}/* 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;}/*** Resizable text areas*/.resizable-textarea { width: 95%;}.resizable-textarea .grippie { height: 9px; overflow: hidden; background: #eee url(/misc/grippie.png) no-repeat center 2px; border: 1px solid #ddd; border-top-width: 0; cursor: s-resize;}html.js .resizable-textarea textarea { margin-bottom: 0; width: 100%; display: block;}/*** 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 0 0 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;}/*** HTML elements*/fieldset { margin-bottom: 1em; padding: .5em;}form { margin: 0; padding: 0;}hr { height: 1px; border: 1px solid gray;}img { border: 0;}table { border-collapse: collapse;}th { text-align: left; /* LTR */ padding-right: 1em; /* LTR */ border-bottom: 3px solid #ccc;}/*** 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;}/* End hide from IE-mac */.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;}ul.menu { list-style: none; border: none; text-align:left; /* LTR */}ul.menu li { margin: 0 0 0 0.5em; /* LTR */}li.expanded { list-style-type: circle; list-style-image: url(/misc/menu-expanded.png); padding: 0.2em 0.5em 0 0; /* LTR */ margin: 0;}li.collapsed { list-style-type: disc; list-style-image: url(/misc/menu-collapsed.png); /* LTR */ padding: 0.2em 0.5em 0 0; /* LTR */ margin: 0;}li.leaf { list-style-type: square; list-style-image: url(/misc/menu-leaf.png); padding: 0.2em 0.5em 0 0; /* LTR */ margin: 0;}li a.active { color: #000;}td.menu-disabled { background: #ccc;}ul.links { margin: 0; padding: 0;}ul.links.inline { display: inline;}ul.links li { display: inline; list-style-type: none; padding: 0 0.5em;}.block ul { margin: 0; padding: 0 0 0.25em 1em; /* LTR */}#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;}/* $Id$ *//* Node display */.field .field-label,.field .field-label-inline,.field .field-label-inline-first { font-weight:bold;}.field .field-label-inline,.field .field-label-inline-first { display:inline;}.field .field-label-inline { visibility:hidden;}/* Node form display */.node-form .content-multiple-table td.content-multiple-drag { width:30px; padding-right:0;/*LTR*/}.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle{ padding-right:.5em;/*LTR*/}.node-form .content-add-more .form-submit{ margin:0;}.node-form .number { display:inline; width:auto;}.node-form .text { width:auto;}/* CSS overrides for Views-based autocomplete results. - #autocomplete uses "white-space:pre", which is no good with Views' template-based rendering - Field titles are rendered with <label> in default templates, but we don't want the 'form' styling it gets under .form-item*/.form-item #autocomplete .reference-autocomplete { white-space:normal;}.form-item #autocomplete .reference-autocomplete label { display:inline; font-weight:normal;}/* 'Manage fields' overview */#content-field-overview-form .advanced-help-link,#content-display-overview-form .advanced-help-link { margin: 4px 4px 0 0;/*LTR*/}#content-field-overview-form .label-group,#content-display-overview-form .label-group,#content-copy-export-form .label-group { font-weight: bold;}table#content-field-overview .label-add-new-field,table#content-field-overview .label-add-existing-field,table#content-field-overview .label-add-new-group { float: left;/*LTR*/}table#content-field-overview tr.content-add-new .tabledrag-changed { display: none;}table#content-field-overview tr.content-add-new .description { margin-bottom: 0;}table#content-field-overview .content-new { font-weight: bold; padding-bottom: .5em;}/* 'Advanced help' pages */.advanced-help-topic h3,.advanced-help-topic h4,.advanced-help-topic h5,.advanced-help-topic h6 { margin:1em 0 .5em 0;}.advanced-help-topic dd { margin-bottom: .5em;}.advanced-help-topic span.code { background-color:#EDF1F3; font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace; font-size:0.9em; padding:1px;}.advanced-help-topic .content-border { border:1px solid #AAA}/* Force from/to dates to float using inline-block, where it works, otherwise inline. */.container-inline-date { width:auto; clear:both; display: inline-block; vertical-align:top; margin-right: 0.5em; /* LTR */}.container-inline-date .form-item { float:none; padding:0; margin:0;}.container-inline-date .form-item .form-item { float: left; /* LTR */}.container-inline-date .form-item,.container-inline-date .form-item input { width:auto;}.container-inline-date .description { clear: both;}.container-inline-date .form-item input,.container-inline-date .form-item select,.container-inline-date .form-item option { margin-right: 5px; /* LTR */}.container-inline-date .date-spacer { margin-left: -5px; /* LTR */}.views-right-60 .container-inline-date div { padding:0; margin:0;}.container-inline-date .date-timezone .form-item { float:none; width:auto; clear:both;}/* Fixes for date popup css so it will behave in Drupal */#calendar_div, #calendar_div td, #calendar_div th { margin:0; padding:0;}#calendar_div,.calendar_control,.calendar_links,.calendar_header,.calendar { width: 185px; border-collapse: separate; margin: 0;}.calendar td { padding: 0;}/* formatting for from/to dates in nodes and views */span.date-display-single {}span.date-display-start {}span.date-display-end {}span.date-display-separator {}.date-repeat-input { float: left; /* LTR */ width:auto; margin-right: 5px; /* LTR */}.date-repeat-input select { min-width:7em;}.date-repeat fieldset { clear:both; float:none;}.date-views-filter-wrapper { min-width:250px;}.date-views-filter input { float: left !important; /* LTR */ margin-right: 2px !important; /* LTR */ padding:0 !important; width:12em; min-width:12em;}.date-nav { width:100%;}.date-nav div.date-prev { text-align: left; /* LTR */ width:24%; float: left; /* LTR */}.date-nav div.date-next { text-align: right; /* LTR */ width:24%; float: right; /* LTR */}.date-nav div.date-heading { text-align:center; width:50%; float: left; /* LTR */}.date-nav div.date-heading h3 { margin:0; padding:0;}.date-clear { float:none; clear:both; display:block;}.date-clear-block { float:none; width:auto; clear:both;}/* ** Markup free clearing that fixes unwanted scrollbars ** @see http://drupal.org/node/232959 */ .date-clear-block:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; } .date-clear-block { display: inline-block; } /* Hides from IE-mac \*/ * html .date-clear-block { height: 1%; } .date-clear-block { display: block; } /* End hide from IE-mac */.date-container .date-format-delete { margin-top: 1.8em; margin-left: 1.5em; float: left;}.date-container .date-format-name { float: left;}.date-container .date-format-type { float: left; padding-left: 10px;}.date-container .select-container { clear: left; float: left;}/* Calendar day css */div.date-calendar-day { line-height: 1; width: 40px; float: left; margin: 6px 10px 0 0; background: #F3F3F3; border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; color: #999; text-align: center; font-family: Georgia, Arial, Verdana, sans;}div.date-calendar-day span { display: block; text-align: center;}div.date-calendar-day span.month { font-size: .9em; background-color: #B5BEBE; color: white; padding: 2px; text-transform: uppercase;}div.date-calendar-day span.day { font-weight: bold; font-size: 2em;}div.date-calendar-day span.year { font-size: .9em; padding: 2px;}/* Smoothness Theme for jQuery UI Datepicker */#ui-datepicker-div table,#ui-datepicker-div td,#ui-datepicker-div th { margin: 0; padding: 0;}#ui-datepicker-div,#ui-datepicker-div table,.ui-datepicker-div,.ui-datepicker-div table,.ui-datepicker-inline,.ui-datepicker-inline table { font-size: 12px !important;}.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div { /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; background: #ffffff; border: 2px solid #d3d3d3; font-family: Verdana, Arial, sans-serif; font-size: 1.1em; margin: 0; padding: 2.5em .5em .5em .5em; position: relative; width: 15.5em;}#ui-datepicker-div { background: #ffffff; display: none; z-index: 9999; /*must have*/}.ui-datepicker-inline { display: block; float: left; /* LTR */}.ui-datepicker-control { display: none;}.ui-datepicker-current { display: none;}.ui-datepicker-next, .ui-datepicker-prev { background: #e6e6e6 url(/sites/www.hypnosisdownloads.com/modules/date/date_popup/themes/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */ left: .5em; /* LTR */ position: absolute; top: .5em;}.ui-datepicker-next { left: 14.6em;}.ui-datepicker-next:hover, .ui-datepicker-prev:hover { background: #dadada url(/sites/www.hypnosisdownloads.com/modules/date/date_popup/themes/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */}.ui-datepicker-next a, .ui-datepicker-prev a { background: url(/sites/www.hypnosisdownloads.com/modules/date/date_popup/themes/images/888888_7x7_arrow_left.gif) 50% 50% no-repeat; /* LTR */ border: 1px solid #d3d3d3; cursor: pointer; display: block; font-size: 1em; height: 1.4em; text-indent: -999999px; width: 1.3em;}.ui-datepicker-next a { background: url(/sites/www.hypnosisdownloads.com/modules/date/date_popup/themes/images/888888_7x7_arrow_right.gif) 50% 50% no-repeat; /* LTR */}.ui-datepicker-prev a:hover { background: url(/sites/www.hypnosisdownloads.com/modules/date/date_popup/themes/images/454545_7x7_arrow_left.gif) 50% 50% no-repeat; /* LTR */}.ui-datepicker-next a:hover { background: url(/sites/www.hypnosisdownloads.com/modules/date/date_popup/themes/images/454545_7x7_arrow_right.gif) 50% 50% no-repeat; /* LTR */}.ui-datepicker-prev a:active { background: url(/sites/www.hypnosisdownloads.com/modules/date/date_popup/themes/images/222222_7x7_arrow_left.gif) 50% 50% no-repeat; /* LTR */}.ui-datepicker-next a:active { background: url(/sites/www.hypnosisdownloads.com/modules/date/date_popup/themes/images/222222_7x7_arrow_right.gif) 50% 50% no-repeat; /* LTR */}.ui-datepicker-header select { background: #e6e6e6; border: 1px solid #d3d3d3; color: #555555; font-size: 1em; line-height: 1.4em; margin: 0 !important; padding: 0 !important; position: absolute; top: .5em;}.ui-datepicker-header select.ui-datepicker-new-month { left: 2.2em; /* LTR */ width: 7em;}.ui-datepicker-header select.ui-datepicker-new-year { left: 9.4em; /* LTR */ width: 5em;}table.ui-datepicker { text-align: right; /* LTR */ width: 15.5em;}table.ui-datepicker td a { color: #555555; display: block; padding: .1em .3em .1em 0; /* LTR */ text-decoration: none;}table.ui-datepicker tbody { border-top: none;}table.ui-datepicker tbody td a { background: #e6e6e6 url(/sites/www.hypnosisdownloads.com/modules/date/date_popup/themes/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */ border: 1px solid #ffffff; cursor: pointer;}table.ui-datepicker tbody td a:hover { background: #dadada url(/sites/www.hypnosisdownloads.com/modules/date/date_popup/themes/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */ border: 1px solid #999999; color: #212121;}table.ui-datepicker tbody td a:active { background: #ffffff url(/sites/www.hypnosisdownloads.com/modules/date/date_popup/themes/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x; /* LTR */ border: 1px solid #dddddd; color: #222222;}table.ui-datepicker .ui-datepicker-title-row td { /*border-bottom: 1px solid #d3d3d3;*/ color: #222222; font-size: .9em; padding: .3em 0; text-align: center; text-transform: uppercase;}table.ui-datepicker .ui-datepicker-title-row td a { color: #222222;}/* timeEntry styles */.timeEntry_control {vertical-align: middle;margin-left: 2px;}* html .timeEntry_control { /* IE only */margin-top: -4px;}/* Make sure background colors from other styles don't obscure the current element highlight */.timeEntry { background-color:transparent !important;}/* This is to keep FF from offering a drop-down list of previous values. *//* For some reason hiding the div where the image belongs keeps that from happening. */.timeEntry_control { display:none;}/** * Formatter styles */.filefield-icon { margin: 0 2px 0 0; /* RTL */}/* End formatter styles. *//** * General widget form styles (applicable to all widgets). */.filefield-element { margin: 1em 0; white-space: normal;}.filefield-element .widget-preview { float: left; /* RTL */ padding: 0 10px 0 0; /* RTL */ margin: 0 10px 0 0; /* RTL */ border-width: 0 1px 0 0; /* RTL */ border-style: solid; border-color: #CCC; max-width: 30%;}.filefield-element .widget-edit { float: left; /* RTL */ max-width: 70%;}.filefield-element .filefield-preview { width: 16em; overflow: hidden;}.filefield-element .widget-edit .form-item { margin: 0 0 1em 0;}.filefield-element input.form-submit,.filefield-element input.form-file { margin: 0;}.filefield-element input.progress-disabled { float: none; display: inline;}.filefield-element div.ahah-progress,.filefield-element div.throbber { display: inline; float: none; padding: 1px 13px 2px 3px; /* RTL */}.filefield-element div.ahah-progress-bar { display: none; margin-top: 4px; width: 28em; padding: 0;}.filefield-element div.ahah-progress-bar div.bar { margin: 0;}/* End general widget form styles. *//* $Id$ */div.fieldgroup { margin:.5em 0 1em 0;}div.fieldgroup .content { padding-left:1em;/*LTR*/}.views-exposed-form .views-exposed-widget { float: left; /* LTR */ padding: .5em 1em 0 0; /* LTR */}.views-exposed-form .views-exposed-widget .form-submit { margin-top: 1.6em;}.views-exposed-form .form-item,.views-exposed-form .form-submit { margin-top: 0; margin-bottom: 0;}.views-exposed-form label { font-weight: bold;}.views-exposed-widgets { margin-bottom: .5em;}html.js a.views-throbbing,html.js span.views-throbbing { background:url(/sites/www.hypnosisdownloads.com/modules/views/images/status-active.gif) no-repeat right center; padding-right:18px;}/* administrative hover links */div.view div.views-admin-links { font-size: xx-small; margin-right: 1em; margin-top: 1em;/* width: 95%; */}.block div.view div.views-admin-links { margin-top: 0;}div.view div.views-admin-links ul { margin: 0; padding: 0;}div.view div.views-admin-links li { margin: 0; padding: 0 0 2px 0; z-index: 201;}div.view div.views-admin-links li a { padding: 0; margin: 0; color: #ccc;}div.view div.views-admin-links li a:before { content: "[";}div.view div.views-admin-links li a:after { content: "]";}div.view div.views-admin-links-hover a,div.view div.views-admin-links:hover a { color: #000;}div.view div.views-admin-links-hover,div.view div.views-admin-links:hover { background: transparent;}div.view div.views-hide { display: none;}/** For IE we add the class via js; for other browsers we rely on :hover **/div.view div.views-hide-hover,div.view:hover div.views-hide { display: block; position: absolute; z-index: 200;}/* don't do this one in IE */div.view:hover div.views-hide { margin-top: -1.5em;}/* Remove the border on tbody that system puts in */.views-view-grid tbody { border-top: none;}/* $Id: html-elements.css,v 1.1.2.2 2009/02/13 19:42:10 johnalbin Exp $ *//**** **** HTML ELEMENT STYLING ****//** fonts **/ /* * Our font size and line height declarations are based on the following ALA * article: * http://www.alistapart.com/articles/howtosizetextincss * * All modern browsrs use a 16px default font size. Specifying the font-size * and line-height in ems (relative to the 16px default font) allows the user * to resize the font in the browser and produces the most consistent results * across different browsers. */ body { font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */_font-size: 16px; /* For IE 6 */ } #page-upper, #page { /* * To use a 12px font size on the page, delete the 14px declarations. * to use a 14px font size on the page, delete the 12px declarations. */ /* Use a 12px base font size with a 16px line height */ font-size: 0.75em; /* 16px x .75 = 12px */ line-height: 1.333em; /* 12px x 1.333 = 16px */ /* Use a 14px base font size with a 18px line height */ font-size: 0.875em; /* 16px x .875 = 14px */ line-height: 1.4em; /* 14px x 1.286 = 18px */line-height: 1.4em; } body, caption, th, td, input, textarea, select, option, legend, fieldset { /* The following font family declarations are based on the Microsoft core * web fonts which are common fonts available on most computer systems. The * Bitstream Vera fonts are commonly available on Linux systems where the MS * fonts are less common. * * A user's web browser will look at the comma-separated list and will * attempt to use each font in turn until it finds one that is available * on the user's computer. The final "generic" font (sans-serif or serif) * hints at what type of font to use if the web browser doesn't find any * of the fonts in the list. font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif; font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif; font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif; font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif; font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif; font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif; font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif; font-family: "Bitstream Vera Sans Mono", "Courier New", monospace; */color: #333333; font-family: Arial, Tahoma, Verdana, Helvetica, "Bitstream Vera Sans", sans-serif; } #main, #content-top, #content-bottom { line-height: 1.6em; }#main, #main caption, #main th, #main td, #main input, #main textarea, #main select, #main option, #main legend, #main fieldset, #content-top, #content-top caption, #content-top th, #content-top td, #content-top input, #content-top textarea, #content-top select, #content-top option, #content-top legend, #content-top fieldset, #content-bottom, #content-bottom caption, #content-bottom th, #content-bottom td, #content-bottom input, #content-bottom textarea, #content-bottom select, #content-bottom option, #content-bottom legend, #content-bottom fieldset {color: #000000;font-family: "Open Sans", Arial, Tahoma, Verdana, Helvetica, "Bitstream Vera Sans", sans-serif;font-weight: 400 !important;} /* caption, th, td, input, textarea, select, option, legend, fieldset {font-size: 15px; } pre, code { font-size: 1.1em; font-family: "Bitstream Vera Sans Mono", "Courier New", monospace; } *//** headings **/ h1 { font-size: 2em; line-height: 1.3em; margin-top: 0; margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font. Remember, a margin specified in ems is relative to the element's font-size, not to the pages' base font size. So, for example, if we want a 1em margin (relative to the base font), we have to divide that length by the element's font-size: 1em / 2em = 0.5em */ } h2 { font-family: "Open Sans", Arial, Tahoma, Verdana, Helvetica, "Bitstream Vera Sans", sans-serif; font-size: 20px;font-weight: 300 !important; line-height: 1.3em;margin-top: 0px; margin-bottom: 10px; } h3 { font-size: 1.3em; line-height: 1.3em; margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */ margin-bottom: 0.769em; } h3.sub-heading { font-size: 20px; font-family: "Open Sans", Arial, Tahoma, Verdana, Helvetica, "Bitstream Vera Sans", sans-serif;font-weight: 700 !important;letter-spacing: -1px; } h3.big-heading { font-family: "Open Sans", Arial, Tahoma, Verdana, Helvetica, "Bitstream Vera Sans", sans-serif; font-size: 34px;font-weight: 700 !important;line-height: 38px;letter-spacing: -1px; } h4, h5, h6 { font-size: 1.1em; line-height: 1.3em; margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */ margin-bottom: 0.909em; } .h1-header { color:#003399; font-family:Arial,Helvetica,sans-serif; font-size:18px; font-weight:bold; padding:0; }/** block-level elements **/ p, ul, ol, dl, pre, fieldset { margin: 13px 0px; } #main p, #main ul, #main ol, #main dl, #main pre, #main fieldset, #content-top p, #content-top ul, #content-top ol, #content-top dl, #content-top pre, #content-top fieldset, #content-bottom p, #content-bottom ul, #content-bottom ol, #content-bottom dl, #content-bottom pre, #content-bottom fieldset { margin: 13px 0px 25px; } blockquote { margin: 13px 30px 13px 30px; }/** lists **/ /* standardize list item indentation */ ul, ol { margin-left: 0; padding-left: 22px; } .block ul, /* Drupal overrides */ .item-list ul { margin: 0em 0; padding: 0 0 0 2em; } ul ul, ul ol, ol ol, ol ul, .block ul ul, .block ul ol, .block ol ol, .block ol ul, .item-list ul ul, .item-list ul ol, .item-list ol ol, .item-list ol ul { margin: 0; } li { margin: 0; padding: 0; } .item-list ul li /* Drupal override */ { margin: 0; padding: 0;list-style: none; list-style-type: none; } ul.menu li, /* Drupal override */ li.expanded, li.collapsed, li.leaf { margin: 0; padding: 0; } ul { list-style-type: disc; } ul ul { list-style-type: circle; } ul ul ul { list-style-type: square; } ul ul ul ul { list-style-type: circle; } ol { list-style-type: decimal; } ol ol { list-style-type: lower-alpha; } ol ol ol { list-style-type: decimal; } .right-orangebox-ul{ margin-top:0px; margin-bottom: 0px; padding-left:10px; } .right-orangebox-ul li{ padding-top: 5px; } #sidebar-right .block .content { line-height: 1.2em; } #sidebar-right ul{ padding:0 0 0 3em; } .copyredbold { font-weight: bold; color:#FF0000; } .CatSmallText { font-size:11px; line-height:normal; text-decoration:none; } .CatSmallTextlink { color:#336699; font-size:11px; text-decoration:none; } .CatSmallTextlink:hover { text-decoration:underline; }#main .CatSmallText, #content-top .CatSmallText, #content-bottom .CatSmallText, #main .CatSmallTextlink, #content-top .CatSmallTextlink, #content-bottom .CatSmallTextlink {font-size: 13px;} ol { padding-left: 24px; } ul.no-padding { padding: 0px; } ul li {list-style-type: none; list-style-image: none;background: url(/sites/www.hypnosisdownloads.com/themes/hypnosisnew/images/new/black-dot.gif) no-repeat 0px 8px;padding-left: 7px; } ul.big-black-bullet li {background: url(/sites/www.hypnosisdownloads.com/themes/hypnosisnew/images/new/black-dot-big.png) no-repeat 0px 10px;padding-left: 14px;padding-bottom: 8px; } ul.no-bullet li, #sidebar-left ul.no-bullet li { background: none;padding-left: 0px; } ul.tickbox-bullet li { background: url(/sites/www.hypnosisdownloads.com/themes/hypnosisnew/images/new/green-tick.png) no-repeat 0px 0px;padding-bottom: 3px;padding-left: 25px; } ul.aff-prog-offers li {padding-bottom: 5px; } #page li.leaf, #page li.collapsed, #page li.expanded {list-style-type: none; list-style-image: none; } ul.green-bullet li, li.green-bullet, #block-menu-menu-growthzone li.active-trail {background: url(/sites/www.hypnosisdownloads.com/themes/hypnosisnew/images/new/green-dot.gif) no-repeat 0px 8px; } li.blue-bullet {background: url(/sites/www.hypnosisdownloads.com/themes/hypnosisnew/images/new/blue-dot.gif) no-repeat 0px 8px; } li.blue3-bullet, #block-menu-menu-members li.active-trail {background: url(/sites/www.hypnosisdownloads.com/themes/hypnosisnew/images/new/blue3-dot.gif) no-repeat 0px 8px; } li.light-grey-bullet {background: url(/sites/www.hypnosisdownloads.com/themes/hypnosisnew/images/new/light-grey-dot.gif) no-repeat 0px 8px; } li.yellow-bullet {background: url(/sites/www.hypnosisdownloads.com/themes/hypnosisnew/images/new/yellow-dot.gif) no-repeat 0px 8px; } ol li { list-style-image:none; } dt { margin: 0; padding: 0; } dd { margin: 0 0 0 2em; padding: 0; }/** links **/ /* The order of link states are based on Eric Meyer's article: * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states */ a.link-cat {color:#3B4FA2;text-decoration:underline;}a.link-cat:visited {color:#800080;text-decoration:underline;}a.link-cat:hover {color:#F57F20;text-decoration:none;}.link-cat {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;line-height:1.4em;} a.link-cat2:visited {-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background:#FFFF00 none repeat scroll 0 0;color:#444444;text-decoration:underline;}.link-cat2 {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;line-height:1.4em;text-decoration:underline;} a {color: #333333;}a:visited {color: #800080; } a:hover, a:focus {}a.no-underline, a.no-underline:hover {text-decoration: none !important;}a.hov-underline {text-decoration: none !important;}a.hov-underline:hover {text-decoration: underline !important;}.tabs.primary a, .tabs.primary a:hover {text-decoration: none !important;}#left a {text-decoration: none;}#left a:hover {text-decoration: underline;}body.layout-section-download #content a, body.layout-section-download #content a:hover, body.page-all-downloads #content a, body.page-all-downloads #content a:hover, body.page-all-downloads-aw #content a, body.page-all-downloads-aw #content a:hover, body.page-all-downloads-aw1 #content a, body.page-all-downloads-aw1 #content a:hover, body.page-blackfriday #content a, body.page-blackfriday #content a:hover, body.page-newsletter-online #content a, body.page-newsletter-online #content a:hover {color: #568921;}body.layout-section-download #content a, body.page-all-downloads #content a, body.page-all-downloads-aw #content a, body.page-all-downloads-aw1 #content a, body.page-blackfriday #content a, body.page-newsletter-online #content a {text-decoration: none;}body.layout-section-download #content a:hover, body.page-all-downloads #content a:hover, body.page-all-downloads-aw #content a:hover, body.page-all-downloads-aw1 #content a:hover, body.page-blackfriday #content a:hover, body.page-newsletter-online #content a:hover {text-decoration: underline;}body.layout-section-script #content a, body.layout-section-script #content a:hover, body.page-all-scripts #content a, body.page-all-scripts #content a:hover {color: #09A1E3;}body.page-all-downloads #content a.cat-heading, body.page-all-downloads #content a.cat-heading:hover, body.page-all-downloads-aw #content a.cat-heading, body.page-all-downloads-aw #content a.cat-heading:hover, body.page-all-downloads-aw1 #content a.cat-heading, body.page-all-downloads-aw1 #content a.cat-heading:hover, body.page-blackfriday #content a.cat-heading, body.page-blackfriday #content a.cat-heading:hover, body.page-all-scripts #content a.cat-heading, body.page-all-scripts #content a.cat-heading:hover {color: #333333;}body.layout-section-script #content a, body.page-all-scripts #content a, body.page-all-scripts #content-bottom a {text-decoration: none;}body.layout-section-script #content a:hover, body.page-all-scripts #content a:hover, body.page-all-scripts #content-bottom a:hover {text-decoration: underline;}body.node-type-cdtape #content a, body.node-type-cdtape #content a:hover, body.node-type-insight-page #content a, body.node-type-insight-page #content a:hover {color: #FF9900;}body.node-type-cdtape #content a, body.node-type-insight-page #content a {text-decoration: none;}body.node-type-cdtape #content a:hover, body.node-type-insight-page #content a:hover {text-decoration: underline;}body.node-type-online-course #content a, body.node-type-online-course #content a:hover {color: #EA0F6B;}body.node-type-online-course #content a {text-decoration: none;}body.node-type-online-course #content a:hover {text-decoration: underline;}body.node-type-testimonials #content a, body.node-type-testimonials #content a:hover, body.node-type-testimonials #content-bottom a, body.node-type-testimonials #content-bottom a:hover {color: #8B3083;font-weight: bold;}body.section-help-center #content a, body.section-help-center #content a:hover {color: #8B3083;}body.node-type-testimonials #content a, body.node-type-testimonials #content-bottom a, body.section-help-center #content a {text-decoration: none;}body.node-type-testimonials #content a:hover, body.node-type-testimonials #content-bottom a:hover, body.section-help-center #content a:hover {text-decoration: underline;}body.page-download-center #content a, body.payment-confirmation-page #content a, body.page-download-center #content a:visited, body.payment-confirmation-page #content a:visited, body.page-download-center #content a:hover, body.payment-confirmation-page #content a:hover {color: #C0333B;}body.page-download-center #content a, body.payment-confirmation-page #content a {text-decoration: none;}body.page-download-center #content a:hover, body.payment-confirmation-page #content a:hover {text-decoration: underline;}body.page-content-all-narrators #content a.cat-heading {text-decoration: none;}body.page-content-all-narrators #content a.cat-heading:hover {text-decoration: underline;}#content .prod-snippet .prod-info a:hover {text-decoration: none;_text-decoration: underline;}#content .prod-snippet .prod-info a:hover .prod-title, #content .prod-snippet .prod-info a:hover .prod-excerpt {text-decoration: underline;}a.read-testimonial {color: #8B3083;}/** CSS for links which should always remain in same colour Starts **/a.white-forever, a.white-forever:visited, a.white-forever:hover {color: #fff !important;}a.green-forever, a.green-forever:visited, a.green-forever:hover {color: #6FB32A !important;}a.green2-forever, a.green2-forever:visited, a.green2-forever:hover {color: #568921 !important;}a.green3-forever, a.green3-forever:visited, a.green3-forever:hover {color: #8EB516 !important;}a.green4-forever, a.green4-forever:visited, a.green4-forever:hover {color: #68850F !important;}a.blue-forever, a.blue-forever:visited, a.blue-forever:hover {color: #09A1E3 !important;}a.blue2-forever, a.blue2-forever:visited, a.blue2-forever:hover {color: #3366CC !important;}a.blue3-forever, a.blue3-forever:visited, a.blue3-forever:hover {color: #74749F !important;}a.blue4-forever, a.blue4-forever:visited, a.blue4-forever:hover {color: #4D4D7B !important;}a.blue5-forever, a.blue5-forever:visited, a.blue5-forever:hover {color: #0979C4 !important;}a.yellow-forever, a.yellow-forever:visited, a.yellow-forever:hover {color: #FF9900 !important;}a.purple-forever, a.purple-forever:visited, a.purple-forever:hover {color: #8B3083 !important;}a.pink-forever, a.pink-forever:visited, a.pink-forever:hover {color: #EA0F6B !important;}a.cyan-forever, a.cyan-forever:visited, a.cyan-forever:hover {color: #008789 !important;}a.grey-forever, a.grey-forever:visited, a.grey-forever:hover {color: #929584 !important;}a.grey2-forever, a.grey2-forever:visited, a.grey2-forever:hover {color: #B0B1AB !important;}a.light-grey-forever, a.light-grey-forever:visited, a.light-grey-forever:hover {color: #E3E3E3 !important;}a.light-grey2-forever, a.light-grey2-forever:visited, a.light-grey2-forever:hover {color: #EFEDEE !important;}a.orange-forever, a.orange-forever:visited, a.orange-forever:hover {color: #CC6600 !important;}a.red2-forever, a.red2-forever:visited, a.red2-forever:hover {color: #C0333B !important;}a.brown-forever, a.brown-forever:visited, a.brown-forever:hover {color: #604C3F !important;}/** Ends **/a:active { }a.browse-all { } a.link-orng:visited { color:#F57F20; text-decoration:underline; } a.link-orng:hover{color:#444444; text-decoration:none; } table {border-collapse: collapse;}tbody {border-top: none;}th,thead th,tbody th {border-bottom: none;padding-right: 0;text-align: left;}td {vertical-align: top;} .dlinks{ line-height: normal;}/** abbreviations **/ abbr { border-bottom: 1px dotted #666; text-decoration: none; cursor: help; white-space: nowrap; } /* Date-based "abbreviations" show computer-friendly timestamps which are not human-friendly. */ abbr.created { border: none; cursor: auto; white-space: normal; }/** images **/ img { border: 0;max-width: 100%;height: auto; }/** horizontal rules **/ hr { height: 1px; border: 1px solid #666; } hr.dotted { border: none; border-top: 1px dotted #929290; }/** forms **/ form { margin: 0; padding: 0; } fieldset { margin: 1em 0; padding: 0.5em; } .text-area-style1 {color:#000000;font-family:"Courier New", Courier, monospace;font-size:13px;line-height:1.2em; }/* $Id: tabs.css,v 1.2 2008/09/08 02:35:29 johnalbin Exp $ *//* * Tabs CSS * * Adds styles for the primary and secondary tabs. * * Compare this with default CSS found in the system module's stylesheet (a copy * of which is in drupal6-reference.css, line 510.) * */ div.tabs { margin: 0 0 5px 0; } ul.primary { margin: 0; padding: 0 0 0 10px; border-width: 0; list-style: none; white-space: nowrap; line-height: normal; background: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/tab-bar.png) repeat-x left bottom; } ul.primary li { float: left; margin: 0; padding: 0; } ul.primary li a { display: block; height: 24px; margin: 0; padding: 0 0 0 5px; /* width of tab-left.png */ border-width: 0; font-weight: bold; text-decoration: none; color: #777; background-color: transparent; background: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/tab-left.png) no-repeat left -38px; } ul.primary li a .tab { display: block; height: 20px; /* 24px (parent) - 4px (padding) */ margin: 0; padding: 4px 13px 0 6px; border-width: 0; line-height: 20px; background: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/tab-right.png) no-repeat right -38px; } ul.primary li a:hover { border-width: 0; background-color: transparent; background: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/tab-left.png) no-repeat left -76px; } ul.primary li a:hover .tab { background: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/tab-right.png) no-repeat right -76px; } ul.primary li.active a, ul.primary li.active a:hover { border-width: 0; color: #000; background-color: transparent; background: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/tab-left.png) no-repeat left 0; } ul.primary li.active a .tab, ul.primary li.active a:hover .tab { background: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/tab-right.png) no-repeat right 0; } ul.secondary { margin: 0; padding: 0 0 0 5px; border-bottom: 1px solid #c0c0c0; list-style: none; white-space: nowrap; background: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/tab-secondary-bg.png) repeat-x left bottom; } ul.secondary li { float: left; margin: 0 5px 0 0; padding: 5px 0; border-right: none; } ul.secondary a { display: block; height: 24px; margin: 0; padding: 0; border: 1px solid #c0c0c0; text-decoration: none; color: #777; background: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/tab-secondary.png) repeat-x left -56px; } ul.secondary a .tab { display: block; height: 18px; /* 24px (parent) - 6px (padding) */ margin: 0; padding: 3px 8px; line-height: 18px; } ul.secondary a:hover { background: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/tab-secondary.png) repeat-x left bottom; } ul.secondary a.active, ul.secondary a.active:hover { border: 1px solid #c0c0c0; color: #000; background: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/tab-secondary.png) repeat-x left top; }/* $Id: messages.css,v 1.1.2.2 2009/02/13 07:46:04 johnalbin Exp $ *//* * MESSAGES STYLE * * Add sensible messages styling. */ div.messages, /* Important messages (status, warning, and error) for the user */ div.status, div.warning, div.error { min-height: 21px; margin: 0 1em 5px 1em; border: 2px solid #ff7; padding: 5px 5px 5px 35px; color: #000; background-color: #ffc; background-image: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/messages-status.png); background-repeat: no-repeat; background-position: 5px 5px; } div.status /* Normal priority messages */ { } div.warning /* Medium priority messages */ { border-color: #fc0; background-image: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/messages-warning.png); } div.warning, tr.warning { color: #000; /* Drupal core uses #220 */ background-color: #ffc; } div.error /* High priority messages. See also the .error declaration below. */ { /* border: 1px solid #d77; */ /* Drupal core uses: 1px solid #d77 */ border-color: #c00; background-image: url(/sites/www.hypnosisdownloads.com/themes/zen/zen/images/messages-error.png); } div.error, tr.error { color: #900; /* Drupal core uses #200 */ background-color: #fee; } div.messages ul { margin-top: 0; margin-bottom: 0; }/* $Id: block-editing.css,v 1.2.2.1 2009/11/05 14:00:50 johnalbin Exp $ *//* * Rollover edit links for blocks */ div.block.with-block-editing { position: relative; } div.block.with-block-editing div.edit { display: none; position: absolute; right: 0; top: 0; z-index: 40; border: 1px solid #eee; padding: 0 2px; font-size: 0.75em; background-color: #fff; } div.block.with-block-editing:hover div.edit { display: block; }/* $Id: wireframes.css,v 1.3 2008/09/14 13:01:32 johnalbin Exp $ *//* * WIREFRAMES STYLE * * Add wireframes to the basic layout elements. */ .with-wireframes #header-inner, .with-wireframes #content-inner, .with-wireframes #content-inner>*, .with-wireframes #navbar-inner, .with-wireframes #sidebar-left-inner, .with-wireframes #sidebar-right-inner, .with-wireframes #footer-inner { margin: 1px; padding: 2px; border: 1px solid #ccc; } .with-wireframes #closure-blocks { margin-top: 1px; padding: 2px; border: 1px solid #ccc; }