input.webform-calendar
{
    padding: 3px;
    vertical-align: top;
}
.webform-container-inline label
{
    display: inline;
    margin-right: 1em;
}
.webform-progressbar-inner
{
    height: 1em;
    background-color: #000088;
}
.webform-progressbar-outer
{
    border: 1px solid #000000;
    width: 100%;
    height: 1em;
    margin: 0.35em 5px 0;
}
.webform-container-inline div, .webform-container-inline div.form-item
{
    display: inline;
}
.webform-container-inline div.description
{
    display: block;
}


.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;
    margin-left: 0.5em;
    clear: right;
}
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;
}

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;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}
.clear-block:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear-block
{
    display: inline-block;
}
/*_\*/
* html .clear-block
{
    height: 1%;
}
.clear-block
{
    display: block;
}
/* End hide from IE-mac */




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;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}
.breadcrumb
{
    padding-bottom: .5em;
}
div.indentation
{
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    float: left;
}
div.tree-child
{
    background: url(../images/tree.png) no-repeat 11px center;
}
div.tree-child-last
{
    background: url(../images/tree-bottom.png) no-repeat 11px center;
}
div.tree-child-horizontal
{
    background: url(../images/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;
    padding-left: 0.25em;
    clear: right;
}
.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;
    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;
}
.more-help-link
{
    font-size: 0.85em;
    text-align: right;
}
.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.0em;
}
.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;
    line-height: 1.75em;
    padding: 0;
    margin: 0 1em 0 0;
}
dl.multiselect .form-item
{
    height: 1.75em;
    margin: 0;
}
.container-inline div, .container-inline label
{
    display: inline;
}
ul.primary
{
    border-collapse: collapse;
    padding: 0 0 0 1em;
    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;
    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;
}
ul.secondary a
{
    padding: 0;
    text-decoration: none;
}
ul.secondary a.active
{
    border-bottom: 4px solid #999;
}
#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;
}
html.js input.form-autocomplete
{
    background-image: url(../images/throbber.gif);
    background-repeat: no-repeat;
    background-position: 100% 2px;
}
html.js input.throbbing
{
    background-position: 100% -18px;
}
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;
    background: url(../images/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a
{
    background-image: url(../images/menu-collapsed.png);
    background-position: 5px 50%;
}
* html.js fieldset.collapsed legend, * html.js fieldset.collapsed legend *, * html.js fieldset.collapsed table *
{
    display: inline;
}
html.js fieldset.collapsible
{
    position: relative;
}
html.js fieldset.collapsible legend a
{
    display: block;
}
html.js fieldset.collapsible .fieldset-wrapper
{
    overflow: auto;
}
.resizable-textarea
{
    width: 95%;
}
.resizable-textarea .grippie
{
    height: 9px;
    overflow: hidden;
    background: #eee url(../images/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;
}
.draggable a.tabledrag-handle
{
    cursor: move;
    float: left;
    height: 1.7em;
    margin: -0.4em 0 -0.4em -0.5em;
    padding: 0.42em 1.5em 0.42em 0.5em;
    text-decoration: none;
}
a.tabledrag-handle:hover
{
    text-decoration: none;
}
a.tabledrag-handle .handle
{
    margin-top: 4px;
    height: 13px;
    width: 13px;
    background: url(../images/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle
{
    background-position: 0 -20px;
}
.joined + .grippie
{
    height: 5px;
    background-position: center 1px;
    margin-bottom: -2px;
}
.teaser-checkbox
{
    padding-top: 1px;
}
div.teaser-button-wrapper
{
    float: right;
    padding-right: 5%;
    margin: 0;
}
.teaser-checkbox div.form-item
{
    float: right;
    margin: 0 5% 0 0;
    padding: 0;
}
textarea.teaser
{
    display: none;
}
html.js .no-js
{
    display: none;
}
.progress
{
    font-weight: bold;
}
.progress .bar
{
    background: #fff url(../images/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;
}
.progress-disabled
{
    float: left;
}
.ahah-progress
{
    float: left;
}
.ahah-progress .throbber
{
    width: 15px;
    height: 15px;
    margin: 2px;
    background: transparent url(../images/throbber.gif) no-repeat 0px -18px;
    float: left;
}
tr .ahah-progress .throbber
{
    margin: 0 2px;
}
.ahah-progress-bar
{
    width: 16em;
}
#first-time strong
{
    display: block;
    padding: 1.5em 0 .5em;
}
tr.selected td
{
    background: #ffc;
}
table.sticky-header
{
    margin-top: 0;
    background: #fff;
}
#clean-url.install
{
    display: none;
}
html.js .js-hide
{
    display: none;
}
#system-modules div.incompatible
{
    font-weight: bold;
}
#system-themes-form div.incompatible
{
    font-weight: bold;
}
span.password-strength
{
    visibility: hidden;
}
input.password-field
{
    margin-right: 10px;
}
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;
}
input.password-confirm
{
    margin-right: 10px;
}
.confirm-parent
{
    margin: 5px 0 0 0;
}
span.password-confirm
{
    visibility: hidden;
}
span.password-confirm span
{
    font-weight: normal;
}


ul.menu
{
    list-style: none;
    border: none;
    text-align: left;
}
ul.menu li
{
    margin: 0 0 0 0.5em;
}
li.expanded
{
    list-style-type: circle;
    list-style-image: url(../images/menu-expanded.png);
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
li.collapsed
{
    list-style-type: disc;
    list-style-image: url(../images/menu-collapsed.png);
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}
li.leaf
{
    list-style-type: square;
    list-style-image: url(../images/menu-leaf.png);
    padding: 0.2em 0.5em 0 0;
    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;
}


#permissions td.module
{
    font-weight: bold;
}
#permissions td.permission
{
    padding-left: 1.5em;
}
#access-rules .access-type, #access-rules .rule-type
{
    margin-right: 1em;
    float: left;
}
#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;
    margin-left: 0.5em;
    clear: right;
}
#user-admin-settings fieldset .description
{
    font-size: 0.85em;
    padding-bottom: .5em;
}
.profile
{
    clear: both;
    margin: 1em 0;
}
.profile .picture
{
    float: right;
    margin: 0 1em 1em 0;
}
.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;
}



.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 .content-multiple-table td.content-multiple-drag
{
    width: 30px;
    padding-right: 0;
}
.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle
{
    padding-right: .5em;
}
.node-form .content-add-more .form-submit
{
    margin: 0;
}
.node-form .number
{
    display: inline;
    width: auto;
}
.node-form .text
{
    width: auto;
}
.form-item #autocomplete .reference-autocomplete
{
    white-space: normal;
}
.form-item #autocomplete .reference-autocomplete label
{
    display: inline;
    font-weight: normal;
}
#content-field-overview-form .advanced-help-link, #content-display-overview-form .advanced-help-link
{
    margin: 4px 4px 0 0;
}
#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;
}
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-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;
}

