/* Minification failed. Returning unminified contents.
(991,1): run-time error CSS1019: Unexpected token, found '}'
(1196,418): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1199,393): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/* Minification failed. Returning unminified contents.
(986,1): run-time error CSS1019: Unexpected token, found '}'
(1191,418): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1194,393): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/*
 * jQuery UI CSS BusinessLawfirm 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height: 1%; }
.ui-helper-clearfix { display: block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
 * jQuery UI Accordion 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }

/* workarounds */
* html .ui-autocomplete { width: 1px; }
/* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu { list-style: none; padding: 2px; margin: 0; display: block; float: left; }
.ui-menu .ui-menu { margin-top: -3px; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; float: left; clear: left; width: 100%; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: .2em .4em; line-height: 1.5; zoom: 1; }
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }
/*
 * jQuery UI Button 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; }
/* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; }
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; }
/* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4; }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; }
/* reset extra padding in Firefox */
/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left: 2px; }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }
.ui-datepicker .ui-datepicker-next-hover { right: 1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month-year { width: 100%; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }
.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width: auto; }
.ui-datepicker-multi .ui-datepicker-group { float: left; }
.ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }
.ui-datepicker-row-break { clear: both; width: 100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; }
.ui-datepicker-rtl .ui-datepicker-group { float: right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover { display: none; /*sorry for IE5*/ display /**/: block; /*sorry for IE5*/ position: absolute; /*must have*/ z-index: -1; /*must have*/ filter: mask(); /*must have*/ top: -4px; /*must have*/ left: -4px; /*must have*/ width: 200px; /*must have*/ height: 200px; /*must have*/ }
/*
 * jQuery UI Dialog 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Progressbar 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height: 2em; text-align: left; }
.ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; }
/*
 * jQuery UI Resizable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative; }
.ui-resizable-handle { position: absolute; font-size: 0.1px; z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px; }
/*
 * jQuery UI Selectable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; }
/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
/*
 * jQuery UI Tabs 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */


.ui-tabs { margin-top: 10px; position: relative; padding: .2em; zoom: 1; font-size: 1em; }
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; color: #164f6b; font-weight: bold; font-size: 1.1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { background-position: top; background-image: url(../images/TemplateV3/tabs/tab_bg_active.gif); background-repeat: repeat-x; margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0px 30px 10px 30px; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/*
 * jQuery UI CSS BusinessLawfirm 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif /*{ffDefault}*/; font-size: 1em /*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif /*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa /*{borderColorContent}*/; background: #ffffff /*{bgColorContent}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAWklEQVRo3u3OAQ0AAAgDIN8/tBrDOUhAetVhERQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFPwSHPD1juSB0SXlAAAAAElFTkSuQmCC') /*../images/jquery/ui-bg_flat_75_ffffff_40x100.png*/ /*{bgImgUrlContent}*/ 50% /*{bgContentXPos}*/ 50% /*{bgContentYPos}*/ repeat-x /*{bgContentRepeat}*/; color: #222222 /*{fcContent}*/; }
.ui-widget-content a { color: #222222 /*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa /*{borderColorHeader}*/; background: #cccccc /*{bgColorHeader}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAALElEQVQYlWN49OjRfyYGBgaGIUT8//8fSqBx0Yh///4RL8vAwAAVQ2MNOwIAl6g6KkOJwk8AAAAASUVORK5CYII=') /*../images/jquery/ui-bg_highlight-soft_75_cccccc_1x100.png*/ /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/; color: #222222 /*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222 /*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3 /*{borderColorDefault}*/; background: #e6e6e6 /*{bgColorDefault}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAANUlEQVQ4je3LMQoAIBADwb38/6t5wFXaWAiCtUiaYZvF9hBACOFbuntVVe11B0CSjjeE8BwThQIJ8dhEl0YAAAAASUVORK5CYII=') /*../images/jquery/ui-bg_glass_75_e6e6e6_1x400.png*/ /*{bgImgUrlDefault}*/ 50% /*{bgDefaultXPos}*/ 50% /*{bgDefaultYPos}*/ repeat-x /*{bgDefaultRepeat}*/; font-weight: normal /*{fwDefault}*/; color: #555555 /*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555 /*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999 /*{borderColorHover}*/; background: #dadada /*{bgColorHover}*/ url(../images/jquery/ui-bg_glass_75_dadada_1x400.png) /*{bgImgUrlHover}*/ 50% /*{bgHoverXPos}*/ 50% /*{bgHoverYPos}*/ repeat-x /*{bgHoverRepeat}*/; font-weight: normal /*{fwDefault}*/; color: #212121 /*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121 /*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa /*{borderColorActive}*/; background: #ffffff /*{bgColorActive}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAAJklEQVQ4y2P49+/ff4ZRYpQYJYY18R8I0LnEEqTrGCVGiVFiAAgAKto3upwLfV4AAAAASUVORK5CYII=') /*../images/jquery/ui-bg_glass_65_ffffff_1x400.png*/ /*{bgImgUrlActive}*/ 50% /*{bgActiveXPos}*/ 50% /*{bgActiveYPos}*/ repeat-x /*{bgActiveRepeat}*/; font-weight: normal /*{fwDefault}*/; color: #212121 /*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121 /*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #fcefa1 /*{borderColorHighlight}*/; background: #fbf9ee /*{bgColorHighlight}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAAPElEQVQ4y+3LSwoAIAxDQe9/WH9d2QpqqOgVRLIZHoGErmUEQsjXWIsb9UpnQ2lGgfvwqgsTlGAjhDzLBJfVGFdofenWAAAAAElFTkSuQmCC') /*../images/jquery/ui-bg_glass_55_fbf9ee_1x400.png*/ /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/; color: #363636 /*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636 /*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a /*{borderColorError}*/; background: #fef1ec /*{bgColorError}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAGQCAYAAABvWArbAAAAPUlEQVQ4y+3QsQnAMAADwZf239YQCAbLVSBkgmDUHK9WrGvEAKWUc5k3ToIl4aCnBJaM4TPBvEo9sZRfswGIIg8KyBT1egAAAABJRU5ErkJggg==') /*../images/jquery/ui-bg_glass_95_fef1ec_1x400.png*/ /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x /*{bgErrorRepeat}*/; color: #cd0a0a /*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a /*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a /*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter: Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter: Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/jquery/ui-icons_222222_256x240.png) /*{iconsContent}*/; }
.ui-widget-content .ui-icon { background-image: url(../images/jquery/ui-icons_222222_256x240.png) /*{iconsContent}*/; }
.ui-widget-header .ui-icon { background-image: url(../images/jquery/ui-icons_222222_256x240.png) /*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../images/jquery/ui-icons_888888_256x240.png) /*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(../images/jquery/ui-icons_454545_256x240.png) /*{iconsHover}*/; }
.ui-state-active .ui-icon { background-image: url(../images/jquery/ui-icons_454545_256x240.png) /*{iconsActive}*/; }
.ui-state-highlight .ui-icon { background-image: url(../images/jquery/ui-icons_2e83ff_256x240.png) /*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(../images/jquery/ui-icons_cd0a0a_256x240.png) /*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px /*{cornerRadius}*/; -webkit-border-top-left-radius: 4px /*{cornerRadius}*/; border-top-left-radius: 4px /*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px /*{cornerRadius}*/; -webkit-border-top-right-radius: 4px /*{cornerRadius}*/; border-top-right-radius: 4px /*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/; border-bottom-left-radius: 4px /*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px /*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/; border-bottom-right-radius: 4px /*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px /*{cornerRadius}*/; -webkit-border-top-left-radius: 4px /*{cornerRadius}*/; border-top-left-radius: 4px /*{cornerRadius}*/; -moz-border-radius-topright: 4px /*{cornerRadius}*/; -webkit-border-top-right-radius: 4px /*{cornerRadius}*/; border-top-right-radius: 4px /*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/; border-bottom-left-radius: 4px /*{cornerRadius}*/; -moz-border-radius-bottomright: 4px /*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/; border-bottom-right-radius: 4px /*{cornerRadius}*/; }
.ui-corner-right { -moz-border-radius-topright: 4px /*{cornerRadius}*/; -webkit-border-top-right-radius: 4px /*{cornerRadius}*/; border-top-right-radius: 4px /*{cornerRadius}*/; -moz-border-radius-bottomright: 4px /*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px /*{cornerRadius}*/; border-bottom-right-radius: 4px /*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px /*{cornerRadius}*/; -webkit-border-top-left-radius: 4px /*{cornerRadius}*/; border-top-left-radius: 4px /*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px /*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px /*{cornerRadius}*/; border-bottom-left-radius: 4px /*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px /*{cornerRadius}*/; -webkit-border-radius: 4px /*{cornerRadius}*/; border-radius: 4px /*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa /*{bgColorOverlay}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAXElEQVRo3u3OAQ0AAAgDIO3f5CW1hnOQgE4ydVgLCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKfgkubNIrSDutzqcAAAAASUVORK5CYII=') /*../images/jquery/ui-bg_flat_0_aaaaaa_40x100.png*/ /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/; opacity: .3; filter: Alpha(Opacity=30) /*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/; padding: 8px /*{thicknessShadow}*/; background: #aaaaaa /*{bgColorShadow}*/ url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAXElEQVRo3u3OAQ0AAAgDIO3f5CW1hnOQgE4ydVgLCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKfgkubNIrSDutzqcAAAAASUVORK5CYII=') /*../images/jquery/ui-bg_flat_0_aaaaaa_40x100.png*/ /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/; opacity: .3; filter: Alpha(Opacity=30) /*{opacityShadow}*/; -moz-border-radius: 8px /*{cornerRadiusShadow}*/; -webkit-border-radius: 8px /*{cornerRadiusShadow}*/; border-radius: 8px /*{cornerRadiusShadow}*/; }

/* AUTOSUGGEST */
div.autosuggest { position: absolute; background-image: url('data:image/gif;base64,R0lGODlhFAAKAIAAADMzM////yH5BAEHAAEALAAAAAAUAAoAAAIZjH8AyG2qnIRQMkrtw3ly7HzfJY5bOaJoAQA7') /*../images/img_inquisitor/as_pointer.gif*/; background-position: top; background-repeat: no-repeat; padding: 3px 0 0 0; }
div.autosuggest div.as_header,
div.autosuggest div.as_footer { position: relative; height: 6px; padding: 0 6px; background-image: url('data:image/gif;base64,R0lGODlhBgAGAIAAADMzM////yH5BAAHAP8ALAAAAAAGAAYAAAIJBIJhhst+oAQFADs=') /*../images/img_inquisitor/ul_corner_tr.gif*/; background-position: top right; background-repeat: no-repeat; overflow: hidden; }
div.autosuggest div.as_footer { background-image: url('data:image/gif;base64,R0lGODlhBgAGAIAAADMzM////yH5BAAHAP8ALAAAAAAGAAYAAAIIhI9pkXzhICwAOw==') /*../images/img_inquisitor/ul_corner_br.gif*/; }
div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner { position: absolute; top: 0; left: 0; height: 6px; width: 6px; background-image: url('data:image/gif;base64,R0lGODlhBgAGAIAAADMzM////yH5BAAHAP8ALAAAAAAGAAYAAAIJjANgmcj6okwFADs=') /*../images/img_inquisitor/ul_corner_tl.gif*/; background-position: top left; background-repeat: no-repeat; }
div.autosuggest div.as_footer div.as_corner { background-image: url('data:image/gif;base64,R0lGODlhBgAGAIAAADMzM////yH5BAAHAP8ALAAAAAAGAAYAAAIIhI8WuRitXisAOw==') /*../images/img_inquisitor/ul_corner_bl.gif*/; }
div.autosuggest div.as_header div.as_barxxx,
div.autosuggest div.as_footer div.as_barxxx { height: 6px; overflow: hidden; background-color: #333; }
div.autosuggest ul { list-style: none; margin: 0 0 -4px 0; padding: 0; overflow: hidden; background-color: #eaeaea; border: 1px solid gray; }
div.autosuggest ul li { color: black; padding: 0; margin: 0 4px 4px; text-align: left; }
div.autosuggest ul li a { color: black; display: block; text-decoration: none; background-color: transparent; text-shadow: #000 0px 0px 5px; position: relative; padding: 0; width: 100%; }
div.autosuggest ul li a:hover { background-color: #777777; }
div.autosuggest ul li.as_highlight a:hover { background-color: #777777; }
div.autosuggest ul li a span { display: block; padding: 3px 6px; font-weight: bold; }
div.autosuggest ul li a span small { font-weight: normal; color: black; }
div.autosuggest ul li.as_highlight a span small { color: black; }
div.autosuggest ul li.as_highlight a { color: #fff; background-color: #777777; background-image: url('data:image/gif;base64,R0lGODlhBgAGAKIAABtczSpCbCBUsDI1PP///wAAAAAAAAAAACH5BAEHAAQALAAAAAAGAAYAAAMOSAqsxMKxwOCoYlwR9EgAOw==') /*../images/img_inquisitor/hl_corner_br.gif*/; background-position: bottom right; background-repeat: no-repeat; }
div.autosuggest ul li.as_highlight a span { background-image: url('data:image/gif;base64,R0lGODlhBgAGAKIAABtczSpCbCBUsDI1PP///wAAAAAAAAAAACH5BAEHAAQALAAAAAAGAAYAAAMOCEosy+GR4RQY1OIRXAIAOw==') /*../images/img_inquisitor/hl_corner_bl.gif*/; background-position: bottom left; background-repeat: no-repeat; }
div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr { background-image: none; background-color: transparent; background-repeat: no-repeat; width: 6px; height: 6px; position: absolute; top: 0; padding: 0; margin: 0; color: Black; }
div.autosuggest ul li a .tr { right: 0; }
div.autosuggest ul li.as_highlight a .tl { left: 0; background-image: url('data:image/gif;base64,R0lGODlhBgAGAKIAABtczSpCbCBUsDE2Pf///wAAAAAAAAAAACH5BAEHAAQALAAAAAAGAAYAAAMOOBoC2sDBGCK58JIIdAIAOw==') /*../images/img_inquisitor/hl_corner_tl.gif*/; background-position: bottom left; }
div.autosuggest ul li.as_highlight a .tr { right: 0; background-image: url('data:image/gif;base64,R0lGODlhBgAGAKIAABtczSpCbCBUsDE2Pf///wAAAAAAAAAAACH5BAEHAAQALAAAAAAGAAYAAAMOCBLT8MI9NYh9wRKoZwIAOw==') /*../images/img_inquisitor/hl_corner_tr.gif*/; background-position: bottom right; }
div.autosuggest ul li.as_warning { font-weight: bold; text-align: center; }
div.autosuggest ul em { font-style: normal; color: red; }


/* 
   Font sizes all relative to the "body" tag below and by using "em" it means if the user increases the font size on the browser (DDA compliance)
   then the sizes increase on the site in proportion too.
*/
body { font-family: 'Source Sans Pro'; font-size: 1em; background-color: white; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, th { margin: 0; padding: 0; }

table { border-collapse: collapse; }
#screen { position: absolute; left: 0; top: 0; background: #000; z-index: 999; }
#page { margin: 0 auto; max-width: 1200px; min-width: 320px }

/* RESPONSIVE: BASIC MEDIA QUERIES  */

@-moz-viewport { width: device-width; }
@-webkit-viewport { width: device-width; }
@viewport { width: device-width; }
@-ms-viewport { width: device-width; }

/* Large desktop */
@media screen and (min-width: 1200px) {
}

.hidden { display: none; visibility: hidden; }
.visible-phone { display: none !important; }
.visible-tablet { display: none !important; }
.hidden-desktop { display: none !important; }
.visible-desktop { display: inherit !important; }
/* Portrait tablet to landscape and desktop */
@media screen and (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important; }
  .visible-tablet { display: inherit !important; }
  .hidden-tablet { display: none !important; }
}
/* Landscape phone to portrait tablet */
@media screen and (max-width: 767px) {
  .hidden-desktop { display: inherit !important; }
  .visible-desktop { display: none !important; }
  .visible-phone { display: inherit !important; }
  .hidden-phone { display: none !important; }
}
/* Landscape phones and down */
@media screen and (max-width: 480px) {
}

#regIsMobile { display: none; height: 0; width: 0; }

/* RESPONSIVE: THIS SETTING HIDES ALL CONTENT MANAGED IMAGES IN PAGES ON MOBILES  */
/*@media screen and (max-width: 480px) {
  #regBodyContent img {display: none}
}*/

#regMobileMenu {display: none; float: left; width: 50px}
#regMobileMenu img {width: 40px; height: 40px; margin: 3px 0 0 0 }
 div#overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99998; display: none; margin-left: 70%; }
  .mover { -moz-transform: translate3d(60%,0,0); -ms-transform: translate3d(60%,0,0); -o-transform: translate3d(60%,0,0); transform: translate3d(60%,0,0); -webkit-transform: translate3d(60%,0,0); }
  .open { display: block !important; -moz-transform: translate3d(100%,0,0); -ms-transform: translate3d(100%,0,0); -o-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); -webkit-transform: translate3d(100%,0,0); }

/* RESPONSIVE: THIS SETTING SCALES ALL IMAGES IN CONTENT MANAGED  PAGES ON MOBILES SO THEY DONT EXTEND OFF THE PAGE */
#regBodyContent img, .FooterCTA img, .FooterBlogCTA img { height: auto; max-width: 100%; }

/* Region: TOP MENU  */
#regTopMenuBar { clear: both; position: relative;  }
#regTopMenuBar .logo  {float: left; margin: 1% 2%;}
#regTopMenuBar .logo img { height: 80px; width: auto;border: 0 }
#regCTA {float: right;color: #60227A; margin-top: 0.5%; margin-right: 2%; text-align: right;}
#regCTA a {text-decoration: none; color: #60227A}
#regCTA .Call {font-size: 2em; font-weight: 600; clear: right;}
#regCTA .Call .Ins {font-weight: normal;}
#regAppointment { margin-top: 1%; line-height: 1.1em; text-align: right; font-size: 1.3em; padding-right: 50px; font-weight: 600; cursor: pointer; background-image: url(../../Images/template/icon_tel.svg); background-repeat: no-repeat;height:55px; background-position: right; background-size: 30px;}
#regAppointment .lv1 {color: #60227A}
#regAppointment .lv2 {color: #A0A5A9;}

#regTopMenuBar .search { float: right; width: 35%; }
#regTopMenuBar .search .Adv {float: right; text-align: right; line-height: 0.7em; padding-left: 3%}
#regTopMenuBar .search .Adv a {color: #FFF; font-size: 0.7em; text-decoration: none}
#regTopMenuBar .search input[type=image] {  width: 25px; }
#regTopMenuBar .search .searchBox {border: 1px solid #60227A; padding: 2%; width: 150px;}
#regTopMenuBar .searchM {display: none}
#regTopMenuBar .searchM img { padding: 5px; width: 35px; height: 30px}


#regTopMenuBar .menuLinks {clear: both; width: 96%; background: #60227A; padding: 0 2% 0 2%; }
/*#regTopMenuBar .menuLinks ul { float: left; padding:0 ; margin: 0;  width: 75%;}
#regTopMenuBar .menuLinks ul li { float: left; padding: 0.2% 3% 0 3%; list-style: none; }
#regTopMenuBar .menuLinks ul li:first-of-type { padding: 0.2% 3% 0 1%; } 
#regTopMenuBar .menuLinks a { color: white;  text-decoration: none; }
#regTopMenuBar .menuLinks a:hover { text-decoration: underline; }*/
#regTopMenuBar .menuLinks .search, #regTopMenuBar .menuLinks .searchM { float: right; padding: 0.8% 0 0 0 }


#regMenuLinks { padding: 0; margin: 0; width:65%;float:left; display: inline-block; position: relative; cursor: default; z-index: 500;}
#regMenuLinks a, #regMenuLinks ul, #regMenuLinks li, #regMenuLinks div { margin: 0; padding: 0; border: none; outline: none; } 
#regMenuLinks a { text-decoration: none; color:#FFF; font-weight: bold;  padding: 0; }
#regMenuLinks li {list-style: none;}
  #regMenuLinks > li {cursor: pointer ; height: 44px;padding:0 2% 0 2%; line-height: 44px; color: #FFF; display: block; float: left; font-weight: bold;}
   #regMenuLinks > li.DownArrow { background-image: url('../../images/template/arrow_dn_wht.svg'); background-size: 10px 6px; background-repeat: no-repeat; background-position:50% 90%; }
   #regMenuLinks > li.DownArrow:hover {background-color: #e7e8e9; background-image: url('../../images/template/arr_dn_lilac.svg');}
   #regMenuLinks > li.DownArrow:hover a, #regMenuLinks > li.DownArrow:hover .head {color: #4D165C;}
    #regMenuLinks > li > a { position: relative; display: block; z-index: 510; height: 44px;  line-height: 44px;  font-weight: bold; font-size: 16px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; }

  #regMenuLinks > li > div { position: absolute; display: none; width: 96%; padding: 2%;  left:0; overflow: hidden; background: #e7e8e9; border-radius: 0; -webkit-transition: all .3s ease .15s; -moz-transition: all .3s ease .15s; -o-transition: all .3s ease .15s; -ms-transition: all .3s ease .15s; transition: all .3s ease .15s; }
 .pointerevents #regMenuLinks > li:hover > div, .pointerevents #regMenuLinks > li:focus > div , .no-pointerevents #regMenuLinks > li:hover > div, .no-pointerevents #regMenuLinks > li:focus > div { opacity: 1; display: block; overflow: visible; }
     /*#regMenuLinks { width: 24%; padding: 0.5%; }*/

  #regMenuLinks  div ul {padding: 0;  width: 100%;  margin: 0}
  #regMenuLinks  div ul ul {width: 25%;float: left;}
  #regMenuLinks  div ul ul ul {width: 100%;}
   #regMenuLinks div  li  a,  #regMenuLinks div  li .head  { display: block; line-height: 18px; padding: 0.5% 0 0.5% 3%;  font-weight: bold; text-transform: none; font-size: 16px; color: #4D165C; }
   
    #regMenuLinks  div li a:hover { text-decoration: underline; }
    #regMenuLinks  div ul li ul li a {  line-height: 20px;font-weight: normal; padding: 1px; text-transform:none; font-size: 14px;color: #333333; }
    #regMenuLinks  div ul li ul { padding: 1% 0 1% 1.5% }

@media screen and (max-width: 767px) {
  #regIsMobile { display: block; }
 
  /*#plcSearchBar { width: 300px; margin: 0 auto; padding: 5px 0 5px 0; }*/
}


#regTopMenuBar .shoppingBasket { position: absolute; top: 40px; right: 10px; height: 55px; width: 331px; padding: 10px; background-color: pink; }
#regTopMenuBar #basketSummary { float: left; color: #333333; font-size: 1.4em; padding: 2px; }

.FooterCTA, .FooterBlogCTA {clear: both;}
.layoutMR .FooterCTA, .FooterBlogCTA {clear: both; margin-top: 5%}
.FooterBlogCTA {display: none; padding-top: 5%}
#regBodyContent .FooterCTA h2, .FooterBlogCTA h2, #regBodyContent #regSpeakToALawyer h2 {background: #60227A; color: #fff; font-weight: normal; font-size: 1.5em; width: 98%; padding: 1% 1%; margin: 0}
#regBodyContent #regSpeakToALawyer h2 {  font-style: italic; padding: 4%; font-size: 1.2em}
#regBodyContent #regBodyRHS  #regSpeakToALawyer h2 {padding: 1%}

.FooterBlogCTA h2 {font-size: 1.2em;padding: 1% 1%; font-weight: normal}
#regBodyContent .FooterCTA h3 {color: #60227A; font-weight: 600; font-style: italic; font-size: 1.5em; padding: 1%; margin: 3% 1%; background-image: url(../../images/template/arr_dn_lilac.svg); background-size: 15px; background-repeat: no-repeat; background-position: 95% 50%; }
.FooterBlogCTA .Blurb , .FooterCTA .Blurb , #regSpeakToALawyer .Blurb {float: left; width: 99%; padding: 2% 0 1% 2%; font-size: 1em; color: #000}

#regBodyContent .FooterCTA .Button a, .FooterBlogCTA .Button a,  #regSpeakToALawyer  .Button a {background-color: #60227A; text-decoration: none; color: #FFF; float: right; padding: 8px 15px;margin-top: 5px; margin-left: 10px }
 #regSpeakToALawyer  .Button a  { padding: 4px 8px; font-weight: normal; }
.FooterBlogCTA .Button a {margin-right: 20px; margin-top: 25px}
#regSpeakToALawyer .Button a { margin-right: 10px; margin-top:48px;}
#regFooterDirectors, #regFooterDisputes, #regFooterContracts, #regFooterLawyer {float: left; width:24%; margin-right: 1.33%; margin-bottom: 2%; cursor: pointer;}
#regFooterLawyer {margin-right: 0}

 #regFooterLawyer2 ,  #regSpeakToALawyer  { background-image: url(../../images/template/contactus.jpg);background-repeat: no-repeat; background-size:cover; height: 120px; background-position: 100% 50% !important; overflow: hidden;}
 #regFooterLawyer2 h2 {width: 100%}
 #regFooterSubscribe {padding: 2% 10%}
 #regFooterSubscribe h3 {color: #60227A}
 #regFooterSubscribe div {padding: 2% 0}
 #regFooterSubscribe input[type=email] {width: 50%; padding: 5px; margin-bottom: 5px}

.layoutBlogMR .FooterCTA {display: none;}
.layoutBlogMR .FooterBlogCTA {display: block}

.layoutStandardMR .FooterCTA {display: block; margin-top: 5%}
.layoutStandardMR .FooterBlogCTA {display: none}
.layoutStandardMR #regFooterLawyer {display: none}

#regSocialMediaSharing {display: none; margin: 1% 0 1% 0; float: left; clear: left}
 #regSpeakToALawyer {clear: both; cursor: pointer; height: 120px; background-size: contain !important; background-position: bottom; border-top: 1px solid #A0A5A9; margin-top: 8%; padding-top: 8% }
 #regBodyRHS #regSpeakToALawyer {height: 120px;}
 #regBodyRHS #regSpeakToALawyer .Blurb {padding: 1% 0 1% 2%}
 #regBodyRHS #regSpeakToALawyer .Button a {margin-right:10px; margin-top: 48px;}

/* Region: FOOTER */
#regFooter { clear: both; font-size: 0.7em; line-height: 1.5em;  padding: 2% 1% 2% 1%; border-top: 1px solid #A0A5A9 }
#regFooter a { color: black; font-weight: normal; text-decoration: none; }
#regFooter a:hover { text-decoration: underline; }
#regFooter .Copyright { float: left; }

#regFooter .DesignedBy {  text-align: right; }
 #regFooter .LawSoc {float: left;}
 #regFooter .LawSoc img {margin-left:30px ;max-width: 80px}
  #regFooter #sraLogo { max-width: 90px; max-height: 60px; overflow: hidden; } 
    #regFooter #sraLogo div { position: relative; height: 100%; }


/* **************************************************************************************************************** */
/* * CHANGE THIS AREA FOR THE THREE COLUMN LAYOUTS...                                                             * */
#regMainContent { clear: both; background-color: white; padding: 1%}
.layoutLMR { }
.layoutLMR #regBodyContent { float: left; max-width: 596px; padding: 10px 15px 20px 15px; }
.layoutLMR #regRightHandColumn { float: left; width: 160px; padding: 0 2px 5px 2px; }

.layoutLM #regBodyContent { float: left; max-width: 756px; padding: 10px 15px 20px 15px; }
.layoutLM #regRightHandColumn { float: left; display: none; }

.layoutStandardMR #regBodyContent, .layoutBlogMR #regBodyContent, .layoutMR #regBodyContent { float: left; width: 73%;  }
.layoutStandardMR #regRightHandColumn, .layoutBlogMR #regRightHandColumn, .layoutMR #regRightHandColumn { float: left; width: 22%; margin-left: 5%}

.layoutM #regBodyContent { float: left; width: 98%; padding: 0 1%}
.layoutM #regRightHandColumn { float: left; display: none; }
/* **************************************************************************************************************** */
#regBodyContent  #regSocialMediaSharing {margin: 1% 0 1% 0;}

#regBodyContent { min-height: 450px; background-color: #FFFFFF; line-height: 1.4em;  }
h1 { margin-top: 0; margin-bottom: 15px; font-size:1.6em; line-height: 1.1em; font-weight: 600; color: #60227A;  clear: left}
h2 { margin-top: 8px; margin-bottom: 3px; font-size: 1.4em; line-height: 1.2em; font-weight: 400; color: #000000; width: 45%; margin-right: 5% }
#regBodyContent h1 { margin-top: 5px; margin-bottom: 15px; font-size: 1.8em; line-height: 1.1em; font-weight: 600; color: #60227A; }
#regBodyContent h2 { margin-top: 8px; margin-bottom: 3px; font-size: 1.4em; line-height: 1.1em; font-weight: 600; width: 100%; color: #60227A; }
#regBodyContent h3 { margin-top: 8px; margin-bottom: 1px; font-size: 1.2em; font-weight: 600; color: #333333; }
#regBodyContent h4 { margin-top: 8px; margin-bottom: 3px; font-size: 1.5em; font-weight: 600; color: #60227A; }

.layoutMR #regBodyContent #regFooterLawyer {display: none;}
.layoutStandardMR #regBodyContent #regFooterDirectors, .layoutStandardMR #regBodyContent #regFooterDisputes, .layoutMR #regBodyContent #regFooterDirectors, .layoutMR #regBodyContent #regFooterDisputes{ width:32%; margin-right: 2%;}
 .layoutStandardMR #regBodyContent #regFooterContracts , .layoutMR #regBodyContent #regFooterContracts {width:32%;  margin-right: 0}
 
 .layoutM #regSocialMediaSharing {display: none;}
  .layoutStandardMR #regSocialMediaSharing,.layoutBlogMR #regSocialMediaSharing, .layoutMR #regSocialMediaSharing {display: block;}

/* Region: Right hand menu/column */
#regRightHandColumn { font-size: 1em; color: #000; }
#regRightHandColumn h2 {width: 100%}

#regRightHandColumn #regLawSocietyLogo { width: 100%; background-image: url(../../Images/template/logo_lawsociety.svg); background-repeat: no-repeat; background-size: 150px; height: 130px; background-position: 50% 50%;}
#regRightHandColumn #regQuote { padding: 7% 3% 7% 5%; position: relative; border-bottom: 1px solid #A0A5A9; height: 90%}
#regRightHandColumn #regQuote .Cur {font-size: 2.4em; line-height: 0.2em;  color: #60227A; vertical-align: middle; padding: 0 5px; }
#regRightHandColumn #regQuote .Quote { font-size: 1.2em; line-height: 1.3em; text-align: center; height: 70%}
#regRightHandColumn #regQuote .Name { text-align: right; margin: 5% 100px  0 2%; height: 12%; font-size: 0.9em;}
#regRightHandColumn #regQuote .more {position: absolute; right: 10px; bottom: 20px; padding: 5px 20px; margin: 0; background-color: #60227A;}
#regRightHandColumn #regQuote .more a {color: #FFF; text-decoration:none}

#regRightHandColumn #regLegalUpdatedRHS  {padding: 5%; overflow: hidden;border-bottom: 1px solid #A0A5A9;}
#regRightHandColumn #regLegalUpdatedRHS h3 {color: #60227A; margin-bottom: 3%; font-size: 1.4em;}
#regRightHandColumn #regLegalUpdatedRHS  input[type=email] {width:96%; padding: 2%; margin: 3% 0}
#regRightHandColumn #regLegalUpdatedRHS  input[type=submit]  {float: right;}
#regBodyRHS  #regSpeakToALawyer  {border-top: 0;margin-top: 4%; padding-top: 0; }

#regRightHandColumn .widgetBlog {  margin-bottom: 2%;padding: 5% 5% 20% 5%; position: relative; border-bottom: 1px solid #A0A5A9;}
#regRightHandColumn .widgetBlog h2 {color: #60227A; margin-bottom: 4%; font-weight: bold; font-size: 1.4em; width: 100%; }
#regRightHandColumn .widgetBlog a { color: Black; text-decoration: none; }
#regRightHandColumn .widgetBlog a:hover {color: #60227A; text-decoration: underline;}
#regRightHandColumn .widgetBlog ul { padding: 0; margin: 0; list-style-type: none !important; }
#regRightHandColumn .widgetBlog ul li { padding-left: 3px; list-style-type: none !important; }
#regRightHandColumn .widgetBlog ul li ul li { padding-left: 10px; }
#regRightHandColumn .widgetBlog ul li .date { font-size: 0.8em; font-style: italic; margin: 4% 0;}
#regRightHandColumn .widgetBlog .more {position: absolute; right: 10px; padding: 5px 20px; margin: 0; background-color: #60227A;}
#regRightHandColumn .widgetBlog .more a {color: #FFF; text-decoration:none}


#regRightHandColumn .widget {  margin-bottom: 5%;padding: 5%; border-bottom: 1px solid #A0A5A9;}
#regRightHandColumn .widget h2 {color: #60227A; margin-bottom: 4%; font-size: 1.25em; font-weight: bold; width: 100%;}
#regRightHandColumn .widget a { color: Black; text-decoration: none; }
#regRightHandColumn .widget a:hover {color: #60227A; text-decoration: underline;}
#regRightHandColumn .widget ul { padding: 0; margin: 0; list-style-type: none !important; }
#regRightHandColumn .widget ul li { padding: 4px 0 ; list-style-type: none !important;border-bottom: 1px solid #A0A5A9;  }
#regRightHandColumn .widget ul li:last-of-type {border-bottom: 0;}
#regRightHandColumn .widget ul li ul li { padding-left: 10px;}

#regRightHandColumn .menuItemsBox .Middle .GalleryItem { clear: both; border-bottom: 1px solid #CCCCCC; padding-top: 5px; padding-bottom: 5px; }
#regRightHandColumn .menuItemsBox .Middle .GalleryItem .GalleryImage { background-color: #FFFFFF; float: left; height: 77px; width: 77px; border: 1px solid #CCCCCC; padding: 1px; text-align: center; }
#regRightHandColumn .menuItemsBox .Middle .GalleryItem .GalleryImage img { border: 0; }
#regRightHandColumn .menuItemsBox .Middle .GalleryItem .GalleryTitle { float: left; padding-left: 5px; }
#regRightHandColumn .menuItemsBox .Middle .GalleryItem .GalleryTitle a { text-decoration: none; font-weight: bold; color: #333333; }
#regRightHandColumn .menuItemsBox .Middle .GalleryItem .GalleryTitle a:hover { text-decoration: underline; }

#regRightHandColumn .menuItemsBoxRelatedContent { background-repeat: no-repeat; padding-top: 50px; border: 1px solid #CCCCCC; }
#regRightHandColumn .menuItemsBoxRelatedContent ul { padding: 0 5px 3px 29px; margin: 0; }
#regRightHandColumn .menuItemsBoxRelatedContent ul li { padding-bottom: 4px; }

#regLegalAdviceAnimation {overflow: hidden; margin-bottom: 5%}
#regLegalAdviceAnimation h2 {color: #60227A; margin-bottom: 4%; font-weight: bold; font-size: 1.4em;}
#regLegalAdviceAnimation .Wrapper {position: relative; height: 150px;}
#regLegalAdviceAnimation .slideWG {position:absolute; cursor: pointer; top:0; left:0; background-size:cover !important; background-position: center bottom; width: 100%; height: 150px;}
#regLegalAdviceAnimation .slideWG h2 {position: absolute; bottom: 0; left: 0; width: 92%; padding: 2% 4%; text-align: right; margin: 0; background-color: #60227A; color: #FFF;  font-weight: normal;font-size: 1.2em; font-style: italic }

#regBusDisWhitePaper { margin-top: 5%; background-image: url(../../Images/template/panel_guide.jpg); cursor: pointer; position: relative; background-repeat: no-repeat; background-size:contain !important; background-position: center bottom; height: 150px;}
#regBusDisWhitePaper .Download, #regBusDisWhitePaper h2 {background-color: #60227A; color: #FFF; font-size: 1em; }
#regBusDisWhitePaper h2 {padding:2% 4%; font-style: italic; font-weight: normal; width:92%}
#regBusDisWhitePaper .Download { padding: 5px 20px; position:absolute; right: 5px; bottom: 5px}
#regBusDisWhitePaper .Download a {color: #FFF; text-decoration: none;}

#regBlogMenu { cursor: pointer; display: none; border: 1px solid #BE2638; margin: 1%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; text-transform: uppercase; font-size: 1.1em; clear: both; color: white; background-color: #BE2638; }
#regBlogMenu div.B { float: left; }
#regBlogMenu div.B img { height: 25px; }


#regBodyContent .Row, .FooterBlogCTA .Row {clear: both; overflow: hidden; margin-bottom: 2%}

#regBodyRHS {width:30%; margin-left: 5%; float: right; padding-top: 2%; margin-bottom: 2%;}
#regBodyRHS h3 {color: #60227A; font-size: 1.35em}
#regBodyRHS ul { margin: 1%; padding: 1% 1% 1% 7%}
#regBodyRHS .similarPages {border-top: 1px solid #A0A5A9;border-bottom: 1px solid #A0A5A9; margin: 6% 0; padding: 2% 4% 2% 4%; position: relative;}
#regBodyRHS .similarPages ul {padding: 0; margin: 0}
#regBodyRHS .similarPages li {list-style: none;border-bottom: 1px solid #A0A5A9;overflow: hidden;line-height: 0.9em; padding:3% 0 4% 0;}
#regBodyRHS .similarPages li div { float: left; width: 60%}
#regBodyRHS .similarPages li img {max-width: 35%; float: right; margin-left: 3%;}
#regBodyRHS .similarPages li .Date {float: none !important; color: #A0A5A9; font-style: italic;font-size: 0.9em;padding-top: 5px;}
#regBodyRHS .similarPages li a { color: #000000; font-size: 0.9em; text-decoration: none; }
#regBodyRHS .similarPages li a:hover {text-decoration: underline;}
#regBodyRHS .similarPages .more { padding: 5px 20px; float: right; margin: 3% 0 1% 0; background-color: #60227A;}
#regBodyRHS .similarPages .more a {color: #FFF; text-decoration:none}

#regBodyContent .Per25 {float: left; overflow: hidden; width: 23%; margin-left: 2%}
#regBodyContent .Per25 h3 {margin-bottom: 5%}
#regBodyContent .Per25 div {margin-right: 20%; margin-bottom: 4%}
#regBodyContent .Per50, .FooterBlogCTA .Per50 {float: left; width: 50%; overflow: hidden; height: 240px; position: relative}
.FooterBlogCTA .Per50 { height: 150px;}
#regBodyContent .Row .Border {border-top: 1px solid #A0A5A9; -webkit-box-sizing: border-box; /* Some mobile browsers. */-moz-box-sizing: border-box; /* Firefox. */ box-sizing: border-box; /* All other browsers IE8+. */border-bottom: 1px solid #A0A5A9}
.FooterBlogCTA .Border {border-top: 1px solid #A0A5A9; -webkit-box-sizing: border-box; /* Some mobile browsers. */-moz-box-sizing: border-box; /* Firefox. */ box-sizing: border-box; /* All other browsers IE8+. */}
#regBodyContent .BorderB { margin-bottom: 0; padding-top: 1% !important;  padding-bottom: 1% !important; -webkit-box-sizing: border-box; /* Some mobile browsers. */-moz-box-sizing: border-box; /* Firefox. */ box-sizing: border-box; /* All other browsers IE8+. */border-bottom: 1px solid #A0A5A9}
#regBodyContent .Per75 {float: left; overflow: hidden; width: 73%; margin-right: 2%}
#regBodyContent .Per50 .Content {padding: 1% 2%}
#regBodyContent .Per50 .Content .Home, .subContent { font-size: 1.2em; line-height: 1.2em; font-weight: 400; color: #000000;}
 .subContent {width: 48%}
#regBodyContent .Per50 .Content h1 {font-size: 1.6em;}
#regBodyContent .Row h2 {color: #60227A; margin: 1%; font-size: 1.5em;}
#regBodyContent .Row .blogList h2 {color: #60227A; margin: 0 1% 1.5% 1% ; font-size: 1.5em;}

#regBodyContent .slide, #regBodyContent .slideB {position:absolute; cursor: pointer; top:0; left:0; background-size:cover !important; background-position: center bottom; width: 100%; height: 240px;}
#regBodyContent .slide h2 {position: absolute; bottom: 0; right: 0; text-align: right; padding: 2% 2%; width: auto; margin: 0; background-color: #60227A; color: #FFF;  font-weight: normal;font-size: 1.3em; font-style: italic }
#regTemplateContentManagedRightColum { clear: both; margin: 0; padding: 5px; font-size: 0.8em; text-align: center; background-color: Red; color: White; }

#regBodyContent .Per50 #regQuote { padding: 5% 6% 0 8%; height: 90%}
#regBodyContent .Per50 #regQuote .Cur {font-size: 2em; line-height: 0.3em;  color: #60227A; vertical-align: middle; padding: 0 5px; }
#regBodyContent .Per50 #regQuote .Quote { position: relative; font-size: 1.4em; line-height: 1.4em; text-align: center; height: 70%}
#regBodyContent .Per50 #regQuote .Name { text-align: right; margin: 5% 100px  0 2%; height: 12%}
#regBodyContent .Per50 #regQuote .more {position: absolute; right: 10px; bottom: 5px; padding: 5px 20px; margin: 0; background-color: #60227A;}
#regBodyContent .Per50 #regQuote .more a {color: #FFF; text-decoration:none}

#regBodyContent .Per25 input{margin: 2% 0; float: right}
#regBodyContent .Per25 input[type=email] {width: 96%; padding: 2% 1% }


@media screen and (max-width: 979px) {
 
    #regBodyContent .Per50, #regBodyContent .slide ,  #regBodyContent .slideB {height: 260px;}
    #regBodyContent .Row:first-child .Per50:nth-child(2) {display: none;}
    #regBodyContent .Row:first-child .Per50:nth-child(1), #regBodyContent .Per25, #regBodyContent .Per75 {width: 98%; padding: 1%}
    #regBodyContent .Row:first-child .Per50:nth-child(1) {height: auto;  padding: 0; width: 100%}
    #regFooter .DesignedBy ,  #regFooter .Copyright, #regFooter .LawSoc {width: 100%;clear: both; text-align: center;}
  #regFooter .LawSoc { width: auto; margin: 0 25px 0 50px; }
    #regFooter .LawSoc img {max-width: 100px; margin: auto; }
  #regFooter #sraLogo { max-width: 400px; }

    #regFooterDirectors, #regFooterDisputes, #regFooterContracts, #regFooterLawyer { width: 48%; margin-right: 2%}
    #regBodyContent .FooterCTA h3 { height: auto; }
    #regBodyContent .Per25 h3, #regBodyContent .Per25 div {margin-bottom: 1%}
    #regBodyContent .Per25 {border-top: 1px solid #A0A5A9; margin-left: 0}
    #regMainContent {padding: 1% 2%}
    .layoutStandardMR #regBodyContent, .layoutBlogMR #regBodyContent, .layoutMR #regBodyContent { float: left; width: 100%;  }
  

  #regRightHandColumn { display: none; }

}


@media screen and (max-width: 805px) {
  #regBodyContent .FooterCTA h3 { height: 50px; }
  .layoutStandardMR #regBodyContent .FooterCTA h3 {height: auto;}
 
}

.searchVisible {display: block !important; background-color: #60227A; padding: 1%;}
.searchVisible input[type=image] {width: 30px; padding: 5px 10px}
.searchVisible input[type=text] {padding: 1.5%; width: 75%}

.searchVisible .L {float: left; width: 75%; text-align: right ; padding: 0 !important}
.searchVisible .R {float: right; width: 25%;  text-align: left; padding: 0 !important}
@media screen and (max-width: 767px) {
  /*#regBlogMenu { display: block; }*/
  .search .Adv {display: none}
  #regMenuLinks { width: 85%; }
    #regBodyContent .Per50, #regBodyContent .slide , #regBodyContent .slideB {height: 280px;}
    #regPageImage {display:none}
    .subContent {width: 100%; padding-bottom: 2%}
    h2 {width: 95%}
    #regTopMenuBar .search {display: none}
    #regTopMenuBar .searchM {display: block}
    .FooterBlogCTA .Per50 {width: 100%; height: auto}
    .FooterBlogCTA {clear: both; margin-top: 0; padding-top: 0}
}


.NewsR {float: right; width: 30%; padding-bottom: 5%; text-align: right}
#regForm.NewsL {width: 70%; overflow: hidden}



@media screen and (max-width: 625px) {
  .NewsR {display: none;}
  .NewsL {width: 100%;}
  #regBodyRHS {clear: both; width: 100%; padding: 2% 0; border-top: 0}

  #regBodyRHS img {display: none}
   .layoutStandardMR #regBodyContent .FooterCTA h3 , .layoutMR #regBodyContent .FooterCTA h3 {height: auto; margin: 1%}
  #regTopMenuBar .logo img {height: 60px;}
  #regBodyContent .slide,#regBodyContent .Per50 {width: 100%; padding: 0; height: 200px}
  #regBodyContent .Per50 #regQuote .Quote {font-size: 1.2em}
  .layoutBlogMR #regBodyRHS #regSpeakToALawyer {display: none;}

   .layoutStandardMR #regBodyContent #regFooterDirectors, .layoutStandardMR #regBodyContent #regFooterDisputes,  .layoutStandardMR #regBodyContent #regFooterContracts {width: 98%; margin: 1% 1%;  border-bottom: 1px solid #A0A5A9}
   .layoutMR #regBodyContent #regFooterDirectors, .layoutMR #regBodyContent #regFooterDisputes,  .layoutMR #regBodyContent #regFooterContracts {width: 90%; margin: 1% 5%;  border-bottom: 1px solid #A0A5A9}
   .layoutMR #regBodyContent #regFooterContracts,.layoutStandardMR #regBodyContent #regFooterContracts {border-bottom: 0}
   .FooterCTA img {display: none}
   .FooterCTA .Blurb {padding: 1%}
    #regFooter {font-size: 0.9em; flex-wrap:wrap; }
    #regFooter .Copyright { width:100%; margin-bottom: 25px; }
      #regFooter #sraLogo { max-width: 125px; max-height:100px; }
      #regFooter .DesignedBy { width: auto; }

 }

}

@media screen and (max-width: 560px) {
  #regAppointment .lv1 .hide {display: none;}  
  /*#regTopMenuBar .logo, #regCTA {width: 96%; text-align: center}
  #regCTA {padding-bottom: 1%;}
  #regAppointment {display: none;}*/
    #regMobileMenu {display: block; }
    #regMenuLinks {display: none; z-index: 9999; position: fixed; top: 0; font-size: 14px; left: 0; overflow-y: scroll; -webkit-overflow-scrolling: touch; background-color: #60227A;  height: 100%; padding: 0; width: 70%; margin-left: -70%; -webkit-transition: all .45s ease-in-out; -moz-transition: all .45s ease-in-out; -o-transition: all .45s ease-in-out; transition: all .45s ease-in-out;  -webkit-overflow-scrolling: touch;}
    #regMenuLinks::-webkit-scrollbar {     display: none; }
       #regMenuLinks li, #regMenuLinks div { float: left; width: 100%; padding:0; clear: both; }
       #regMenuLinks div ul ul {width: 100%; padding: 0}
       #regMenuLinks div ul li ul {padding: 0 0 0 2%;  }
      #regMenuLinks li { border-bottom: 1px solid #fff; width: 100%; padding: 0.5% 0;}
      #regMenuLinks li div li {padding: 2% 0.5%; border-bottom: 1px solid #A0A5A9}
      #regMenuLinks li div ul ul li {border-bottom: 0; padding: 1% 0}
      #regMenuLinks li a {padding: 0 2%}
      #regMenuLinks > li.DownArrow {background-position: 90% 50%; background-size: 15px }
      #regMenuLinks > li > div {position: relative; width: 100%; padding: 0 }
      #regMenuLinks > li {height: auto}
}

@media screen and (max-width: 480px) {
  #regCTA .Call { font-size: 1.5em;}
    /*#regTopMenuBar .logo, #regCTA {width: 96%; text-align: center}
  #regCTA {padding-bottom: 1%;}*/
  #regAppointment {padding-right: 40px;}

   #regFooterSubscribe {padding: 2%}
   #regFooterSubscribe input[type=email] {width: 40%}
    #regFooterDirectors, #regFooterDisputes, #regFooterContracts, #regFooterLawyer { width: 98%; margin-right: 0; margin: 1%; border-bottom: 1px solid #A0A5A9}
     #regFooterLawyer {border-bottom: 0}
    #regBodyContent .FooterCTA h3 {height: auto;}
    .FooterCTA .Blurb {padding: 2%; width: 96%}
    #regBodyContent .slide,#regBodyContent .Per50 { height: 200px}
   
}

hr {border: 0; border-top: 1px solid #A0A5A9}

#regPageImage {float: right;width: 50%; margin-bottom: 1% }
#regPageImage img  {width: 100%; height: auto; max-height: 240px}
#regBodyContent a { text-decoration: underline; font-weight: bold; color: #60227A; }
#regBodyContent .FormDetail { margin-left: 60px; }

#regBodyContent ul li { list-style-type: square; }
.FixHeights { clear: both; }
/*If you want a background on regMainContent to span the height of regBodyContent this is necessary. */

#regBodyContent .CartLoginBox { border: 2px solid #CCCCCC; padding: 12px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; text-align: justify; line-height: 1.4em; padding: 0 15px 10px 15px; min-height: 220px; margin-bottom: 10px; }

/* Region: Information boxes - warning and information */
.msgboxInformation { display: none; background: url(../images/message-boxes/message_info.jpg) no-repeat top right; color: white; background-color: #9EC933; font-weight: bold; margin: 2px 0 2px 1px; padding: 5px; }
.msgboxInformation #msgInformationToUserText { background: url(data:image/png;base64,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) no-repeat top left; margin: 5px 0 5px 7px; padding: 0 10px 5px 40px; min-height: 25px; line-height: 25px; font-size: 1em; font-weight: bold; }
.msgboxWarning { display: none; background: url(../images/message-boxes/message_warning.jpg) no-repeat top right; background-color: #FFB00B; color: white; font-weight: bold; margin: 2px 0 2px 1px; padding: 5px; }
.msgboxWarning #msgWarningToUserText { background: url(data:image/png;base64,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) no-repeat top left; margin: 5px 0 5px 7px; padding: 0 10px 5px 40px; min-height: 25px; line-height: 25px; font-size: 1em; font-weight: bold; }

#page .breadcrumbtrail { padding-top: 5px; padding-bottom: 10px; color: #A0A5A9;}
#page .breadcrumbtrail div { padding: 0 5px 0 5px; display: inline; color: #A0A5A9; }
#page .breadcrumbtrail a { color: #A0A5A9;  text-decoration: none;}

#regBodyContent .TxtLabel { text-align: right; white-space: normal; padding: 7px 6px 0 0; font-weight: bold; vertical-align: top; color: #222222; }
#regBodyContent .enterData { margin-left: 40px; }

#regBodyContent .quotes { margin: 0 2% }
#regBodyContent .quotes .quote { margin: 0 0 10px 0; padding-top: 10px; }
#regBodyContent .quotes .quote img {max-width: 100px;}
#regBodyContent .quotes .quote .middleL { padding: 0 0 10px 0; font-size: 1.2em; width: 85%; line-height: 1.3em; text-align: left; float: left }
#regBodyContent .quotes .quote .middleR {width: 15%; text-align: right; float: right}
#regBodyContent .quotes .quote .footer { padding-bottom: 20px; border-bottom: 1px solid #A0A5A9; }
#regBodyContent .quotes .quote .Cur {font-size: 2.4em; line-height: 0.2em;  color: #60227A; vertical-align: middle; padding: 0 5px; }
#regBodyContent .quotes .quote .Name { text-align: right; margin: 1% 17%  0 2%;  font-size: 1em;}


#regBodyContent .OfficeLocations { vertical-align: top; border-bottom: 1px solid #CCCCCC; margin-bottom: 8px; padding-bottom: 8px; }
#regBodyContent .OfficeLocations .OfficeName { float: left; font-size: 1.4em; font-weight: bold; color: #027D85; margin-bottom: 6px; clear: left; }
#regBodyContent .OfficeLocations .Address { float: left; clear: left; }
#regBodyContent .OfficeLocations .MapArea { float: right; clear: right; }
#regBodyContent .OfficeLocations .MapArea .Map { width: 355px; height: 200px; border: 2px solid #E3E3E3; margin: 0; }
#regBodyContent .OfficeLocations .MapArea .DirectionFinder { background-color: #027d85; height: 20px; padding: 3px 3px 2px 10px; margin: 4px 0 0 0; border: 0 solid #E3E3E3; color: #FFFFFF; font-size: 1.3em; font-weight: bold; padding-right: 6px; }
#regBodyContent .OfficeLocations .MapArea .DirectionFinder a { color: #FFFFFF; font-size: 0.9em; }

#regBodyContent .Warning { margin: 0 auto; clear: both; background: #EDA32D; /* old browsers */ background: -moz-linear-gradient(top, #F1FA00 0, #FCFEC6 99%); /* firefox */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1FA00), color-stop(99%,#FCFEC6)); /* webkit */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1FA00', endColorstr='#FCFEC6',GradientType=0 ); /* ie */ border: none; text-align: left; padding: 0.4em; padding-left: 1em; font-size: 1.1em; border: solid 2px #DC0125; -webkit-border-radius: 5px; border-radius: 5px; -moz-border-radius: 5px; }

#regBodyContent .productRelated { clear: both; margin: 15px 0 20px 0; }

#regBodyContent .galleryImages { clear: both; margin: 15px 0 20px 0; }
#regBodyContent .galleryImages .image { border: 1px solid silver; float: left; padding: 2px; margin: 0 6px 10px 0; }
#regBodyContent .galleryImages .image img { border: none; }
#regBodyContent .galleryImages .instructions { color: gray; clear: both; font-size: .9em; }

/* datagrid styles */
#regBodyContent .datagrid .datagridHeader { background-color: #cccccc; font-weight: bold; margin-bottom: 10px; }
#regBodyContent .datagrid .datagridHeader td { padding: 2px 4px 2px 4px; }
#regBodyContent .datagrid .datagridItem { background-color: #efefef; border-bottom: 1px solid #666666; }
#regBodyContent .datagrid .datagridItem td { padding: 2px 4px 2px 4px; }
#regBodyContent .datagrid .datagridAlternatingItem { background-color: #ffffff; border-bottom: 1px solid #666666; }
#regBodyContent .datagrid .datagridAlternatingItem td { padding: 2px 4px 2px 4px; }

/* Generic paging styles - Ecommerce, etc */
#regBodyContent .paging { padding: 5px 0 8px 5px; }
#regBodyContent .paging a { text-decoration: none; }
#regBodyContent .paging table { width: 100%; }
#regBodyContent .paging .previousPageT { text-align: right; width: 120px; padding-right: 5px; }
#regBodyContent .paging .previousPageT a { color: #FFFFFF; background-color: #A25188; padding: 3px 5px 3px 5px; }

#regBodyContent .paging .previousPage { text-align: right; width: 220px; padding-right: 5px; }
#regBodyContent .paging .previousPage a { color: #FFFFFF; background-color: #A25188; padding: 3px 5px 3px 5px; }
#regBodyContent .paging .pageNumbers { text-align: center; width: 310px; }
#regBodyContent .paging .pageNumbers a.unselectedPage { font-weight: bold; color: #FFFFFF; padding: 3px 5px 3px 5px; background-color: #5B1243; }
#regBodyContent .paging .pageNumbers a.selectedPage { font-weight: bold; padding: 3px 3px 3px 3px; color: #5B1243; }
#regBodyContent .paging .nextPage { width: 70px; text-align: left; }
#regBodyContent .paging .nextPage a { color: #FFFFFF; padding: 3px 5px 3px 5px; background-color: #A25188; }
#regBodyContent .paging .all a { font-weight: bold; color: #FFFFFF; padding: 3px 5px 3px 5px; background-color: #A25188; }
#regBodyContent .paging .all { white-space: nowrap; padding-left: 20px; }

#regBodyContent .ContentSearch ol { margin-left: 5px; padding-left: 7px; }
#regBodyContent .ContentSearch ol li { margin-left: 5px; padding-left: 4px; }
#regBodyContent .ContentSearch .SearchResults { border-bottom: 1px solid #CCCCCC; padding-bottom: 5px; margin-bottom: 5px; }
#regBodyContent .ContentSearch .SearchResults .Header .Category { color: #A0A5A9; font-size: 1.1em;font-weight: bold; }
#regBodyContent .ContentSearch .SearchResults .Header a { font-size: 1.1em; text-decoration: none; }
#regBodyContent .ContentSearch .SearchResults .Date { font-weight: bold; font-style: italic; color: #313131; padding-top: 5px; }
#regBodyContent .ContentSearch .SearchResults .Content { clear: both; padding: 5px 0 0 0; }
#regBodyContent .ContentSearch .SearchResults .ReadMore { text-align: right;margin: 5px}
#regBodyContent .ContentSearch .SearchResults .ReadMore a { background-color: #60227A; padding: 5px 20px ; color: #FFFFFF; text-decoration: none;  }

/* Gallery related styles */
#regBodyContent .GalleryThumbnailBrowse { height: 200px; }
#regBodyContent .GalleryThumbnailBrowse .SubCategory { padding: 1px; text-align: center; border: 1px solid #CCCCCC; margin-right: 5px; }
#regBodyContent .GalleryThumbnailBrowse .SubCategory .Thumbnail { background-color: #FFFFFF; height: 160px; width: 160px; margin: 2px; display: table-cell; vertical-align: middle; }
#regBodyContent .GalleryThumbnailBrowse .SubCategory .Title { background-color: #CCCCCC; text-align: center; padding: 3px; margin: 0; }
#regBodyContent .GalleryThumbnailBrowse .SubCategory .Title a { text-decoration: none; color: #000000; font-size: 1.1em; }

/* Cookie Notification */
#cookieNotification { display: none; position: relative; background-color: #D1D1D1; border: none; padding: 10px; max-width: 1200px; font-size: .9em; }
#cookieNotification p {padding: 0; margin: 0}
#cookieNotification #cookieNotificationClose { float: right; margin: 10px; padding: 5px 10px 5px 10px; font-weight: bold; color: white; background-color: #60227A; cursor: pointer; }
#cookieNotification a { color: #FFFFFF; }

/* Comments on pages */
#comments { clear: both; margin: 15px 0 15px 0; }
#comments ul { padding: 0; margin: 0; list-style-type: none !important; }
#comments ul li { list-style-type: none !important; border-left: 3px solid #ccc; margin: 10px 10px 10px 40px; padding-left: 15px; }
#comments ul li span.comment { display: block; color: #444444; margin: 4px 0 4px 0; }
#comments ul li span.comment:before { content: '\201C'; }
#comments ul li span.comment:after { content: '\201C'; }
#comments ul li span.personsname { color: gray; font-weight: bold; }
#comments ul li span.datestamp { display: block; font-size: .9em; color: gray; }
#comments ul li.leaveNewComment { cursor: pointer; border-left: none; margin: 15px 10px 10px 20px; }
#comments ul li.noComments { cursor: pointer; }


.BlogAuthor  { clear: both; margin-top: 3%; margin-bottom: 5%}
.BlogAuthor .Pic { float: left; clear: left; width: 15%; margin-right: 2%}
.BlogAuthor .Auth, .BlogAuthor .Job, .BlogAuthor .Bio, .BlogAuthor .Contact    { float: left; clear: right; width: 75%}
.BlogAuthor .Job {  font-style: italic; padding: 10px 0}
.BlogAuthor .Contact  { padding: 10px 0}

@media screen and (max-width: 600px) {
.BlogAuthor .Pic {width: 100%; text-align: center; }
.BlogAuthor .Auth, .BlogAuthor .Job, .BlogAuthor .Bio, .BlogAuthor .Contact   {  width: 100%; padding: 2% 0}
#regBodyContent .quotes .quote .middleL {  width: 75%; }
#regBodyContent .quotes .quote .middleR {width:25%;}
#regBodyContent .quotes .quote .Name {margin-right: 25%}
}

@media screen and (max-width: 430px) {
#regTopMenuBar .logo img {width: 150px;}
#regAppointment {font-size: 1em; background-image: none; padding-right: 0; height: 40px}
#regCTA .Call {font-size: 1.1em; padding-top: 5px;}
}


#adminToolbar  { z-index: 99999; position: fixed; bottom: 0; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAAHXptwiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MDM1QkJGNTQzMjcxMUUwQkVDNDkwQTkwNEVGMzc0NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MDM1QkJGNDQzMjcxMUUwQkVDNDkwQTkwNEVGMzc0NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCODYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PppYkfwAAAEKSURBVHjaYmQp3rCfAQmwSApwMaAIqIkLoAoISouhCAAEECMVzAAIIEa+qi0oZqADFkVhXga8ClSkhPAqAAggDGei6OZiZ8FtND8nG25JIS523JIivJy4JQXwSTLy4fYvQAAxcpRtwhtaeAOKl4OVgWzNglxs5GsW5uGgQDOe0CKomZubfM0AAUgnAxMAYBCGwezc/P/ewT5QaA4IkWLaxxnNiuWfnQLwUfjw3QAuBsuHu4xnOEEYRcyHmEUGe+WH8QUYI1vJRrIzBiUA6GMmhgGxmI2CPEWRxRwDZjHrAFnMyTZQFlOQnyiymJt9gCzmYmcdoMTFNkAWs7INUFAzswyQxU/5hQfEYgAFGxUeGXSYOAAAAABJRU5ErkJggg==') /*../images/_toolbar/tbar_bg_all.png*/; background-repeat: repeat-x; width: 100%; height: 26px; top: 0; left: 0; padding: 0; margin: 0; color: White; font-size: .9em; }

#adminToolbar .version {float: right; height: 26px; color: white; text-transform: uppercase; font-weight: bold; padding: 6px 40px 0 30px; background-image: url('data:image/png;base64,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') /*../images/_toolbar/tbar_logo_zarr.png*/; background-repeat: no-repeat; background-position:right top;}

#adminToolbar .actionsL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5OTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5ODNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtChytwAAABySURBVHjaYvj//z8DEwMDQwOIYGAAcQECCESUgrjcYDGAAGKAKcFNAAQQI1AJM5DOB6ltgKuHy2MwjgAxD0AAwQ12ArG4ibAHTniAFQMEGCPYtVAA4rgAaRYgPgZ3B4pbUJxBNc5XUEghhwLIFboobgMAMrQ8Z8CMgCIAAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_end_l.png*/; background-repeat: no-repeat;}
#adminToolbar .actions {float: left; height: 26px; color: Yellow; padding: 4px 10px 0 10px; font-weight: bold; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAaCAYAAAHnKs0DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5NTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5NDNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvdpJTkAAABCSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIAYsStAIgABiBCppgDEYEDrxMwACCK6YBYhJ104eAyDA4FYMTYEGvCoAqQA9jNBT8y4AAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_bg.png*/; background-repeat: repeat-x;}
#adminToolbar .actions div.text {float: left; padding: 2px 10px 0 0; vertical-align: top;}
#adminToolbar .actions div.icon {float: left; padding: 0 10px 0 0; vertical-align: top;}
#adminToolbar .actions a {color: white; text-decoration: none;}
#adminToolbar .actionsR {float: left; width: 3px; height: 26px; margin-right: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOEIwRTI0NzNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOEIwRTI0NjNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq72r5YAAABwSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIDi3FERwY1MMEEAgogiImRnBPAaGBogcXBE6gweIjwIEENxgJxCLmwGLU3ARHmDFAAEGsw0MQBw+IG0FxH+QZRBuQXEGVTgwe7iBOAvkphIgdkcOCTAAAL9RPtw480aOAAAAAElFTkSuQmCC') /*../images/_toolbar/tbar_box_end_r.png*/; background-repeat: no-repeat;}

#adminToolbar .seoL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5OTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5ODNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtChytwAAABySURBVHjaYvj//z8DEwMDQwOIYGAAcQECCESUgrjcYDGAAGKAKcFNAAQQI1AJM5DOB6ltgKuHy2MwjgAxD0AAwQ12ArG4ibAHTniAFQMEGCPYtVAA4rgAaRYgPgZ3B4pbUJxBNc5XUEghhwLIFboobgMAMrQ8Z8CMgCIAAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_end_l.png*/; background-repeat: no-repeat;}
#adminToolbar .seo {float: left; height: 26px; color: Yellow; padding: 5px 10px 0 10px; font-weight: bold; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAaCAYAAAHnKs0DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5NTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5NDNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvdpJTkAAABCSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIAYsStAIgABiBCppgDEYEDrxMwACCK6YBYhJ104eAyDA4FYMTYEGvCoAqQA9jNBT8y4AAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_bg.png*/; background-repeat: repeat-x;}
#adminToolbar .seo div.text {float: left; padding: 1px 10px 0 0; vertical-align: top;}
#adminToolbar .seo div.icon {float: left; padding: 0 10px 0 0; vertical-align: top;}
#adminToolbar .seo a {color: white; text-decoration: none;}
#adminToolbar .seoR {float: left; width: 3px; height: 26px; margin-right: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOEIwRTI0NzNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOEIwRTI0NjNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq72r5YAAABwSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIDi3FERwY1MMEEAgogiImRnBPAaGBogcXBE6gweIjwIEENxgJxCLmwGLU3ARHmDFAAEGsw0MQBw+IG0FxH+QZRBuQXEGVTgwe7iBOAvkphIgdkcOCTAAAL9RPtw480aOAAAAAElFTkSuQmCC') /*../images/_toolbar/tbar_box_end_r.png*/; background-repeat: no-repeat;}

#adminToolbar .previewPageL {float: left; width: 3px; height: 26px; margin-left: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5OTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5ODNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtChytwAAABySURBVHjaYvj//z8DEwMDQwOIYGAAcQECCESUgrjcYDGAAGKAKcFNAAQQI1AJM5DOB6ltgKuHy2MwjgAxD0AAwQ12ArG4ibAHTniAFQMEGCPYtVAA4rgAaRYgPgZ3B4pbUJxBNc5XUEghhwLIFboobgMAMrQ8Z8CMgCIAAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_end_l.png*/; background-repeat: no-repeat;}
#adminToolbar .previewPage {float: left; height: 26px; color: Yellow; padding: 5px 10px 0 10px; font-weight: bold; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAaCAYAAAHnKs0DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozODdBNjc5NTNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozODdBNjc5NDNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvdpJTkAAABCSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIAYsStAIgABiBCppgDEYEDrxMwACCK6YBYhJ104eAyDA4FYMTYEGvCoAqQA9jNBT8y4AAAAASUVORK5CYII=') /*../images/_toolbar/tbar_box_bg.png*/; background-repeat: repeat-x; text-transform: uppercase }
#adminToolbar .previewPageR {float: left; width: 3px; height: 26px; margin-right: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAaCAYAAAEF9tZ6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOEIwRTI0NzNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOEIwRTI0NjNGRkExMUUwQUUwQzlGRjkxOTNFMTRBNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNzYyRjBCREY5M0ZFMDExOTQzM0M3RkQ5ODk5M0RBRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MUExOTkzQkIyRDJERTExODhEQ0ZFODI4NzIzMTAyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq72r5YAAABwSURBVHjaYvj//z8DEwMQIAiAAGJAFQMIIDi3FERwY1MMEEAgogiImRnBPAaGBogcXBE6gweIjwIEENxgJxCLmwGLU3ARHmDFAAEGsw0MQBw+IG0FxH+QZRBuQXEGVTgwe7iBOAvkphIgdkcOCTAAAL9RPtw480aOAAAAAElFTkSuQmCC') /*../images/_toolbar/tbar_box_end_r.png*/; background-repeat: no-repeat;}




/* Button styles */
/*-webkit-appearance:none; - This is crucial to stop apple devices changing the style of the button */
input[type=submit] { cursor: pointer; -webkit-appearance:none; background-color: #60227A; color: #FFF; border: 1px solid #60227A;  font-weight: normal; font-size: 1em; text-align: center; padding: 5px 10px }

#regBodyContent input[type=email], #regBodyContent input[type=number], #regBodyContent input[type=text], #regBodyContent input[type=password], #regBodyContent textarea { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 4px 5px; color: #333333; background-color: #FFFFFF; border: 1px solid #CCCCCC; }
#regBodyContent textarea { font-family: Arial; }
#regBodyContent input[type=text].Required, #regBodyContent input[type=password].Required, #regBodyContent textarea.Required { background-color: #E6E7E8; border: 1px solid #CCCCCC; color: #E31837; padding: 4px 5px; font-style: italic; }
#regBodyContent input[type=text].ErrorBox, #regBodyContent input[type=password].ErrorBox, #regBodyContent textarea.ErrorBox, #regBodyContent select.ErrorBox { border-color: red; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; outline: thin; outline-style: dotted; outline-color: invert; -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6) -webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6) box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6); }


#regBodyContent input[type=text]:focus, #regBodyContent input[type=password]:focus, #regBodyContent textarea:focus { border-color: rgba(82,168,236,0.8); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; outline: thin; outline-style: dotted; outline-color: invert; -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6) -webkit-box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6) box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(82,168,236,0.6); }
#regBodyContent input[type=checkbox], #regBodyContent input[type=radio] { border: none; }

#regBodyContent select { font-family: Arial; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #CCCCCC; background-color: #FFFFFF; color: #333333; padding: 4px 5px; }
input[type=checkbox] { border: none; }
input[type=radio] { border: none; }

/* RESPONSIVE: MAKE FONTS A BIT BIGGER/EASIER TO READ ON MOBILES */
@media screen and (max-width: 480px) {
  #regBodyContent input[type=email], #regBodyContent input[type=number], #regBodyContent input[type=text], #regBodyContent input[type=password], #regBodyContent textarea { font-size: 1.1em; }
  input[type='checkbox'] {  width: 20px; height: 20px; background: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 2px solid #555; }
  input[type='checkbox']:checked { background: #abd; }
}

div.chk {margin-bottom: 10px; clear: both; text-align: left}
div.chk input[type=checkbox] {float: left;}
 div.chk label  {
 padding-left: 10px; display: table-cell
}
/*Password Tool CSS */
#password_description { font-size: 10px; font-style: italic; }
#password_strength { height: 10px; display: block; }
#password_strength_border { width: 160px; height: 10px; border: 1px solid black; }
.strength0 { width: 160px; background: #cccccc; }
.strength1 { width: 40px; background: #ff0000; }
.strength2 { width: 80px; background: #56e500; }
.strength3 { background: #399800; width: 120px; }
.strength4 { background: #4dcd00; width: 160px; }



#regForm.Payment h3, #divPaymentSection h3 {background-color: #999999; color: #fff; padding: 8px 5px;}

#regForm {width: 100%; padding: 2% 0}
#regForm div {margin-bottom: 3px;}
#regForm .Label { float: left; font-weight: bold; color: #333;margin-top: 0; clear: left; width: 35%; text-align: right; padding-right: 10px; padding-top: 3px; }
#regForm .Control {float: left; width: 50% }
#regForm .Control input[type=text], #regForm .Control input[type=email], #regForm .Control input[type=number],  #regForm .Control input[type=password],#regForm .Control textarea  {width: 98%; font-size: 1em; max-width: 350px;}
#regForm .Control select {width: 100%; max-width: 365px;}
#regForm .Validator {float: left; clear: right; width: 10%;}
#regForm .Three { width: 85%; clear: both; max-width: 670px;padding-top: 0;}
#regForm .B { margin-right: 4%; float: left; text-align: right;padding-top: 5px}
.validationSummary {color: red;}

#regForm input[type=submit].Secure {background-image: url(../Images/template/Secure.svg); background-repeat: no-repeat; background-size: contain; padding-left: 40px; background-position: 10px center}

#regForm *:focus { outline: none; }
#regForm .required_notification { color: #d45252; margin: 5px 0 0 0; display: inline; float: right; clear: both; height: 25px; width: 100%; text-align: left; }
#regForm .Control input[type=text]:focus, #regForm .Control input[type=email]:focus, #regForm .Control input[type=number]:focus, #regForm .Control input[type=password]:focus, #regForm .Control textarea:focus { /* add this to the already existing style */ padding-right: 50px; }

#regForm input[type=text], #regForm textarea,  #regForm input[type=email],  #regForm select{ -moz-transition: padding .25s; -webkit-transition: padding .25s; -o-transition: padding .25s; transition: padding .25s; }
#regForm select:required, #regForm input:required, #regForm textarea:required { background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACpQTFRF+M7O6Wxt+djY63Z3/vX18qeo7ICA++Hi/Ovr75OU8Z2e7omK6GJj////SyXd4gAAAEtJREFUeNqczksKgEAMA9D0Nx/N3P+6uqplQBC7fIGkWNvhM2jfgGeFO7ZYGAmNZk0YCQOTDPjT0WVK81Jq4sqjgGvu4f/r73AJMAA5UgvJnpeyCQAAAABJRU5ErkJggg==') /*../images/forms/red_asterisk.png*/ no-repeat 95% center; }
#regForm .Control select:focus:invalid, #regForm .Control input[type=text]:focus:invalid, #regForm .Control input[type=email]:focus:invalid, #regForm .Control input[type=number]:focus:invalid, #regForm .Control input[type=password]:focus:invalid, #regForm .Control textarea:focus:invalid { /* when a field is considered invalid by the browser */ background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUpJREFUeNpivBIUxEAJYMIhngnEB4D4PxLeBcQJhAxQhGqcBsT2aHKuQDwfiLcDsTQ2A3SB+CqyRmY+PgYmDg4wjQQ8gPgSEKsgG8AGxOuAmBNZJYugIAOPlRUDm7g4usuFgHg1yA6YAckwE5EBt64ug2x2NgOPtTW2cDIA4kCYAVF4g5qREZdMAhOS/zHA70+fGP7+B0bA16+4DNCFGcCPTfbv+/cMf37+ZPj98SMuA/hhBrzGJvsHaMCHrVsZfj16hMuA1zADLmNNZcAo/PvlC8N/3GFwGWbAAmyyXJqaDJLx8Qx85ua4DJgLM2AZEJ/FCMQXLxi+XL7M8OvhQ2yaDwLxVkakzARKxseAWAIl+kCxAKMRABQoJshhAAL3gRjk1uNwEZgmVM37oOrAAc+C5iyQyVZA7A3NeYrQNAIK5JvQsNqNrAEgwAAO6VaUCoOyHgAAAABJRU5ErkJggg==') /*../images/forms/invalid.png*/ no-repeat 95% center; box-shadow: 0 0 5px #d45252; border-color: #b03535; }

#regForm .Control select:required:valid, #regForm .Control input:required:valid, #regForm .Control textarea:required:valid { /* when a field is considered valid by the browser */ background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASdJREFUeNpiibkQzEAJYMIhngnEB4D4PxI+ABXHa4AiVOE0ILZHk7OHih+AqgMDFiQFckB8Hoj5CbjaHqpOD4gfIbtgPhGaYYAfqh7uhVggdiIx/EDqY2EGJBBS3SFXxNAqm4sunAAzwBif5na5AgYJbisGZkZ2dCljkAHM6H5frL+GYbb6QjC7VTabQZrPhuH518MMFY96MMICZMBfIH6NLBp7MQQo+J1hoc4aBhl+R4YnHw8xVD6aiM1xr2FeuIkuk3Ezg+Hnnw8Mzz4eZah6PAmX727C0sFcILZBl027kUIobOfCXLAYiC+QGI0g9YthBoDCIRQ9LPCA11D1f5FT4h0gtiLCJReg6u5gy0wgQUMgjgbiTUD8FCr+FMqPhsrfgWkACDAAdeFJlrFXYEcAAAAASUVORK5CYII=') /*../images/forms/valid.png*/ no-repeat 95% center; box-shadow: 0 0 5px #5cd053; border-color: #28921f; }
#regForm .form_hint { background: #d45252; border-radius: 3px 3px 3px 3px; color: white; margin-left: 8px; padding: 1px 6px; z-index: 999; /* hints stay above all other elements */ position: absolute; /* allows proper formatting if hint is two lines */ display: none; }

#regForm .form_hint::before { content: "\25C0"; /* left point triangle in escaped unicode */ color: #d45252; position: absolute; top: 1px; left: -6px; }
#regForm input:focus + .form_hint { display: inline; }
#regForm input:required:valid + .form_hint { background: #28921f; }
/* change form hint color when valid */
#regForm input:required:valid + .form_hint::before { color: #28921f; }
/* change form hint arrow color when valid */
#regForm :-moz-placeholder { color: lightgray; }
#regForm ::-webkit-input-placeholder { color: lightgray; }

/* RESPONSIVE: MOBILE FRIENDLY FORM LAYOUT  */
@media screen and (max-width: 480px) {
  #regForm {width: 100%; padding: 0}
  #regForm .Label { clear: both; font-weight: bold; margin-top: 5px; color: #000;text-align: left; padding-right: 0;font-size: 1.2em; width: 100%; }
  #regForm .Control {width: 100%;clear: both; margin-bottom: 5px; }
  #regForm .Control input[type=text], #regForm .Control input[type=email], #regForm .Control input[type=number],  #regForm .Control input[type=password],#regForm .Control textarea  { max-width: 98%; width: 98%;  padding:8px 5px; font-size: 1.2em;}
  #regForm .Control select {width: 101%;max-width: 101%; padding:8px 5px; font-size: 1.2em;}
  #regForm .Validator {float: left; clear: right;width: 0;}
  #regForm .Three { width: 100%; clear: both; font-size: 1.1em; line-height: 1.3em; padding-top: 10px;}
    /* FOR MOBILES MAKE A BIG CHUNKY BUTTON EASY TO HIT  */
  #regForm .B {     text-align: left   ;   margin-right: 0; float: left    }
  #regForm .B input[type=submit]  {width: 100%; font-size: 1.4em; padding: 6px 0 6px 0}

  #regForm .Control input[type=text]:focus, #regForm .Control input[type=email]:focus, #regForm .Control input[type=number]:focus, #regForm .Control input[type=password]:focus, #regForm .Control textarea:focus { /* add this to the already existing style */ padding: 8px 5px; font-size: 1.4em; }
  #regForm input[type=submit].Secure {background-image: url(../Images/template/Secure.svg); background-repeat: no-repeat; background-size: contain; background-position: 10px center; padding-left: 40px;font-size: 1.1em; }

}



.cd-container { width: 90%; max-width: 768px; margin: 2em auto; }
.cd-container::after { /* clearfix */ content: ''; display: table; clear: both; }

.cd-top { display: inline-block;  position: fixed;height: 60px; width: 60px; bottom: 0; right: 0; -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: #60227A url(../../images/cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; -o-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; -o-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1; }
.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .5; }
.no-touch .cd-top:hover { background-color: #60227A; opacity: 1; }

@media only screen and (min-width: 1024px) {
  .cd-top {  right: 10px; bottom: 10px; }
}


.jquery-lightbox-overlay
{
  background:#000000;
}

.jquery-lightbox
{
  position:relative;
  padding:17px 0;
  background:#FFFFFF;
  box-shadow:2px 2px 14px rgba(0, 0, 0, 0.7);
  -moz-box-shadow:2px 2px 14px rgba(0, 0, 0, 0.7);
  -o-box-shadow:2px 2px 14px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow:2px 2px 14px rgba(0, 0, 0, 0.7);
}

.jquery-lightbox-border-top-left,
.jquery-lightbox-border-top-right,
.jquery-lightbox-border-top-middle,
.jquery-lightbox-border-bottom-left,
.jquery-lightbox-border-bottom-middle,
.jquery-lightbox-border-bottom-right
{
  position:absolute;
  height:7px;
  width:12%;
  z-index:7000;
  background:#FFFFFF;
  overflow:hidden;
}

.jquery-lightbox-border-top-left
{
  top:0;
  left:0;
}

.jquery-lightbox-border-top-right
{
  top:0;
  right:0;
}

.jquery-lightbox-border-top-middle
{
  width:78%;
  top:0;
  left:12%;
}

.jquery-lightbox-border-bottom-left
{
  bottom:0;
  left:0;
}

.jquery-lightbox-border-bottom-right
{
  bottom:0;
  right:0;
}

.jquery-lightbox-border-bottom-middle
{
  width:78%;
  bottom:0;
  left:12%;
}

.jquery-lightbox-title
{
  background:#FFFFFF;
  color:#2B2B2B;
  font-family:verdana,arial,serif;
  font-size:11px;
  line-height:14px;
  padding:5px 8px;
  margin:3px;
  position:absolute;
  bottom:0;
  z-index:7000;
  opacity:0.9;
}

.jquery-lightbox-html
{
  position:relative;
  z-index:7000;
  border:0;
  border-left:7px solid #FFFFFF;
  border-right:7px solid #FFFFFF;
  padding:0px 15px;
  vertical-align:top;
}

.jquery-lightbox-html embed,
.jquery-lightbox-html object,
.jquery-lightbox-html iframe
{
  vertical-align:top;
}

.jquery-lightbox-background
{
  position:absolute;
  top:7px;
  left:7px;
  z-index:6999;
  float:left;
  padding:0;
}

.jquery-lightbox-background img
{
  display:block;
  position:relative;
  border:0;
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

.jquery-lightbox-mode-image .jquery-lightbox-html
{
  z-index:6998;
  padding:0;
}

.jquery-lightbox-mode-html .jquery-lightbox-background
{
  background:#FFFFFF;
}

.jquery-lightbox-mode-html .jquery-lightbox-html
{
  overflow:auto;
}

.jquery-lightbox-loading,
.jquery-lightbox-mode-html .jquery-lightbox-loading
{
  background:#FFFFFF url(images/loading.gif) no-repeat center center;
}

.jquery-lightbox-button-close
{
  background:#FFFFFF url(images/jquery-lightbox-theme.gif) no-repeat -132px 7px;
  position:absolute;
  top:12px;
  right:-24px;
  width:24px;
  height:28px;
}

.jquery-lightbox-button-close span,
.jquery-lightbox-buttons span
{
  display:none;
}

.jquery-lightbox-mode-image .jquery-lightbox-button-close
{
  background:#FFFFFF url(images/jquery-lightbox-theme.gif) no-repeat -129px 0;
  top:7px;
  right:7px;
  width:21px;
  height:21px;
  z-index:7002;
}

.jquery-lightbox-buttons 
{
  position:absolute;
  z-index:7001;
  overflow:visible;
  top:7px;
  right:28px;
  text-align:right;
  zoom:1;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-init
{
  display:none;
}

.jquery-lightbox-buttons .jquery-lightbox-buttons-end
{
  display:none;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left
{
  background:#FFFFFF url(images/jquery-lightbox-theme.gif) no-repeat 7px 0;
  display:inline;
  display:inline-block;
  zoom:1;
  width:21px;
  height:21px;
  cursor:pointer;
}

.jquery-lightbox-buttons .jquery-lightbox-button-left span
{
  display:none;
}


.jquery-lightbox-buttons .jquery-lightbox-button-right
{
  background:#FFFFFF url(images/jquery-lightbox-theme.gif) no-repeat -95px 0;
  display:inline;
  display:inline-block;
  zoom:1;
  width:21px;
  height:21px;
  cursor:pointer;
}

.jquery-lightbox-buttons .jquery-lightbox-button-right span
{
  display:none;
}

.jquery-lightbox-buttons .jquery-lightbox-button-max
{
  background:#FFFFFF url(images/jquery-lightbox-theme.gif) no-repeat -61px 0;
  display:inline;
  display:inline-block;
  zoom:1;
  width:21px;
  height:21px;
  cursor:pointer;
}

.jquery-lightbox-buttons .jquery-lightbox-button-min
{
  background:#FFFFFF url(images/jquery-lightbox-theme.gif) no-repeat -27px 0;
  display:inline;
  display:inline-block;
  zoom:1;
  width:21px;
  height:21px;
  cursor:pointer;
}


.jquery-lightbox-buttons-custom
{
  position:absolute;
  top:0;
  left:21px;
  background:#FFFFFF;
  height:21px;
}

.jquery-lightbox-buttons-custom a
{
  color:#7b7b7b;
  font-size:12px;
  display:inline;
  font-weight:bold;
  text-decoration:underline;
  padding:0 4px;
  cursor:pointer;
}

.jquery-lightbox-navigator
{
  display:none;
}

#regBodyContent .blogPost { }
 #regBodyContent .blogPost .when { text-align: left;  padding: 5px 0 5px 0; font-style: italic; font-size: 1em;}
 #regBodyContent .blogPost img { height: auto; max-width: 100%;}

#regBodyContent  .blogList {clear: both; margin: 2%}
#regBodyContent .Per75 .blogList  {margin: 0}
#regBodyContent .Per75 .blogList ul {margin: 0; padding: 0}
#regBodyContent  .Per75 .blogList .item {margin: 0 1%; border-bottom: 0; padding-top: 1px; overflow: hidden;}

  #regBodyContent  .blogList .item {margin: 10px 0 5px 0; border-bottom: 1px solid #A0A5A9; padding-top: 1px; overflow: hidden;}
  #regBodyContent  .blogList .item .title { font-size: 1.1em; font-weight: bold; padding: 1% 0 0 0; }
  #regBodyContent .Per75 .blogList .item .title  {padding: 0}
  #regBodyContent  .blogList .item .title a { color: #000000; text-decoration: none;}
  #regBodyContent  .blogList .item .image {float: left; margin-right: 15px}
  #regBodyContent  .blogList .item .image img { max-width: 120px; height: auto}
  #regBodyContent  .blogList .item .date { font-style: italic; color: #A0A5A9; font-size: 0.9em; padding: 0 0 1% 0;}
  #regBodyContent  .blogList .item .extract {color: #000000;  }
  #regBodyContent  .blogList .item .link {float: right;  padding: 5px 20px; margin: 5px; background-color: #60227A;}
  #regBodyContent  .blogList .item .link a {color: #FFF; text-decoration: none;}

  .BlogDisclaimer {font-size: 0.8em; line-height: 1.2em; margin: 2% 0}