.ctools-locked
{
    color: red;
    border: 1px solid red;
    padding: 1em;
}
.ctools-owns-lock
{
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
}
a.ctools-ajaxing, input.ctools-ajaxing, select.ctools-ajaxing
{
    padding-right: 18px !important;
    background: url(../images/status-active.gif) right center no-repeat;
}
div.ctools-ajaxing
{
    float: left;
    width: 18px;
    background: url(../images/status-active.gif) center center no-repeat;
}

.container-inline-date
{
    width: auto;
    clear: both;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em;
}
.container-inline-date .form-item
{
    float: none;
    padding: 0;
    margin: 0;
}
.container-inline-date .form-item .form-item
{
    float: left;
}
.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;
}
.container-inline-date .date-spacer
{
    margin-left: -5px;
}
.views-right-60 .container-inline-date div
{
    padding: 0;
    margin: 0;
}
.container-inline-date .date-timezone .form-item
{
    float: none;
    width: auto;
    clear: both;
}
#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;
}
span.date-display-single
{
}
span.date-display-start
{
}
span.date-display-end
{
}
span.date-display-separator
{
}
.date-repeat-input
{
    float: left;
    width: auto;
    margin-right: 5px;
}
.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;
    margin-right: 2px !important;
    padding: 0 !important;
    width: 12em;
    min-width: 12em;
}
.date-nav
{
    width: 100%;
}
.date-nav div.date-prev
{
    text-align: left;
    width: 24%;
    float: left;
}
.date-nav div.date-next
{
    text-align: right;
    width: 24%;
    float: right;
}
.date-nav div.date-heading
{
    text-align: center;
    width: 50%;
    float: left;
}
.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;
}
.date-clear-block:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.date-clear-block
{
    display: inline-block;
}
/*_\*/
* 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;
}
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;
}

#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
{
    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;
}
.ui-datepicker-inline
{
    display: block;
    float: left;
}
.ui-datepicker-control
{
    display: none;
}
.ui-datepicker-current
{
    display: none;
}
.ui-datepicker-next, .ui-datepicker-prev
{
    background: #e6e6e6 url(../images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    left: .5em;
    position: absolute;
    top: .5em;
}
.ui-datepicker-next
{
    left: 13.4em;
}
.ui-datepicker-next:hover, .ui-datepicker-prev:hover
{
    background: #dadada url(../images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-datepicker-next a, .ui-datepicker-prev a
{
    background: url(../images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
    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(../images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover
{
    background: url(../images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover
{
    background: url(../images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active
{
    background: url(../images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active
{
    background: url(../images/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.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;
    width: 7em;
}
.ui-datepicker-header select.ui-datepicker-new-year
{
    left: 9.4em;
    width: 5em;
}
table.ui-datepicker
{
    text-align: right;
    width: 15.5em;
}
table.ui-datepicker td a
{
    color: #555555;
    display: block;
    padding: .1em .3em .1em 0;
    text-decoration: none;
}
table.ui-datepicker tbody
{
    border-top: none;
}
table.ui-datepicker tbody td a
{
    background: #e6e6e6 url(../images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    border: 1px solid #ffffff;
    cursor: pointer;
}
table.ui-datepicker tbody td a:hover
{
    background: #dadada url(../images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
    border: 1px solid #999999;
    color: #212121;
}
table.ui-datepicker tbody td a:active
{
    background: #ffffff url(../images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
    border: 1px solid #dddddd;
    color: #222222;
}
table.ui-datepicker .ui-datepicker-title-row td
{
    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_control
{
    vertical-align: middle;
    margin-left: 2px;
}
* html .timeEntry_control
{
    margin-top: -4px;
}




.filefield-icon
{
    margin: 0 2px 0 0;
}
.filefield-element
{
    margin: 1em 0;
    white-space: normal;
}
.filefield-element .widget-preview
{
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #CCC;
    max-width: 30%;
}
.filefield-element .widget-edit
{
    float: left;
    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;
}
.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;
}




.block-nice_menus
{
    line-height: normal;
    z-index: 10;
}
ul.nice-menu, ul.nice-menu ul
{
    z-index: 5;
    position: relative;
}
ul.nice-menu li
{
    position: relative;
}
ul.nice-menu a
{
    display: block;
}
ul.nice-menu ul, #header-region ul.nice-menu ul
{
    position: absolute;
    visibility: hidden;
}
ul.nice-menu li.over ul
{
    visibility: visible;
}
ul.nice-menu ul li
{
    display: block;
}
ul.nice-menu:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul.nice-menu li:hover ul, ul.nice-menu li.menuparent li:hover ul, ul.nice-menu li.menuparent li.menuparent li:hover ul, ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul, ul.nice-menu li.over ul, ul.nice-menu li.menuparent li.over ul, ul.nice-menu li.menuparent li.menuparent li.over ul, ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul, #header-region ul.nice-menu li:hover ul, #header-region ul.nice-menu li.menuparent li:hover ul, #header-region ul.nice-menu li.menuparent li.menuparent li:hover ul, #header-region ul.nice-menu li.over ul, #header-region ul.nice-menu li.menuparent li.over ul, #header-region ul.nice-menu li.menuparent li.menuparent li.over ul
{
    visibility: visible;
}
ul.nice-menu li:hover ul ul, ul.nice-menu li:hover ul ul ul, ul.nice-menu li:hover li:hover ul ul, ul.nice-menu li:hover li:hover ul ul ul, ul.nice-menu li:hover li:hover li:hover ul ul, ul.nice-menu li:hover li:hover li:hover ul ul ul, ul.nice-menu li.over ul ul, ul.nice-menu li.over ul ul ul, ul.nice-menu li.over li.over ul ul, ul.nice-menu li.over li.over ul ul ul, ul.nice-menu li.over li.over li.over ul ul, ul.nice-menu li.over li.over li.over ul ul ul, #header-region ul.nice-menu li:hover ul ul, #header-region ul.nice-menu li:hover ul ul ul, #header-region ul.nice-menu li:hover li:hover ul ul, #header-region ul.nice-menu li:hover li:hover ul ul ul, #header-region ul.nice-menu li:hover li:hover li:hover ul ul, #header-region ul.nice-menu li:hover li:hover li:hover ul ul ul, #header-region ul.nice-menu li.over ul ul, #header-region ul.nice-menu li.over ul ul ul, #header-region ul.nice-menu li.over li.over ul ul, #header-region ul.nice-menu li.over li.over ul ul ul, #header-region ul.nice-menu li.over li.over li.over ul ul, #header-region ul.nice-menu li.over li.over li.over ul ul ul
{
    visibility: hidden;
}
ul.nice-menu li.menuparent ul, #header-region ul.nice-menu li.menuparent ul
{
    overflow: visible !important;
}
ul.nice-menu li.menuparent ul iframe, #header-region ul.nice-menu li.menuparent ul iframe
{
    display: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: mask();
    width: 20px;
    height: 20px;
}
#block-nice_menus-1 .content
{
    margin: 0;
}
ul.nice-menu-down
{
    background: url(../images/bg-nav.png) 0 0 no-repeat;
    height: 35px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 841px;
    z-index: 4;
}
ul.nice-menu-down li
{
    background: none;
    float: left;
    margin: 0;
    padding: 0 !important;
}
ul.nice-menu-down li a, ul.nice-menu-down li a:link, ul.nice-menu-down li a:visited
{
    background: url(../images/nav-separator.png) right center no-repeat;
    color: #003a63;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 13px 9px;
}
ul.nice-menu-down li#menu-237 a
{
    background: none;
}
ul.nice-menu-down li#menu-229 a:hover, ul.nice-menu-down li#menu-229 a.active
{
    background: url(../images/nav-hover-start.png) top left no-repeat;
}
ul.nice-menu-down li#menu-237 a:hover, ul.nice-menu-down li#menu-237 a.active
{
    background: url(../images/nav-hover-end.png) top right no-repeat;
}
ul.nice-menu-down li a:hover, ul.nice-menu-down li a.active
{
    background: url(../images/nav-hover.png) 0 0 repeat-x;
    color: #fff;
    text-decoration: none;
}
ul.nice-menu-down li ul li a:hover
{
    background: none !important;
}
.sf-sub-indicator
{
    display: none;
}
ul.nice-menu-down li ul
{
    background: url(../images/nav-dropdown.png) 0 0 no-repeat;
    padding: 5px 0;
    width: 146px;
}
ul.nice-menu-down li ul li a, ul.nice-menu-down li ul li a:link, ul.nice-menu-down li ul li a:visited
{
    background: none;
    color: #fff !important;
    font-family: Verdana,sans-serif;
    font-size: 10px !important;
    font-weight: bold;
    padding: 5px 12.7px;
    width: 146px;
}
ul.nice-menu-down li ul li a:hover, ul.nice-menu-down li ul li a.active
{
    background: none;
}
ul.nice-menu-down li#menu-229 ul li a:hover, ul.nice-menu-down li#menu-229 ul li a.active
{
    color: #f37021 !important;
}
ul.nice-menu-down li#menu-230 ul li a:hover, ul.nice-menu-down li#menu-230 ul li a.active
{
    color: #fdb913 !important;
}
ul.nice-menu-down li#menu-238 ul li a:hover, ul.nice-menu-down li#menu-238 ul li a.active
{
    color: #c3cf21 !important;
}
ul.nice-menu-down li#menu-231 ul li a:hover, ul.nice-menu-down li#menu-231 ul li a.active
{
    color: #00aeef !important;
}
ul.nice-menu-down li#menu-232 ul li a:hover, ul.nice-menu-down li#menu-232 ul li a.active
{
    color: #b480ec !important;
}
ul.nice-menu-down li#menu-233 ul li a:hover, ul.nice-menu-down li#menu-233 ul li a.active
{
    color: #c3cf21 !important;
}
ul.nice-menu-down li#menu-233 ul li a:hover, ul.nice-menu-down li#menu-233 ul li a.active
{
    color: #c3cf21 !important;
}
ul.nice-menu-down li#menu-327 ul li a:hover, ul.nice-menu-down li#menu-234 ul li a.active
{
    color: #c3cf21 !important;
}
ul.nice-menu-down li#menu-234 ul li a:hover, ul.nice-menu-down li#menu-234 ul li a.active
{
    color: #c3cf21 !important;
}
ul.nice-menu-down li#menu-235 ul li a:hover, ul.nice-menu-down li#menu-235 ul li a.active
{
    color: #c3cf21 !important;
}
ul.nice-menu-down li#menu-236 ul li a:hover, ul.nice-menu-down li#menu-236 ul li a.active
{
    color: #c3cf21 !important;
}
ul.nice-menu-down li#menu-237 ul li a:hover, ul.nice-menu-down li#menu-237 ul li a.active
{
    color: #c3cf21 !important;
}


.simplenews-subscription-filter .form-item
{
    clear: both;
    line-height: 1.75em;
    margin: 0pt 1em 0pt 0pt;
}
.simplenews-subscription-filter .form-item label
{
    float: left;
    width: 12em;
}
.simplenews-subscription-filter .spacer
{
    margin-left: 12em;
}
.simplenews-subscription-filter .form-select, .simplenews-subscription-filter .form-text
{
    width: 14em;
}
.block-simplenews .issues-link, .block-simplenews .issues-list
{
    margin-top: 1em;
}
.block-simplenews .issues-list .newsletter-created
{
    display: none;
}


.views_slideshow_singleframe_no_display, .views_slideshow_singleframe_hidden, .views_slideshow_singleframe_controls, .views_slideshow_singleframe_image_count
{
    display: none;
}
.views_slideshow_singleframe_pager div a img
{
    width: 75px;
    height: 75px;
}
.views_slideshow_singleframe_pager div
{
    display: inline;
    padding-left: 10px;
}
.views_slideshow_singleframe_pager.thumbnails a.activeSlide img
{
    border: 3px solid #000;
}
.views_slideshow_singleframe_pager.numbered a.activeSlide
{
    text-decoration: underline;
}
span.ext
{
    background: url(../images/extlink.png) right center no-repeat;
    padding-right: 12px;
}
span.mailto
{
    background: url(../images/mailto.png) right center no-repeat;
    padding-right: 12px;
}
@media print
{
    span.ext, span.mailto
    {
        display: none;
        padding: 0;
    }
}


div.fieldgroup
{
    margin: .5em 0 1em 0;
}
div.fieldgroup .content
{
    padding-left: 1em;
}

.views-exposed-form .views-exposed-widget
{
    float: left;
    padding: .5em 1em 0 0;
}
.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(../images/status-active.gif) no-repeat right center;
    padding-right: 18px;
}
div.view div.views-admin-links
{
    font-size: xx-small;
    margin-right: 1em;
    margin-top: 1em;
}
.block div.view div.views-admin-links
{
    margin-top: 0;
}
div.view div.views-admin-links ul
{
    padding-left: 0;
}
div.view div.views-admin-links li a
{
    color: #ccc;
}
div.view div.views-admin-links li
{
    padding-bottom: 2px;
    z-index: 201;
}
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-admin-links a:before
{
    content: "[";
}
div.view div.views-admin-links a:after
{
    content: "]";
}
div.view div.views-hide
{
    display: none;
}
div.view div.views-hide-hover, div.view:hover div.views-hide
{
    display: block;
    position: absolute;
    z-index: 200;
}
div.view:hover div.views-hide
{
    margin-top: -1.5em;
}
.views-view-grid tbody
{
    border-top: none;
}

body
{
    background: url("../images/bg.png") fixed top rgb(7, 36, 56);
  
    color: #333;
    font: 12px/19px Verdana,sans-serif;
    margin: 0;
    padding: 0;
    
  
    
}
input
{
    color: #000;
    font: 12px/100% Verdana,sans-serif;
}
textarea, select
{
    color: #000;
    font: 12px/160% Verdana,sans-serif;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Verdana,sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h1
{
    font-size: 18px;
    line-height: 19px;
}
h2
{
    font-size: 18px;
    line-height: 19px;
}
h3
{
    font-size: 140%;
}
h4
{
    font-size: 130%;
}
h5
{
    font-size: 120%;
}
h6
{
    font-size: 110%;
}
ul, quote, code, fieldset
{
    margin: .5em 0;
}
p
{
    margin: 0.6em 0 1.2em;
    padding: 0;
}
a:link, a:visited
{
    color: #00385f;
    text-decoration: none;
}
a:hover
{
    color: #00385f;
    text-decoration: underline;
}
a:active, a.active
{
    color: #00385f;
}
.node a
{
    border-bottom: 1px solid #7F9BAF;
    text-decoration: none;
}
hr
{
    margin: 0;
    padding: 0;
    border: none;
    height: 1px;
    background: #00385f;
}
ul
{
    margin: 0.5em 0 1em;
    padding: 0;
}
ol
{
    margin: 0.75em 0 1.25em;
    padding: 0;
}
ol li, ul li
{
    margin: 0.4em 0 0.4em .5em;
}
ul.menu, .item-list ul
{
    margin: 0.35em 0 0 -0.5em;
    padding: 0;
}
ul.menu ul, .item-list ul ul
{
    margin-left: 0em;
}
ol li, ul li, ul.menu li, .item-list ul li, li.leaf
{
    margin: 0.15em 0 0.15em .5em;
}
ul li, ul.menu li, .item-list ul li, li.leaf
{
    background: transparent url(../images/menu-leaf.png) no-repeat 1px 6px;
    list-style-image: none;
    list-style-type: none;
    padding: 0 0 .2em 1.5em;
}
ol li
{
    margin-left: 2em;
    padding: 0 0 .3em;
}
ul li.expanded
{
}
ul li.collapsed
{
}
ul li.leaf a, ul li.expanded a, ul li.collapsed a
{
    display: block;
}
ul.inline li
{
    background: none;
    margin: 0;
    padding: 0 1em 0 0;
}
fieldset ul.clear-block li
{
    background-image: none;
    margin: 0;
    padding: 0;
}
dl
{
    margin: 0.5em 0 1em 1.5em;
}
dl dt
{
}
dl dd
{
    margin: 0 0 .5em 1.5em;
}
img, a img
{
    border: none;
}
table
{
    /** border: 1px solid #D1D3D4;     border-top: 0; **/
    border: none color: #00385f;
    margin: 1em 0;
}
thead
{
    background: #E6E7E8;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
thead th
{
    /**border-bottom: 1px solid #D1D3D4;**/
    color: #00385f;
    font-weight: bold;
}
table .highlighted
{
    background: #EFF5D9;
}
tr
{
    /**  border-bottom: 1px solid #D1D3D4;**/
}
th a:link, th a:visited
{
    color: #00385f;
}


td
{
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;

}
th
{
    padding-top: 0.0em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-bottom: 0.0em;
}
tr.even, tr.odd, tbody th
{
    /**  border: solid #00385f;     border-width: 1px 0;**/
}
tr.odd, tr.info
{
}
tr.even
{
}
tr.drag
{
}
tr.drag-previous
{
}
tr.odd td.active
{
}
tr.even td.active
{
}
td.region, td.module, td.container, td.category
{
    /** border-bottom: 1px solid #00385f;**/
    border-top: 1.5em solid #fff;
    color: #00385f;
    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;
}
span.form-required
{
    color: #00385f;
}
span.submitted, .description
{
    color: #898989;
    font-size: 0.92em;
}
.description
{
    color: #898989;
    line-height: 150%;
    margin-bottom: 0.75em;
}
.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: 2em 0.5em 1em 0;
}
#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;
}
.profile h3
{
    border-bottom: none;
}
#wrapper
{
    margin: 0;
    padding: 0 0 20px 0;
}
#wrapper #container
{
    background: #f5f7f8 url(../images/bg-sides2.png) top center repeat-y;
    margin: 0 auto;
    padding: 9px 30px 0;
    width: 1020px;
}
#wrapper #header
{
    background: url(../images/bg-top.png) center bottom no-repeat;
    height: 23px;
    margin: 0 auto;
    padding: 0 2px 0 10px;
    width: 1068px;
}
#wrapper #header #logo-floater
{
    text-indent: -9999px;
}
#wrapper #header h1, #wrapper #header h1 a:link, #wrapper #header h1 a:visited
{
    position: relative;
    white-space: nowrap;
    z-index: 2;
}
#wrapper #header h1 span
{
    font-weight: bold;
}
#wrapper #header h1 img
{
    float: left;
    padding-top: 13px;
}
body.two-sidebars
{
    min-width: 980px;
}
body.sidebar-left, body.sidebar-right
{
    min-width: 780px;
}
#wrapper #container #center
{
    float: left;
    width: 100%;
}
body.sidebar-left #center
{
    margin-left: -158px;
}
body.sidebar-right #center
{
    margin-right: -158px;
}
body.two-sidebars #center
{
    margin: 0 -158px 0 -188px;
}
body.sidebar-left #squeeze
{
    margin-left: 158px;
}
body.sidebar-right #squeeze
{
    margin-right: 158px;
}
body.two-sidebars #squeeze
{
    margin: 0 175px 0 205px;
}
body.one-sidebar #squeeze
{
    margin-left: 220px;
}
body.one-sidebar #center
{
    margin-left: -200px;
}
body.front #center
{
    margin: 0 -291px 0 0;
}
body.front #squeeze
{
    margin: 0 291px 0 0;
}
#wrapper #container .sidebar
{
    float: left;
    margin: 15px 0 0;
    position: relative;
    width: 158px;
    z-index: 2;
}
#sidebar-left
{
    width: 188px !important;
}
#sidebar-left .content
{
    width: 175px;
}
.front #wrapper #container .sidebar
{
    float: left;
    margin: 15px 0 0;
    position: relative;
    width: 291px;
    z-index: 2;
}
#wrapper #container .sidebar .block
{
    margin: 0.5em 0;
}
#wrapper #container .sidebar .block-nodeasblock
{
    margin: 1em 0;
}
body.front .sidebar .block-nodeasblock, body.front #wrapper #container .sidebar .block
{
    margin: 0;
}
#sidebar-left .block
{
    padding: 0 15px 0 8px;
}
#sidebar-right .block
{
    padding: 0 8px 0 2px;
}
body.not-front #sidebar-right
{
    margin: 50px 0 0 !important;
}
.block .content
{
    margin: 0;
}
#sidebar-left .block-region
{
    margin: 0 15px 0 0px;
}
#sidebar-right .block-region
{
    margin: 0 0px 0 15px;
}
.block-region
{
    background: transparent;
    border: 2px dashed #00385f;
    font-size: 1.3em;
    padding: 1em;
    text-align: center;
}
#wrapper #container #center #squeeze
{
    position: relative;
}
#wrapper #container #center .inside
{
    min-height: 400px;
    padding: 15px 0 0;
    position: relative;
}
#wrapper #container #footer
{
    background: url(../images/bg-bottom.png) bottom center no-repeat;
    clear: both;
    color: #8e9903;
    float: left;
    font-size: 10px;
    margin: 0 -30px;
    padding: 13px 29px 19px;
    text-align: right;
    width: 1021px;
}
#wrapper #container #footer .footer
{
    float: right;
    width: 32%;
}
#wrapper #container #footer #block-block-2
{
    color: #003a63;
    float: left;
    text-align: left;
    width: 50%;
}
#wrapper #container #footer #block-block-2 a
{
    color: #003a63;
}
#wrapper #container #footer #block-block-2 .content, #wrapper #container #footer #block-block-2 p
{
    margin: 0;
}
#wrapper #container .breadcrumb
{
    color: #00385f;
    font-size: 11px;
    font-weight: bold;
    z-index: 3;
}
#wrapper #container .sidebar #block-menu_block-1
{
    margin-bottom: 2em;
}
#block-menu_block-1 ul, #block-menu_block-1 .content
{
    margin: 0;
}
#block-menu_block-1 .content
{
    background: url(../images/bg-sidebar-links-bottom.png) 0 bottom no-repeat;
    padding-bottom: 3px;
}
.menu-name-primary-links
{
    background: url(../images/bg-sidebar-links-top.png) 0 0 no-repeat;
    padding-top: 3px;
    width: 175px;
}
.menu-name-primary-links ul
{
    background: url(../images/bg-sidebar-links.png) 0 0 repeat-y;
    padding: 12px 0;
    width: 175px;
}
.menu-name-primary-links ul li
{
    background: none;
    margin: 0;
    padding: 0;
}
.menu-name-primary-links ul li a
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 3px 13px;
    text-decoration: none !important;
}
.menu-name-primary-links ul li a:visited
{
    color: #fff;
}
.menu-name-primary-links ul li ul
{
    padding: 0;
}
.menu-name-primary-links ul li ul li a
{
    background: url(../images/tertiary-links.png) 13px 13px no-repeat;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 0 3px 22px;
}
.menu-name-primary-links ul li ul li ul li
{
    padding-left: 12px;
}
.menu-Electricity ul li a:hover, .menu-Electricity ul li a.active
{
    color: #f37021;
}
.menu-Gas ul li a:hover, .menu-Gas ul li a.active
{
    color: #fdb913;
}
.menu-Fibre ul li a:hover, .menu-Fibre ul li a.active
{
    color: #c3cf21;
}
.menu-Metering ul li a:hover, .menu-Metering ul li a.active
{
    color: #00aeef;
}
.menu-Outages ul li a:hover, .menu-Outages ul li a.active
{
    color: #b480ec;
}
.menu-Projects ul li a:hover, .menu-Projects ul li a.active
{
    color: #c3cf21;
}
.menu-Safety ul li a:hover, .menu-Safety ul li a.active
{
    color: #c3cf21;
}
.menu-Corporate ul li a:hover, .menu-Corporate ul li a.active
{
    color: #c3cf21;
}
.menu-News ul li a:hover, .menu-News ul li a.active
{
    color: #c3cf21;
}
.menu-Careers ul li a:hover, .menu-Careers ul li a.active
{
    color: #c3cf21;
}
.menu-Contact ul li a:hover, .menu-Contact ul li a.active
{
    color: #c3cf21;
}
#wrapper #header h1, #wrapper #header h1 a:link, #wrapper #header h1 a:visited
{
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
}
#wrapper #header h1 a:hover
{
    text-decoration: none;
}
#wrapper #container .breadcrumb
{
    font-size: 0.92em;
    padding: 8px 0 16px 0;
}
#search-theme-form
{
    float: right;
    margin: 20px 0 0;
}
#edit-search-theme-form-1-wrapper
{
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}
#edit-search-theme-form-1-wrapper input
{
    border: 1px solid;
    border-color: #040d13 #040d13 #5a6d7b #5a6d7b;
    padding: 2px 3px 2px 9px;
    width: 168px;
}
#search-theme-form .form-submit
{
    background: url(../images/search.png) 0 0 no-repeat;
    border: 0;
    cursor: pointer;
    height: 22px;
    margin: 0 0 0 4px;
    text-indent: -9999px;
    width: 30px;
}
#block-block-1
{
    color: #fff;
    clear: both;
    float: right;
    margin: -20px 0 0 0;
    z-index: 999;
}
dl.dropdown
{
    margin: 0;
}
.dropdown dd, .dropdown dt, .dropdown ul
{
    margin: 0;
    padding: 0;
}
.dropdown dd
{
    position: relative;
    z-index: 999;
}
.dropdown dt
{
    cursor: pointer;
    background: url(../images/important-numbers.png) no-repeat right center;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    padding: 0 0 0 12px;
    width: 204px;
}
.dropdown dd ul
{
    background: url(../images/bg-important-numbers.png) 0 0 no-repeat;
    display: none;
    left: 0px;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 216px;
    z-index: 1000;
}
.dropdown dd ul li
{
    border-top: 1px solid #849199;
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 4px 12px;
}
a.twitter
{
    float: right;
    height: 32px;
    margin: 5px 0 0 0;
    width: 222px;
}
#header .block-theme
{
    height: 42px;
    overflow: hidden;
}
#block-block-3 .content ul, #block-block-3 .content ul li
{
    margin: 0;
    padding: 0;
}
.front #sidebar-right ul li
{
    height: 60px;
    margin: 0 0 12px 0 !important;
    width: 280px;
}
.front #sidebar-right ul li a
{
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 10px 0 0 62px;
    text-decoration: none;
    text-transform: uppercase;
}
.front #sidebar-right ul li .small a
{
    color: #fff;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 8px 62px;
    text-decoration: none;
    text-transform: none;
}
.front #sidebar-right ul li.electricity
{
    background: url(../images/electricity.png) 0 0 no-repeat;
}
.front #sidebar-right ul li.electricity:hover, .front #sidebar-right ul li.electricity-hover
{
    background: url(../images/electricity-hover.png) 0 0 no-repeat;
}
.front #sidebar-right ul li.gas
{
    background: url(../images/gas.png) 0 0 no-repeat;
}
.front #sidebar-right ul li.gas:hover, .front #sidebar-right ul li.gas-hover
{
    background: url(../images/gas-hover.png) 0 0 no-repeat;
}
.front #sidebar-right ul li.fibre
{
    background: url(../images/fibre.png) 0 0 no-repeat;
}
.front #sidebar-right ul li.fibre:hover, .front #sidebar-right ul li.fibre-hover
{
    background: url(../images/fibre-hover.png) 0 0 no-repeat;
}
.front #sidebar-right ul li.smart-meters
{
    background: url(../images/smart-meters.png) 0 0 no-repeat;
}
.front #sidebar-right ul li.smart-meters:hover, .front #sidebar-right ul li.smart-meters-hover
{
    background: url(../images/smart-meters-hover.png) 0 0 no-repeat;
}
.front #sidebar-right ul li.supply-disruption
{
    background: url(../images/supply-disruption.png) 0 0 no-repeat;
}
.front #sidebar-right ul li.get-connected
{
    background: url(../images/get-connected.png) 0 0 no-repeat;
}
.front #sidebar-right ul li.get-connected:hover, .front #sidebar-right ul li.get-connected-hover
{
    background: url(../images/get-connected-hover.png) 0 0 no-repeat;
}
.front #sidebar-right ul li.get-connected a
{
    padding: 19px 0 20px 62px;
}
#block-block-4 p, #block-block-5 p, #block-block-6 p, #block-block-8 p
{
    margin: 0;
}
#block-block-5
{
    padding: 0 0 3px 0;
}
#block-block-6, #block-views-news-block_2
{
    background: #E5EBEF url(../images/news-border.png) repeat-y right top;
    padding: 0;
    width: 545px;
}
#block-block-6 .content, #block-views-news-block_2 .content .content
{
    background: url(../images/news-border-top.png) top right no-repeat;
    float: left;
    width: 545px;
}
#block-block-6 .content-bottom, #block-views-news-block_2 .content-bottom
{
    background: url(../images/news-border-bottom.png) bottom right no-repeat;
    float: left;
    width: 545px;
}
#block-block-6 img, #block-views-news-block_2 img
{
    float: left;
    width: 212px;
}
#block-block-6 .news-content, #block-views-news-block_2 .news-content
{
    float: right;
    line-height: 17px;
    margin: 5px 13px 0 0;
    width: 305px;
}
#block-block-6 .news-content p, #block-views-news-block_2 .news-content p, #block-views-news-block_2 .views-field-title
{
}
#block-block-6 h2, #block-views-news-block_2 h2
{
    background: url(../images/news.png) no-repeat 0 0;
    color: #003A63;
    font-size: 21px;
    padding: 7px 0 7px 43px;
    text-transform: uppercase;
    margin: 0;
}
#block-block-6 p, #block-views-news-block_2 p, #block-views-news-block_2 .views-field-title
{
    color: #003a63;
    font-size: 10px;
}
#block-views-news-block_2 .views-field-title
{
    font-weight: bold;
    padding: 10px 0;
}
#block-block-4, #block-nodeasblock-112
{
    background: url(../images/shares-border-top.png) 0 0 no-repeat;
    margin: 0 13px 0 0 !important;
    padding: 0 !important;
    width: 282px;
}
#block-block-4 h2, #block-nodeasblock-112 h2
{
    background: url(../images/shares.png) no-repeat 0 0;
    color: #8e9903;
    font-size: 21px;
    margin: 0 0 0 8px;
    padding: 7px 0 7px 43px;
    text-transform: uppercase;
}
#block-block-4 .content, #block-nodeasblock-112 .content
{
    background: transparent url(../images/shares-border-bottom.png) no-repeat center bottom;
    float: left;
    margin: 6px 0 0;
    padding: 0 0 20px;
    width: 282px;
}
#block-block-4 .shares-content, #block-nodeasblock-112 .shares-content
{
    padding: 5px 0 0 18px;
}
#block-block-4 p, #block-block-4 .share, #block-nodeasblock-112 p, #block-nodeasblock-112 .share
{
    color: #8e9903;
    font-size: 10px;
}
#block-block-4 .share, #block-nodeasblock-112 .share
{
    float: left;
    width: 50px;
}
#block-block-4 .title, #block-block-4 .info, #block-nodeasblock-112 .title, #block-nodeasblock-112 .info
{
    clear: both;
    float: left;
}
#block-nodeasblock-112 .nodeasblock-edit-link
{
    display: none;
}
#block-nodeasblock-114
{
    padding: 15px 15px 0 8px !important;
}
#block-nodeasblock-114 h2
{
    display: none;
}
ul.primary, ul.primary li, ul.secondary, ul.secondary li
{
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}
#tabs-wrapper
{
    margin: 0 0 1em;
    padding: 0;
    position: relative;
}
ul.primary
{
    float: left;
    padding: 0;
}
ul.secondary
{
    clear: both;
    margin: 0 0 1em;
    padding: 0 0 0.6em;
    text-align: left;
}
h2.with-tabs
{
    float: left;
    margin: 0 2em 0 0;
    padding: 0;
}
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited
{
    background: transparent;
    border: 0;
    display: inline-block;
    height: auto;
    margin: 0 0 0 1px;
    padding: 4px 1em;
    position: relative;
    text-decoration: none;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover, ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover
{
    color: #00385f;
}
ul.primary li.active a, ul.secondary li.active a
{
    font-weight: bold;
}
.node
{
    margin: 0;
    padding: 10px 0;
}
ul.links li, ul.inline li
{
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 1em;
}
.node .links, .comment .links
{
    text-align: left;
}
.node .links ul.links li, .comment .links ul.links li
{
}
.terms ul.links li
{
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 0;
}
.comment .submitted
{
    clear: right;
    float: right;
    padding-left: 1em;
}
.new
{
    float: right;
    font-size: 0.92em;
    font-weight: bold;
}
.terms
{
    float: right;
}
.preview .node, .preview .comment, .sticky
{
    background: 0;
    border: 0;
    margin: 0;
    padding: 0.5em 0;
}
.indented
{
    margin-left: 25px;
}
.comment h3 a.active
{
}
.node .content
{
    margin: 0.6em 0;
}
.comment .content
{
    margin: 0;
}
.comment
{
    margin-bottom: 1.5em;
}
.comment .content
{
    border: 1px solid #d1d3d4;
    border-bottom: none;
    padding: 1em 1em 0 1em;
}
.comment .content h3 a
{
    border-bottom: 1px solid transparent;
}
.comment .content h3 a:hover
{
    border-bottom: 1px solid #7f9baf;
}
.comment .content .user-picture
{
}
.comment.odd .content
{
    background-color: #e6e7e8;
}
.comment.even .content
{
    background: #f5f7f8;
}
.comment.original-author .content
{
}
.comment .comment-meta
{
    margin: 0;
    padding: 9px 1em 0 1em;
}
.comment .comment-meta .author-date
{
    font-style: italic;
}
.comment .comment-meta .author-date a
{
    font-weight: bold;
}
.comment .comment-meta ul.links
{
    display: block;
}
.comment .comment-meta ul.links li
{
    margin: 0;
    padding: 0;
}
.comment.even .comment-meta
{
    background: url(../images/comment-even.gif) no-repeat left top;
}
.comment.odd .comment-meta
{
    background: url(../images/comment-odd.gif) no-repeat left top;
}
.comment.original-author .comment-meta
{
}
.comment-unpublished
{
    background: #fff4f4;
}
.preview .comment
{
    background: #ffffea;
}
#comment-controls, #comment-controls-1
{
    margin-bottom: 1.5em;
}
#comment-controls .description, #comment-controls-1 .description
{
    font-style: italic;
    padding-top: 0.5em;
}
.comment hr
{
    display: none;
    height: 0;
}
h2.comments
{
    margin: 10px 0;
}
#comment-form #edit-homepage-wrapper
{
    display: none;
}
#autocomplete li
{
    cursor: default;
    margin: 0;
    padding: 2px;
}
fieldset
{
    border: 1px solid #00385f;
    margin: 1em 0;
    padding: 1em;
}
.node fieldset a
{
    border: none;
}
*:first-child + html fieldset
{
    background-color: transparent;
    background-position: 0 .75em;
    padding: 0 1em 1em;
}
*:first-child + html fieldset > .description, *:first-child + html fieldset .fieldset-wrapper .description
{
    padding-top: 1em;
}
fieldset legend
{
    display: block;
}
*:first-child + html fieldset legend, *:first-child + html fieldset.collapsed legend
{
    display: inline;
}
html.js fieldset.collapsed
{
    background: transparent;
    padding-bottom: .6em;
    padding-top: 0;
}
html.js fieldset.collapsible legend a
{
    padding-left: 2em;
}
html.js fieldset.collapsed legend a
{
}
.messages
{
    background-color: #fff;
    border: 1px solid #00385f;
}
.preview
{
    background-color: #fff;
    border: 1px solid #00385f;
}
div.status
{
    color: #00385f;
    border-color: #00385f;
}
div.error, tr.error
{
    color: #00385f;
    background-color: #fff;
}
.form-item input.error, .form-item textarea.error
{
    border: 1px solid #00385f;
    color: #00385f;
}
div.block h2
{
    margin-top: 1em;
    background: #001829;
    padding: 12px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 3px 13px;
    text-decoration: none !important;
}
div.view-major-outages
{
    margin-top: 1em;
}
div.view-news h2.news-title, div.view-archive h2.news-title, div.view-taxonomy-term h2.news-title
{
    font-size: 12px;
    line-height: 18px;
}
div.view-news div.views-row, div.view-archive div.views-row, div.view-taxonomy-term div.views-row
{
    margin: 1em 0;
}
#block-views-news-block_2 div.views-row
{
    margin: 0;
}
div#block-menu-menu-footer-links ul
{
    margin: 0 auto;
    display: inline;
    padding: 0 1.5em;
}
div#block-menu-menu-footer-links ul li
{
    float: left;
    margin: 0 auto;
    display: inline;
    padding: 0 1em;
    background: none;
    border-right: 1px solid #000;
    line-height: 10px;
}
div#block-menu-menu-footer-links ul li.first
{
    padding-left: 0;
}
div#block-menu-menu-footer-links ul li.last
{
    padding-right: 0;
    border-right: none;
}
#block-menu_block-2 .content
{
    margin: 0;
}
#block-menu_block-2 ul
{
    background: url(../images/bg-nav.png) 0 0 no-repeat;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1020px;
    z-index: 4;
}
#block-menu_block-2 ul li
{
    background: none;
    float: left;
    margin: 0;
    padding: 0 !important;
}
#block-menu_block-2 ul li a, #block-menu_block-2 ul li a:link, #block-menu_block-2 ul li a:visited
{
    background: url(../images/nav-separator.png) right center no-repeat;
    color: #003a63;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    /**padding: 8px 10.4px 9px;**/
    padding: 8px 
}
#block-menu_block-2 ul li.menu-mlid-237 a, #block-menu_block-2 div.menu-name-primary-links
{
    background: none;
}
#block-menu_block-2 ul li.menu-mlid-229 a:hover, #block-menu_block-2 ul li.menu-mlid-229 a.active
{
    /**background: url(../images/nav-hover-start.png) top left no-repeat;**/
    border: 1px solid #003a63;
    background-color: #fff;
}
#block-menu_block-2 ul li.menu-mlid-237 a:hover, #block-menu_block-2 ul li.menu-mlid-237 a.active
{
    /**background: url(../images/nav-hover-end.png) top right no-repeat;**/
    border: 1px solid #003a63;
    background-color: #fff;
}
#block-menu_block-2 ul li a:hover, #block-menu_block-2 ul li a.active
{
    /**background: url(../images/nav-hover.png) 0 0 repeat-x;**/
    background-color: #fff;
    border: 1px solid #003a63;
    color: #003a63;
    text-decoration: none;
}
#block-views-frontpage_block-block_1
{
    margin: 0 0 7px 2px;
}
#block-views-projects_blocks-block_1 h3
{
    border-bottom: 1px solid #000000;
    font-size: 11px;
    margin-top: 8px;
}
.search-info
{
    display: none;
}
#block-views-major_outages-block_3
{
    background: url(../images/outage.png) 0 0 no-repeat;
    float: left;
    height: 104px;
    width: 280px;
}
#block-views-major_outages-block_3 h2
{
    display: none;
}
#block-views-major_outages-block_3 .view-content
{
    color: #003A63;
    float: right;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 40px;
    padding-right: 10px;
    width: 178px;
}
#careers-outerdiv
{
    width: 652px;
    height: 1200px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    text-align: left;
}
#careers-inneriframe
{
    width: 652px;
    height: 1200px;
    position: absolute;
    top: -88px;
    overflow-x: hidden !important;
    border: 0;
}
#webform-client-form-920 fieldset
{
    border: 0;
    clear: both;
    margin: 1em 0 1.5em;
    padding: 0;
}
#webform-client-form-920 fieldset legend
{
    color: #00385F;
    font-weight: bold;
    padding: 0;
}
#webform-client-form-920 fieldset a
{
    border-bottom: 1px solid #7F9BAF;
    text-decoration: none;
}
#webform-client-form-920 .form-text
{
    padding: 2px;
}
#webform-client-form-920 label
{
    clear: left;
    float: left;
    font-weight: normal;
    width: 160px;
}
#webform-client-form-920 .webform-component-radios label, #webform-client-form-920 .webform-component-date label, #webform-client-form-920 .webform-component-select label, #webform-client-form-920 .webform-component-textarea label
{
    float: none;
    width: auto;
}
#webform-component-customer-details--title label
{
    float: left !important;
    width: 160px !important;
}
#webform-client-form-920 .form-radios label, #edit-submitted-gas-requirements-appliances-residential-other-appliances-please-specify-wrapper, #edit-submitted-property-details-com-gas-meter-location-details-residential-com-distance-from-boundary-wrapper label
{
    width: auto;
}
#edit-submitted-gas-requirements-gas-meter-location-details-residential-distance-from-this-corner--wrapper label
{
    width: 100%;
}
#webform-client-form-920 .description
{
    clear: both;
}
#webform-client-form-920 .webform-component-radios .description, #webform-client-form-920 .webform-component-date .description, #webform-component-any-additional-requirements-and-site-plan--additional-details-requirements .description, #webform-component-any-additional-requirements-and-site-plan--site-plan .description, #edit-submitted-multi-lot-details-of-staging-wrapper .description
{
    margin: 10px 0 0;
}
#webform-client-form-920 .form-actions
{
    clear: both;
}
#webform-component-premise-or-section-details--post-code, #webform-component-premise-or-section-details--post-code-finder, #webform-component-quotation-recipient--other-address--post-code, #webform-component-quotation-recipient--other-address--post-code-finder2
{
    float: left;
}
#webform-component-premise-or-section-details--post-code-finder, #webform-component-quotation-recipient--other-address--post-code-finder2
{
    clear: right;
    line-height: 26px;
    margin-left: 10px;
}
#webform-component-quotation-recipient--other-address--phone
{
    clear: both;
}
#webform-component-do-you-require, #webform-component-services-required-multi
{
    margin-bottom: 1.5em;
}
#webform-component-quotation-recipient, #webform-component-gas-supply
{
    margin-bottom: 0;
}
#webform-component-gas-requirements #webform-component-gas-requirements--appliances-residential div.webform-component-select, #webform-component-gas-requirements #webform-component-gas-requirements--appliances-residential div.webform-component-textfield, #webform-component-property-details-com--appliances-commercial div.webform-component-select, #webform-component-property-details-com--appliances-commercial div.webform-component-textfield
{
    float: left;
    padding-top: 0 !important;
}
#webform-component-gas-requirements #webform-component-gas-requirements--appliances-residential div.webform-component-select, #webform-component-property-details-com--appliances-commercial div.webform-component-select
{
    margin-right: 15px;
}
#webform-component-gas-requirements #webform-component-gas-requirements--appliances-residential label
{
    width: 175px;
}
#webform-component-service label
{
    color: #00385F;
    font-weight: bold;
}
#webform-component-service label .form-required, #webform-component-service .form-radios label
{
    font-weight: normal;
}
#webform-component-service .form-radios label
{
    color: #333;
}
#webform-client-form-920 fieldset legend a
{
    background: transparent;
    border-bottom: 0;
    padding: 0;
}
#webform-component-property-details-com--subdivision-gas-contact .description
{
    margin-left: 0;
}
#webform-component-premise-or-section-details--deposited-plan-no, #webform-component-premise-or-section-details--lot-no
{
    float: left;
}
#webform-component-premise-or-section-details--lot-no
{
    margin-left: 15px;
}
#webform-component-premise-or-section-details--lot-no label
{
    width: 60px;
}
#edit-submitted-premise-or-section-details-deposited-plan-no-wrapper, #edit-submitted-premise-or-section-details-lot-no-wrapper
{ *margin:0;_margin:0;}
#webform-component-multi-lot--no-of-land-only-lots label, #webform-component-multi-lot--land-and-home label, #webform-component-multi-lot--apartments label, #webform-component-multi-lot--offices-retail label
{
    width: 170px;
}
.webform-progressbar-number
{
    float: left;
}
.webform-progressbar-outer
{
    border: 1px solid #00385f;
    height: 14px;
    margin: .35em 0 0;
    width: 415px;
}
.webform-progressbar-inner
{
    background: #00385f;
    height: 14px;
}
.webform-progressbar-inner span
{
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 10px;
    line-height: 14px;
    text-align: center;
}
.humane
{
    background: #fff !important;
    border: 1px solid #00385F;
}

#webform-component-gas-requirements #webform-component-gas-requirements--appliances-residential div.webform-component-select
{
    float: left;
    padding-top: 7px;
}
#webform-component-property-details-com--appliances-commercial div.webform-component-select
{
    float: left;
    padding-top: 7px;
}


html, body
{
    height: 100%;
}
.humane
{
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.alpha(opacity=100)";
    position: fixed;
    _position: absolute;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    z-index: 100000;
}
.humane.humane-show
{
    visibility: visible;
}
.humane:hover
{
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.alpha(opacity=20)";
}
div.humane.humane-show:hover
{
    opacity: 0.2;
}
.humane
{
    font-family: Verdana,sans-serif;
    font-size: 16px;
    letter-spacing: -1px;
    top: 45%;
    left: 25%;
    opacity: 0;
    width: 35%;
    color: #000;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    background-image: -moz-linear-gradient(top,rgba(255,255,255,.8),rgba(220,220,220,.8));
    background-image: -ms-linear-gradient(top,rgba(255,255,255,.8),rgba(220,220,220,.8));
    background-image: -o-linear-gradient(top,rgba(255,255,255,.8),rgba(220,220,220,.8));
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.8)),to(rgba(50,50,50,.8)));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.8),rgba(220,220,220,.8));
    background-image: linear-gradient(top,rgba(255,255,255,.8),rgba(220,220,220,.8));
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 4px 4px -4px #ddd;
    -webkit-box-shadow: 0 4px 4px -4px #ddd;
    box-shadow: 0 4px 4px -4px #ddd;
}
.humane.humane-show
{
    opacity: 1;
}
.humane p
{
    margin: 1em;
    display: inline;
}
.humane ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.humane .error
{
    color: red;
}
.humane ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.humane .error
{
    color: red;
}
.modalBackground

{
  background-color:#CCCCFF;
  filter:alpha(opacity=40);
  opacity:0.5;
}

.ModalWindow

{
/*  border: solid1px#c0c0c0;
  background:#f0f0f0;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;*/
    z-index: 9999;
    padding: 25px;
    top: 0px;
    left: 0px;
    background-color: White;
    border: 3px solid #ccc;

}

.ErrorMessage
{
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    line-height: 14px;
    text-align:left;
    vertical-align:middle;
    background-color: Red;
    padding-left: 20px;
}