/*** Reset style sheet to reduce browser inconsistencies* Created By: Simon Dyson** $Id$*//* Remove padding and margin */* {    margin: 0;    padding: 0;}/* Put it back on certain elements */h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {    margin: 1em 0;}/* Remove border around linked images */img {    border: 0;}table {    text-align: left;}/*! * jQuery UI CSS Framework 1.8.22 * * Copyright 2012, 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:before, .ui-helper-clearfix:after { content: ""; display: table; }.ui-helper-clearfix:after { clear: both; }.ui-helper-clearfix { zoom: 1; }.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 Resizable 1.8.22 * * Copyright 2012, 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; 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.22 * * Copyright 2012, 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 Accordion 1.8.22 * * Copyright 2012, 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.22 * * Copyright 2012, 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.22 * * 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.22 * * Copyright 2012, 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 Dialog 1.8.22 * * Copyright 2012, 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: .4em 1em; position: relative;  }.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 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 Slider 1.8.22 * * Copyright 2012, 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.22 * * Copyright 2012, 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 { position: relative; padding: .2em; zoom: 1; } /* 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; }.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 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: 1em 1.4em; background: none; }.ui-tabs .ui-tabs-hide { display: none !important; }/*! * jQuery UI Datepicker 1.8.22 * * Copyright 2012, 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%; font-size:0em; }/* 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 {    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 Progressbar 1.8.22 * * Copyright 2012, 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; overflow: hidden; }.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*! * jQuery UI CSS Framework 1.8.22 * * Copyright 2012, 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/?ctl=themeroller&ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=829EB0&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px *//* Component containers----------------------------------*/.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1em;}.ui-widget .ui-widget { font-size: 1em; }.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../images/jquery/ui/ui-bg_flat_75_ffffff_40x100.png?jcb=1683818934) 50% 50% repeat-x; color: #222222; }.ui-widget-content a { color: #222222; }.ui-widget-header { border: 1px solid #aaaaaa; background: #829eb0 url(../images/jquery/ui/ui-bg_highlight-soft_75_829eb0_1x100.png?jcb=1683818934) 50% 50% repeat-x; color: #222222; font-weight: bold; }.ui-widget-header a { color: #222222; }/* Interaction states----------------------------------*/.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../images/jquery/ui/ui-bg_glass_75_e6e6e6_1x400.png?jcb=1683818934) 50% 50% repeat-x; font-weight: normal; color: #555555; }.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; 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; background: #dadada url(../images/jquery/ui/ui-bg_glass_75_dadada_1x400.png?jcb=1683818934) 50% 50% repeat-x; font-weight: normal; color: #212121; }.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../images/jquery/ui/ui-bg_glass_65_ffffff_1x400.png?jcb=1683818934) 50% 50% repeat-x; font-weight: normal; color: #212121; }.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; 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; background: #fbf9ee url(../images/jquery/ui/ui-bg_glass_55_fbf9ee_1x400.png?jcb=1683818934) 50% 50% repeat-x; color: #363636; }.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(../images/jquery/ui/ui-bg_inset-soft_95_fef1ec_1x100.png?jcb=1683818934) 50% bottom repeat-x; color: #cd0a0a; }.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }.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/ui-icons_222222_256x240.png?jcb=1683818934); }.ui-widget-content .ui-icon {background-image: url(../images/jquery/ui/ui-icons_222222_256x240.png?jcb=1683818934); }.ui-widget-header .ui-icon {background-image: url(../images/jquery/ui/ui-icons_222222_256x240.png?jcb=1683818934); }.ui-state-default .ui-icon { background-image: url(../images/jquery/ui/ui-icons_888888_256x240.png?jcb=1683818934); }.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/jquery/ui/ui-icons_454545_256x240.png?jcb=1683818934); }.ui-state-active .ui-icon {background-image: url(../images/jquery/ui/ui-icons_454545_256x240.png?jcb=1683818934); }.ui-state-highlight .ui-icon {background-image: url(../images/jquery/ui/ui-icons_2e83ff_256x240.png?jcb=1683818934); }.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/jquery/ui/ui-icons_cd0a0a_256x240.png?jcb=1683818934); }/* 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-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }/* Overlays */.ui-widget-overlay { background: #aaaaaa url(../images/jquery/ui/ui-bg_flat_0_aaaaaa_40x100.png?jcb=1683818934) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../images/jquery/ui/ui-bg_flat_0_aaaaaa_40x100.png?jcb=1683818934) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Hide useless elements in print layouts... */@media print {    .ui-tabs-nav {        display: none;    }    .ui-tabs-hide {        display: block;    }}.ui-tabs {    margin-bottom: 1em;    border: none;    background: none;}.ui-tabs .ui-tabs-nav {    list-style: none;    margin: 0;    padding: 0;    background: none;    border: none;}.ui-tabs .ui-tabs-nav li {    background: none;    border: none;    margin-bottom: -2px;}.ui-tabs .ui-tabs-nav li a {    float: left; /* fixes dir=ltr problem and other quirks IE */    padding: 0 1em;    background: url(../images/jquery/tabs.png?jcb=1683818934) no-repeat;    margin: 6px 0 0;    text-decoration: none;    white-space: nowrap; /* @ IE 6 */    outline: 0; /* @ Firefox, prevent dotted border after click */    -webkit-border-top-left-radius: 10px;    -webkit-border-top-right-radius: 10px;    -moz-border-radius-topleft: 10px;    -moz-border-radius-topright: 10px;    border-top-left-radius: 10px;    border-top-right-radius: 10px;    background-position: -10px 0;}.ui-tabs .ui-tabs-nav li a:hover {    background-position: -10px -23px;}.ui-tabs .ui-tabs-nav li a:link, .ui-tabs .ui-tabs-nav li a:visited {    color: #fff;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {    z-index: 2;    margin-top: 0;    background-position: -10px -23px;}.ui-tabs .ui-tabs-nav li a span {    height: 20px;    line-height: 20px;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a span {    height: 27px;    line-height: 27px;    font-weight: bold;}.ui-tabs .ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs .ui-tabs-nav .ui-tabs-selected a:visited {    cursor: text;}.ui-tabs .ui-tabs-nav a:hover, .ui-tabs .ui-tabs-nav a:focus, .ui-tabs .ui-tabs-nav a:active{    cursor: pointer;}.ui-tabs .ui-tabs-panel {    border: 1px solid #004D8C;    padding: 10px;    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */}table.tablesorter thead tr .header{    background-position: right center;    background-image: url(../images/jquery/bg.gif?jcb=1683818934);    cursor: pointer;    background-repeat: no-repeat;    padding-right: 20px;}table.tablesorter thead tr .headerSortUp{    background-image: url(../images/jquery/asc.gif?jcb=1683818934);}table.tablesorter thead tr .headerSortDown{    background-image: url(../images/jquery/desc.gif?jcb=1683818934);}div.pager{    position: relative;    margin: 0.5em;    text-align: center;}div.pager input{    width: 3em;}div.pager select{    width: 4em;}div.pager img{    vertical-align: bottom;    cursor: pointer;}div.pager img, div.pager select, div.pager input {    margin-left: 2px;    margin-right: 2px;}.defaultTable .tableContent.accordionContainer {    padding: 0;    border: 0;}.defaultTable .tableContent.accordionContainer .accordion .ui-state-active,.defaultTable .tableContent.accordionContainer .accordion .ui-accordion-content-active {    background-color: transparent;    background-image: none;    border-color: #ccc;}.defaultTable .tableContent.accordionContainer .accordion .ui-state-active {    border-bottom: none;}.defaultTable .tableContent.accordionContainer .accordion .ui-state-active a {    cursor: auto;}.defaultTable .tableContent.accordionContainer .ui-corner-top,.defaultTable .tableContent.accordionContainer .ui-corner-bottom,.defaultTable .tableContent.accordionContainer .ui-corner-all {    -webkit-border-radius: 0;    -moz-border-radius: 0;}.defaultTable .tableContent.accordionContainer .ui-accordion {    margin-top: -1px;}.defaultTable .tableContent.accordionContainer .ui-accordion-header {    border-color: #bbb;}/*** $Id$*//**//* * jQuery UI Autocomplete 1.8.13 * * Copyright 2011, 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; }* html .ui-autocomplete {	/*resets*/margin: 0; padding: 0; border: 0; outline: 0;	overflow: hidden;	z-index: 99999;    margin-left: 1px;    /* By default the width is set to the original control but this causes ugly wrapping  -       The whitespace setting on li seems to deal with this  - old approach was       width: auto !important;     */    /* workarounds */    width:1px; /* without this, the menu expands to 100% in IE6 */    max-width: 800px;}/** Some of these properties are not really necessary **/.ui-autocomplete ul {	list-style-position: outside;	list-style: none;	padding: 0;	margin: 0;	border: 1px solid #666;    background-color: #C1CFD8;}.ui-autocomplete li {	margin: 0;	padding: 0.3em 0.5em;	overflow: hidden;    cursor: pointer;    white-space: nowrap;}/*   styles don't exist any more.ui-autocomplete li.ac_odd {    background-color: #C1CFD8;}.ui-autocomplete li.ac_even {    background-color: #DFE6EA;}.ui-autocomplete li.ac_over {    background-color: #829EB0;    color: #fff;}*/ /*  TODO find the correct style for this.ac_loading {	background: #fff url(../images/common/loading_small.gif?jcb=1683818933) right center no-repeat;    z-index: 100;} */.clearable .ac_loading {	background: #fff url(../images/common/loading_small.gif?jcb=1683818933) 85% center no-repeat;    z-index: 100;}/*** $Id$*/.ui-datepicker {    z-index: 8500;    display: none;}/* IE6 IFRAME FIX - through trial and error found these to be better than defaults */.ui-datepicker-cover {    top: 0px;    left: 0px; }.dialog {    display: none;}.ui-dialog {    width: auto;    background: #F8F6F6;}.ui-dialog .tableHeader {    display: none;}.ui-dialog .defaultTable {    border: none;    margin: 0;    padding: 0;}.ui-dialog .defaultTable .tableContent {    border: none;}.ui-dialog .ui-dialog-titlebar {    padding-right: 2.5em;}/* empty */div.simpleTreeHeaderBar label{    float: none;    display: inline;}div.simpleTreeHeaderBar a{    float: right;}div.wrappedTree300 div.simpleTreeContainer{    height: 300px;    overflow: auto;    background-color: #ffffff;}div.simpleTreeContainer{    padding:0px 0px 0px 17px;    border:lightgray solid 1px;    margin: 5px 0px;}.simpleTree{	margin:0;	padding:0;	/*	overflow:auto;	width: 250px;	height:350px;	overflow:auto;	border: 1px solid #444444;	*/}.simpleTree li{	list-style: none;	margin:0;	padding:0 0 0 34px;	line-height: 14px;}.simpleTree li span{	display:inline;	clear: left;	white-space: nowrap;}.simpleTree ul{	margin:0;	padding:0;}.simpleTree .root{	margin-left:-16px;	background: url(../images/jquery/simpleTree/folder.png?jcb=1683818934) no-repeat 16px 0 #ffffff;}.simpleTree .line{	margin:0 0 0 -16px;	padding:0;	line-height: 3px;	height:3px;	font-size:3px;	background: url(../images/jquery/simpleTree/line_bg.gif?jcb=1683818934) 0 0 no-repeat transparent;}.simpleTree .line-last{	margin:0 0 0 -16px;	padding:0;	line-height: 3px;	height:3px;	font-size:3px;	background: url(../images/jquery/simpleTree/spacer.gif?jcb=1683818934) 0 0 no-repeat transparent;}.simpleTree .line-over{	margin:0 0 0 -16px;	padding:0;	line-height: 3px;	height:3px;	font-size:3px;	background: url(../images/jquery/simpleTree/line_bg_over.gif?jcb=1683818934) 0 0 no-repeat transparent;}.simpleTree .line-over-last{	margin:0 0 0 -16px;	padding:0;	line-height: 3px;	height:3px;	font-size:3px;	background: url(../images/jquery/simpleTree/line_bg_over_last.gif?jcb=1683818934) 0 0 no-repeat transparent;}.simpleTree .folder-open{	margin-left:-16px;	background: url(../images/jquery/simpleTree/collapsable.gif?jcb=1683818934) 0 -2px no-repeat #fff;}.simpleTree .folder-open-last{	margin-left:-16px;	background: url(../images/jquery/simpleTree/collapsable-last.gif?jcb=1683818934) 0 -2px no-repeat #fff;}.simpleTree .folder-close{	margin-left:-16px;	background: url(../images/jquery/simpleTree/expandable.gif?jcb=1683818934) 0 -2px no-repeat #fff;}.simpleTree .folder-close-last{	margin-left:-16px;	background: url(../images/jquery/simpleTree/expandable-last.gif?jcb=1683818934) 0 -2px no-repeat #fff;}.simpleTree .folder-empty{	margin-left:-16px;	background: url(../images/jquery/simpleTree/folder-empty.gif?jcb=1683818934) 0 -2px no-repeat #fff;}.simpleTree .folder-empty-last{	margin-left:-16px;	background: url(../images/jquery/simpleTree/folder-empty-last.gif?jcb=1683818934) 0 -2px no-repeat #fff;}.simpleTree .doc{	margin-left:-16px;	background: url(../images/jquery/simpleTree/leaf.gif?jcb=1683818934) 0 -1px no-repeat #fff;}.simpleTree .doc-last{	margin-left:-16px;	background: url(../images/jquery/simpleTree/leaf-last.gif?jcb=1683818934) 0 -1px no-repeat #fff;}.simpleTree .ajax{	background: url(../images/jquery/simpleTree/spinner.gif?jcb=1683818934) no-repeat 0 0 #ffffff;	height: 16px;	display:none;}.simpleTree .ajax li{	display:none;	margin:0;	padding:0;}.simpleTree .trigger{	display:inline;	margin-left:-32px;	width: 28px;	height: 11px;	cursor:pointer;}.simpleTree .text{	cursor: default;}.simpleTree .active{	cursor: default;	background-color:#F7BE77;	padding:0px 2px;	border: 1px dashed #444;}#drag_container{	background:#ffffff;	color:#000;	font: normal 11px arial, tahoma, helvetica, sans-serif;	border: 1px dashed #767676;}#drag_container ul{	list-style: none;	padding:0;	margin:0;}#drag_container li{	list-style: none;	background-color:#ffffff;	line-height:18px;	white-space: nowrap;	padding:1px 1px 0px 16px;	margin:0;}#drag_container li span{	padding:0;}#drag_container li.doc, #drag_container li.doc-last{	background: url(../images/jquery/simpleTree/leaf.gif?jcb=1683818934) no-repeat -17px 0 #ffffff;}#drag_container .folder-close, #drag_container .folder-close-last{	background: url(../images/jquery/simpleTree/expandable.gif?jcb=1683818934) no-repeat -17px 0 #ffffff;}#drag_container .folder-open, #drag_container .folder-open-last{	background: url(../images/jquery/simpleTree/collapsable.gif?jcb=1683818934) no-repeat -17px 0 #ffffff;}.contextMenu{	display:none;}/* TODO we can't reply on this existing since it is internal to the timepicker. Need to wrap the whole thing in our own class */.timeEntry_wrap {    float: left;}/*** Button styleSheet. * Usage:* The class button, buttonSmall or buttonLarge can be applied to an anchor or input button to display as a button with rollover effect.* Several classes are available to apply to the button's container:*   inlineButtonBox can be used to display buttons either in a horizontal row or mixed in with text.*   verticalButtonBox can be used to display buttons in a vertical list with each button the same width.* Buttons can be floated left or right by adding the buttonLeft or buttonRight class in addition to the main button class.* Created By: Simon Dyson** $Id: buttons.css 3993 2007-01-29 18:13:21Z sdyson $**//* shared styles for all buttons */.button, .buttonSmall, .buttonLarge, .buttonExtraLarge, .buttonHuge {	vertical-align:middle;    background-repeat: repeat-x;    background-position: 0 -1px;    background-image: url(../images/button.png?jcb=1683818933);    background-color: #ccc;    outline: none;    border: 1px solid #999;    margin: 0.25em;	padding: 0 1.0em;    font-size: 0.8em;    font-weight: normal;    font-family: verdana, arial, helvetica, sans-serif;    text-align:center;    cursor: pointer;    color: #333 !important;    white-space: nowrap;}/* link effect */.button:link, .buttonSmall:link, .buttonLarge:link, .buttonExtraLarge:link, .buttonHuge:link {    color: #333 !important;}/* visited effect */.button:visited, .buttonSmall:visited, .buttonLarge:visited, .buttonExtraLarge:visited, .buttonHuge:visited {    color: #333 !important;}/* hover effect */.button:hover, .buttonSmall:hover, .buttonLarge:hover, .buttonExtraLarge:hover, .buttonHuge:hover {    background: #999 url(../images/button.png?jcb=1683818933) repeat-x 0 -22px;    border: 1px solid #666666;    text-decoration: none;    color: #111 !important;}/* active effect */.button:active, .buttonSmall:active, .buttonLarge:active, .buttonExtraLarge:active, .buttonHuge:active {    background: #666 url(../images/button.png?jcb=1683818933) repeat-x 0 -43px;    border: 1px solid #666666;    text-decoration: none;    color: #666 !important;}/* input button styles */input.button, input.buttonSmall, input.buttonLarge, input.buttonHuge,button.button, button.buttonSmall, button.buttonLarge, button.buttonExtraLarge, button.buttonHuge {    height: 22px;    padding-top: 3px;    padding-bottom: 4px;}/* anchor button styles */a.button, a.buttonSmall, a.buttonLarge, a.buttonExtraLarge, a.buttonHuge {	padding-top: 4px;    padding-bottom: 4px;    text-decoration: none;}/* disabled button styles */input.button[disabled], input.buttonSmall[disabled], input.buttonLarge[disabled], input.buttonHuge[disabled],button.button[disabled], button.buttonSmall[disabled], button.buttonLarge[disabled], button.buttonExtraLarge[disabled], button.buttonHuge[disabled]{    color: #999 !important;    border-color: #aaa;    background: #ccc url(../images/button.png?jcb=1683818933) repeat-x 0 -1px;    cursor: inherit;}.inlineButtonBox, .inlineCentredButtonBox, .inlineRightButtonBox {	margin:0;	padding: 0;	line-height: 2.0em;}table.striped th.inlineButtonBox,table.striped td.inlineButtonBox {    padding-top: 0.2em;    padding-bottom: 0.2em;}.inlineCentredButtonBox {    text-align:center;}.inlineRightButtonBox {    float: right;}.verticalButtonBox {    padding-top: 0.5em;    padding-bottom: 0.5em;}.verticalButtonBox .button,.verticalButtonBox .buttonSmall,.verticalButtonBox .buttonLarge,.verticalButtonBox .buttonExtraLarge,.verticalButtonBox .buttonHuge{	display: block;	padding-left: 0;	padding-right: 0;}.verticalButtonBox .button,.verticalButtonBox .buttonSmall,.verticalButtonBox .buttonLarge,.verticalButtonBox .buttonExtraLarge,.verticalButtonBox .buttonHuge {    margin: 0.5em auto;}td.verticalButtonBox .button,td.verticalButtonBox .buttonSmall,td.verticalButtonBox .buttonLarge,td.verticalButtonBox .buttonExtraLarge,td.verticalButtonBox .buttonHuge {    margin: 0.2em 0 0.2em auto;}.horizontalButtonBox {    text-align: center;}.horizontalButtonBox .button,.horizontalButtonBox .buttonSmall,.horizontalButtonBox .buttonLarge,.horizontalButtonBox .buttonExtraLarge,.horizontalButtonBox .buttonHuge {    display: -moz-inline-stack; /* Mozilla style - used by FF2 and earlier */    display: inline-block; /* Works in FF3+ and IE6+ */}.horizontalButtonBox .button span.mozilla,.horizontalButtonBox .buttonSmall  span.mozilla,.horizontalButtonBox .buttonLarge span.mozilla,.horizontalButtonBox .buttonExtraLarge span.mozilla,.horizontalButtonBox .buttonHuge span.mozilla {    display: block;    text-align: center;}.verticalButtonBox .button {    width: 160px;}.verticalButtonBox .buttonSmall {    width: 80px;}.verticalButtonBox .buttonLarge {    width: 200px;}.verticalButtonBox .buttonExtraLarge {    width: 240px;}.verticalButtonBox .buttonHuge {    width: 260px;}.verticalButtonBox .button/* Remove padding in striped table cell */table.striped td.horizontalButtonBox {    padding: 0.1em;}.buttonLeft{	display: block;	float: left;	line-height: 1.3em;}.buttonRight{	display: block;	float: right;	line-height: 1.3em;}/* A button spacer can be used when you want to take up the exact same vertical space as a button. */.buttonSpacer {    font-size: 0.8em;    padding: 5px 0; /* 4px padding + 1px border */    margin: 0.25em;}.verticalButtonBox .buttonSpacer {    display: block;    margin: 0.5em auto;}ul.buttonOptions {    position: absolute;    background: #f8f6f6 none;    top: 0;    right: 0;    border: 1px solid #ccc;    margin: 0;    padding: 0;    white-space: nowrap;    z-index: 9999;    list-style-type: none;}ul.buttonOptions li {    min-height: 20px;    line-height: 20px;    border-top: 1px dashed #ccc;    display: block;}ul.buttonOptions li:hover {    background: #e8e6e6;}ul.buttonOptions li:first-child {    border-top: none;}ul.buttonOptions li a {    padding-left: 1em;    padding-right: 1em;    color: #666;    display: block;}.buttonOptionsButton {    border-left: 1px dotted #666;    display: inline-block;    background: url(../images/jquery/asc.gif?jcb=1683818934) no-repeat center;    width: 16px;    margin-left: 5px;    margin-right: -8px;}.select-version-button {    margin: 0;    height: 20px;}/*** Forms styleSheet.** Created By: Simon Dyson** $Id$**/form {    padding: 0;    margin: 0;}label {    padding-right: 10px;    padding-left: 10px;    /*font-weight: bold;*/    vertical-align: text-top;}input[type=text]:disabled {    background-color: #d0d0d0;}input[type=text], input[type=password], select, textarea {    border: 1px solid #666;    font-family: verdana, helvetica, sans-serif;    background-color: #fefefe;    color: #000000}/* Took this out because it caused divs to jump in IEinput[type=text]:hover, input[type=password]:hover, select:hover, textarea:hover,input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {    border: 1px solid #333;}*/input[type=text], input[type=password] {    padding-left: 2px;    padding-right: 2px;    width:150px;}input[type="checkbox"] {    margin-left:0;}.longListBoxes select{    width: 300px;}.longInput   input[type=text]{    width:200px;}select {    width:155px;}textarea {    padding: 0.2em;    font-family: verdana, arial, helvetica, sans-serif;    font-size: inherit;    width:300px;}textarea.longTextArea {    width: 100%; padding: 4px;}label.longTextArea { padding: 0; margin: 0; display: block; padding-right: 10px; }option.instruction {    text-align:center;}ul {    margin: 0;    padding: 0;}ul ul {    padding: 0.2em 0.5em 0.5em 1em;}fieldset.wideFields input[type="text"],fieldset.wideFields input[type="password"] {    width: 250px;}fieldset.wideFields select {    width:255px;}/* FIELDSET */fieldset {    clear: both;    border-style: none;    padding: 10px;    margin: 0;}fieldset fieldset {    border-top: 1px solid #999;    margin-bottom: 1em;    padding-left: 0;    padding-top: 5px;    margin-top: 2em;}fieldset fieldset.noSidePadding {    padding-left: 0;    padding-right: 0;}fieldset legend {    color: #333;    padding: 3px 0;    margin: 0 0 0.5em 0;}fieldset fieldset legend {    font-weight: bold;    text-transform: uppercase;    padding-right: 0.5em;    padding-top: 0;    margin: 0;}fieldset .formRow {    clear: both;    margin-top: 0.6em;    overflow: hidden; /* clear floats */    width: 100%;}fieldset .gridHeader {    width: 6pc;    overflow-wrap: break-spaces;}fieldset .gridValue {    width: 6pc;    font-weight: normal;}fieldset label {    clear: left;    display: block;    float: left;    width: 150px;    text-align: left;    padding: 3px 10px 2px 0;    margin-right: 0.3em;    font-weight: bold;}fieldset .titlebox {    float: left;    padding: 0 5px;    margin: -20px 0 0 30px;    background: #F8F6F6;    color: #4261a2;    font-weight: bold;}fieldset.wideLabels label {    width: 250px;}fieldset.unlimitedWidthLabels label {    width: auto;}fieldset fieldset label {}fieldset select, fieldset input[type=text], fieldset input[type=password], fieldset input[type=file],fieldset input[type=checkbox], fieldset textarea, fieldset .formCheckboxesRow .checkboxTable1 {    display: block;    float: left;    margin-right: 0.3em;}fieldset input[type=checkbox] {    margin-top: 0.1em;}fieldset span.textRow {    display: block;    padding: 3px 10px 3px 0;    margin-left: 165px;}fieldset span.textRowBreak {    display: block;    padding: 3px 10px 3px 0;    margin-left: 165px;    word-wrap:break-word;    width:380px;}fieldset span.textRow img {    vertical-align: middle;}fieldset span.error, fieldset div.error {    background: url(../images/common/error.gif?jcb=1683818933) no-repeat;    padding: 3px 3px 3px 27px;    display: block;    float: left;}fieldset br {    clear:both;}fieldset input.error, fieldset select.error, fieldset textarea.error {    background-color: #FFFFCC;}fieldset .checkboxTable label {    width: auto;}fieldset .checkboxTableItem label.checkAllLabel {    font-style: italic;    padding-bottom:0.2em;    margin-bottom:0.2em;    border-bottom:solid 1px lightgray;}fieldset .checkboxTable input {    float: right;}form.visibleFieldset fieldset{    border:1px solid #a9a9a9;    -moz-border-radius:5px;    -webkit-border-radius:5px;    border-radius:5px;}form.visibleFieldset legend{    font-size:1.2em;    text-align:right;    margin-top: 5px;    font-weight:bold;}.formButtonRow {    margin-top: 1em;    text-align: center;}.formButtonRow input {    display: -moz-inline-stack; /* Mozilla style - used by FF2 and earlier */    display: inline-block; /* Works in FF3+ and IE6+ */}/* CHECKBOX GRIDS */.checkboxTable1, .checkboxTable2, .checkboxTable3, .checkboxTable4, .checkboxTable5 {    margin: 0;    padding: 0;}fieldset fieldset .checkboxTable1, fieldset fieldset .checkboxTable2, fieldset fieldset .checkboxTable3, fieldset fieldset .checkboxTable4, fieldset fieldset .checkboxTable5 {    margin-left: 160px;}.checkboxTableItem {    float: left;}.checkboxTable1 .checkboxTableItem {    width: 100%;}.checkboxTable2 .checkboxTableItem {    width: 50%;}.checkboxTable3 .checkboxTableItem {    width: 33%;}.checkboxTable4 .checkboxTableItem {    width: 25%;}.checkboxTable5 .checkboxTableItem {    width: 20%;}.checkboxTableFirstItem {    clear: left;}.checkboxTableItem input {    float: left;}.checkboxTableItem label {    float: left;    padding: 0 0.3em;    font-weight: normal;    clear: none;    width: auto;}/* RESIZABLE TEXTAREA */div.grippie {    background:#EEEEEE url(../images/common/grippie.png?jcb=1683818933) no-repeat scroll center 2px;    border: 1px solid #666;    border-top-width: 0;    cursor:s-resize;    height:9px;    overflow:hidden;    margin-top: -1px;}.resizable-textarea textarea {    display:block;    margin-bottom:0;    width:95%;    height: 20%;}/* PLACEHOLDER */input.placeholder, textarea.placeholder {    color: #bbb;}/* AUTOGROW TEXTAREA */textarea.autogrow {    max-height: 200px;}                                                                              .textAreaROReplacement {    padding: 0.2em;    font-family: verdana, arial, helvetica, sans-serif;    font-size: inherit;    overflow-y:auto;}/* Hidden listbox clone, for when you're dynamically hiding elements and putting them back */select.hiddenListBoxClone {    display:none;    }/* DATE SELECTORS */input.dateTimeSelector,fieldset.wideFields input.dateTimeSelector {    width: 90px;}input.timeSelector,fieldset.wideFields input.timeSelector {    width: 50px;}.timeEntry_control {    cursor: pointer;    float: left;    margin-left: -19px;    margin-top: 2px;}.clearButton {    background: transparent url(../images/jquery/ui/ui-icons_222222_256x240.png?jcb=1683818934) no-repeat scroll -32px -192px;    border: 0 none;    cursor: pointer;    width: 16px;    height: 16px;    margin-left: -21px;    margin-top: 1px;    float: left;}.formSiteRow .clearButton {    background-color: #fff;}.clearButton:hover {    background-image: url(../images/jquery/ui/ui-icons_454545_256x240.png?jcb=1683818934);}.dateSelector.placeholder {    color: #aaa;}.formCheckboxesRow .clearButton {    margin-left: -25px;    float: none;}/* SEARCH CRITERIA */.searchCriteria {    margin: 1em 0;}.searchCriteria dt {    display: inline;    font-weight: bold;}.searchCriteria dd {    display: inline;    margin-right: 1em;}.formRow .radioButtton{    float:left;    width:150px;    padding-right:8px;}.longListBoxes select{    width: 300px;}/*** Tables styleSheet.** Created By: Simon Dyson** $Id$**/table, td, tr {    padding: 0;    border: 0;    margin-top: 0;}td {    padding: 1px;}td, td span, td div, tr {    vertical-align: middle;}/* DATA TYPES */td.number, th.number {    text-align:right;}td.date {    white-space: nowrap;    text-align:right;}td.name {    white-space: nowrap;}td.checkbox {    text-align:center;}/* STRIPED TABLES */table.striped {    border-collapse: collapse;    border-style: none;}.tableContent table.striped {    width: 100%;    /*border: 1px solid #DFE6EA;*/}.box table.striped {    width: 100%;}table.striped tr.even {    background-color: #DFE6EA;}table.striped tr.odd {    background-color: #C1CFD8;}table.striped tr.selected {    background-color: #c8d8a8;}table.striped  tr.subheading {    background-color: #95A9B3;    border-top: 1px #fff solid;}table.striped thead th {    border-bottom: 1px solid #fff;    border-right: 1px solid #fff;    border-left: 1px solid #fff;    background-color: #C1CFD8;    padding: 0.5em;}table.striped.rowHover tbody tr:hover,table.striped tbody tr.highlight,table.striped td.highlight,table.striped th.highlight,table.tablesorter.striped thead th.header:hover{    background-color: #829EB0;    color: #fff;}table.striped.rowHover tbody tr:hover a,table.striped tbody tr.highlight a,table.tablesorter.striped thead th.header:hover a{    color: #fff;}table.striped thead th:last-child {    border-right: none;}table.striped thead th:first-child {    border-left: none;}table.striped th, table.striped td {    padding: 0.3em 0.5em;}table.striped tfoot {    background-color: #DFE6EA;    border-top: 3px double #fff;}table.striped tfoot td {    font-weight: bold;}table.striped colgroup.column-group {    border-left: 1px solid #fff;    border-right: 1px solid #fff;}table.striped colgroup.total-column-group {    border-left: 3px double #fff;}table.striped td.total-column {    font-weight: bold;}table.striped td img {    vertical-align: middle;}tr.overlined{    border-top:1px  solid floralwhite;    border-right:1px  solid floralwhite;    border-left:1px  solid floralwhite;}tr.underlined{    border-top:1px  floralwhite;    border-bottom:2px  solid floralwhite;    border-right:1px  solid floralwhite;    border-left:1px  solid floralwhite;}table.liquid {    width:100%;}table.top td{    vertical-align:top;}/* HEADER TABLES */.tableContainer, .defaultTable {    margin-left: auto;    margin-right: auto;}.defaultTable {    padding: 3px 0;    margin-bottom: 1em;}.defaultTable .tableHeader {    margin:0;    padding: 5px 3px;    font-size: 1em;    font-weight: bolder;    text-align: center;    background-image: url("../images/common/headerStrip.png?jcb=1683818933");    color: #fff;    background-color: #20507d;    /*text-transform: uppercase;*/    -webkit-border-top-left-radius: 10px;    -webkit-border-top-right-radius: 10px;    -moz-border-radius-topleft: 10px;    -moz-border-radius-topright: 10px;    border-top-left-radius: 10px;    border-top-right-radius: 10px;    background-position: -10px;}.tableContent,.defaultTable .tableContent {    padding: 3px;    background-color: #F8F6F6;    border: 1px solid #ccc;}.leftTable {    display: block;    float: left;    padding-left: 0;    padding-right: 3px;    margin-bottom: 1em;}.rightTable {    display: block;    float: right;    padding-left: 3px;    padding-right: 0;    margin-bottom: 1em;}table.printableReportTable a {    color: #000;}table.printableReportTable a:link,table.printableReportTable a:visited,table.printableReportTable a:link li,table.printableReportTable a:visited li {    text-decoration: none;}table.printableReportTable a:active,table.printableReportTable a:hover,table.printableReportTable a:active li,table.printableReportTable a:hover li {    text-decoration: underline;}table.printableReportTable tr td,table.printableReportTable thead th,table.printableReportTable thead th:first-child,table.printableReportTable thead th:last-child {    border: 1px solid #aaa;}table.stateCheckboxes tr td {    border: none;    white-space:nowrap;    padding: 0;}td ul {    margin-left: 1.5em;}/*4 column layout example:<div class="fourColumnLayout">    <div class="columnContainer">        <div class="columnContainer">            <div class="columnContainer">                <div class="columnContainer">                    <div class="column">content</div>                    <div class="column">content</div>                    <div class="column">content</div>                    <div class="column">content</div>                </div>            </div>        </div>    </div></div>*/.columnContainer {    float: left;    width: 100%;    position: relative;    overflow: hidden;}.columnContainer .columnContainer {    overflow: visible;}.twoColumnLayout .columnContainer .columnContainer {    right: 50%;}.threeColumnLayout .columnContainer .columnContainer {    right: 33.3%;}.fourColumnLayout .columnContainer .columnContainer {    right: 25%;}.column {    float: left;    position:relative;    overflow: hidden; /* prevent wrapping last column in IE6 */}.twoColumnLayout .column {    width: 50%;    left: 50%;}.threeColumnLayout .column {    width: 33.3%;    left: 66.6%;}.fourColumnLayout .column {    width: 25%;    left: 75%;}.twoColumnLayout, .threeColumnLayout, .fourColumnLayout {    overflow: hidden;}.column .defaultTable {    margin: 6px;}.columnFirst .defaultTable {    margin-left: 0;}.columnLast .defaultTable {    margin-right: 0;}/*** PageIterator styleSheet.** Created By: Simon Dyson** $Id$**//* PAGE ITERATOR */.pageIterator{    margin-top:1em;    padding-top:1em;    padding-bottom:1em;    /*line-height: 2.0em;*/}.pageIterator .previous, .pageIterator .first{    float: left;    margin-right: 5px;}.pageIterator .next, .pageIterator .last{    float: right;    margin-left: 5px;}.pageIterator .previous, .pageIterator .first, .pageIterator .next, .pageIterator .last {    margin: 0 0 7px 0;    display: block;}.pageIterator .previous .button, .pageIterator .first .button, .pageIterator .next .button, .pageIterator .last .button {    width: auto;    display: block;    padding-left: 0.25em;    padding-right: 0.25em; }.pageIterator .button .navigator {    width: 100px;}.pageIterator .navigator {    display: block;    background-repeat: no-repeat;}.pageIterator .previous .navigator {    background-position: left center;    background-image: url(../images/common/previous.gif?jcb=1683818934);    /*padding-left: 1.5em;*/}.pageIterator .first .navigator {    background-position: left center;    background-image: url(../images/common/first.gif?jcb=1683818933);    /*padding-left: 1.5em;*/}.pageIterator .next .navigator {    background-position: right center;    background-image: url(../images/common/next.gif?jcb=1683818933);    /*padding-right: 1.5em;*/}.pageIterator .last .navigator {    background-position: right center;    background-image: url(../images/common/last.gif?jcb=1683818933);    /*padding-right: 1.5em;*/}.pageIterator .pages{    word-spacing: 0.5em;    line-height: 1.8em;    margin-left: 100px;    margin-right: 100px;    text-align: center;}.pageIterator .currentPage{    font-weight: bold;}/*** resultPager styleSheet.** Created By: Simon Dyson** $Id$**//* PAGER */.resultPager{    height: 2em;    margin-top:1em;    margin-bottom:0.5em;    position: relative;    padding:0;}.resultPager .currentPage {    display: block;    position: absolute;    line-height: 2em;    text-align: center;    width: 100%;    z-index: 1;}.resultPager .previous, .resultPager .first{    float: left;    margin-right: 5px;}.resultPager .next, .resultPager .last{    float: right;    margin-left: 5px;}/* TEXT LINKS */.resultPager a.previous, .resultPager a.first, .resultPager a.next, .resultPager a.last {    display: block;    line-height: 2em;    position: relative;    z-index: 2;    background-repeat: no-repeat;}.resultPager a.previous {    background-position: left center;    background-image: url(../images/jquery/prev.png?jcb=1683818934);    padding-left: 20px;}.resultPager a.first {    background-position: left center;    background-image: url(../images/jquery/first.png?jcb=1683818934);    padding-left: 20px;}.resultPager a.next {    background-position: right center;    background-image: url(../images/jquery/next.png?jcb=1683818934);    padding-right: 20px;}.resultPager a.last {    background-position: right center;    background-image: url(../images/jquery/last.png?jcb=1683818934);    padding-right: 20px;}/* BUTTONS */.resultPager button {    display: block;    position: relative;    z-index: 2;    padding: 0 0.5em;}.resultPager button span {    display: block;    line-height: 2em;    background-repeat: no-repeat;}.resultPager button.previous span {    background-position: left center;    background-image: url(../images/jquery/prev.png?jcb=1683818934);    padding-left: 20px;}.resultPager button.first span {    background-position: left center;    background-image: url(../images/jquery/first.png?jcb=1683818934);    padding-left: 20px;}.resultPager button.next span {    background-position: right center;    background-image: url(../images/jquery/next.png?jcb=1683818934);    padding-right: 20px;}.resultPager button.last span {    background-position: right center;    background-image: url(../images/jquery/last.png?jcb=1683818934);    padding-right: 20px;}/*** Messages Style sheet* Created By: Simon Dyson** $Id$*/.success {    color: green;    text-align: right;}.successRowNew {    background-color: #DED;    color: green;    margin-top: 0.5em;    padding: 0.2em;    text-align: center;    vertical-align: middle;}.successRowNew img {    vertical-align: top;}span.textRow .success {    margin-left: 20px;    font-weight: bold;}.errormsg {    color: #cc0000;    font-weight: bold;    text-align: left;}.error {    color: #cc0000;    font-weight: normal;}.warning {    color: #940000;    font-weight: normal;}label.error{    font-weight:bold;    color: #cc0000;}label.warning{    font-weight:bold;    color: #940000;}.validationError {    color: #cc0000;}abbr.requiredStar {    color: #cc0000;    font-size: 10pt;    font-style: italic;    border: none;    text-decoration: none;}abbr.requiredStar[title],.newRecord[title] {    cursor:help;}.applicationErrorMessage {    text-align: left;    color: #cc0000;    border: 2px #ff0000 ridge;    padding: 4px;    margin: 4px;    background-color: #FEFEFE;}p.info, caption {    background-image: url(../images/common/information.png?jcb=1683818933);    background-repeat: no-repeat;    background-position: left center;    padding:0.1em 0 0.1em 20px;    text-align: justify;}p.star {    background-image: url(../images/common/star.png?jcb=1683818934);    background-repeat: no-repeat;    background-position: left center;    padding:0.1em 0 0.1em 20px;    text-align: justify;}p.icon {    padding:0.1em 0;    text-align: justify;}p.icon img {    vertical-align: bottom;}pre.stackTrace {    font-size: 1.2em;}p.warning {    background-image: url(../images/common/error.gif?jcb=1683818933 );    background-repeat: no-repeat;    background-position: left center;    padding:0.1em 0 0.1em 22px;}p.error {    color: #cc0000;    background-image: url(../images/common/error.gif?jcb=1683818933 );    background-repeat: no-repeat;    background-position: left center;    padding:0.1em 0 0.1em 27px;}p.success {    color: green;    background-image: url(../images/common/tick.png?jcb=1683818934 );    background-repeat: no-repeat;    background-position: left center;    padding:0.1em 0 0.1em 22px;    text-align: justify;}#notLoggedIn,#notLoggedIn p {    text-align: center;}div.transientMessage{    display:none;}/*** Misc Style sheet* Created By: Simon Dyson** $Id$*/.clear {    clear: both;}.liquid {    width: auto;}/* Hover buttons */a.add, a.edit, a.remove, a.move, a.report_html, a.undo, a.search, a.send_email a.info{    display: -moz-inline-stack; /* FF <= 2 */    display: inline-block;    text-indent: -5000px;    background-repeat: no-repeat;    height: 16px;    width: 16px;    outline: none;}button.add, button.edit, button.remove, button.move, button.report_html, button.undo, button.search, a.send_email{    display: -moz-inline-stack; /* FF <= 2 */    display: inline-block;    text-indent: -5000px;    background-repeat: no-repeat;    height: 16px;    width: 16px;    outline: none;    border: none;    background-color: transparent;    cursor: pointer;    vertical-align: text-top;}a.add:hover, a.edit:hover, a.remove:hover, a.move:hover, a.report_html:hover, a.undo:hover, a.search:hover, a.send_email:hover,a.info:hover,button.add:hover, button.edit:hover, button.remove:hover, button.move:hover, button.report_html:hover, button.report_html:hover, button.search:hover {    background-position: 0 -16px;}a.add, button.add {    background-image: url(../images/2state/add.png?jcb=1683818933);}a.info{    background-image: url(../images/2state/information.png?jcb=1683818933);    background-repeat: no-repeat;    padding-left: 20px;}a.edit, button.edit {    background-image: url(../images/2state/pencil.png?jcb=1683818933);}a.remove, button.remove {    background-image: url(../images/2state/delete.png?jcb=1683818933);}a.move, button.move {    background-image: url(../images/2state/time_go.png?jcb=1683818933);}/* todo can this have more generic class name? */a.report_html, button.report_html {    background-image: url(../images/2state/page_white.png?jcb=1683818933);}a.undo, button.undo {    background-image: url(../images/2state/arrow_undo.png?jcb=1683818933);}a.search, button.search {    background-image: url(../images/2state/magnifier.png?jcb=1683818933);}a.send_email, button.send_email {    background-image: url(../images/2state/email_go.png?jcb=1683818933);}a.passwordReminderLink{    text-decoration:none;    text-align: right;    color:#1020D0;}a:visited.passwordReminderLink {    color:#1020D0;}.redactor_box {	position: relative;	border: 1px solid #ddd;	overflow: visible;}.redactor_box, .redactor_box textarea {	background-color: #fff;}body .redactor_air {	position: absolute;	border: 1px solid #ddd;	border-bottom: none;	z-index: 2;}/*	Fullscreen*/body .redactor_box_fullscreen {    left: 0;    position: fixed;    overflow: hidden;    top: 0;    width: 100%;    z-index: 2000;}.redactor_box textarea {	font-family: Menlo, Monaco, monospace, sans-serif;	font-size: 13px;	overflow: auto;	resize: none;	margin: 0;	padding: 0;	display: block;	position: relative;	z-index: 1004;	outline: none;	border: none;	width: 100%;}.redactor_editor,.redactor_editor:focus,.redactor_editor div,.redactor_editor p,.redactor_editor ul,.redactor_editor ol,.redactor_editor table,.redactor_editor dl,.redactor_editor blockquote,.redactor_editor pre,.redactor_editor h1,.redactor_editor h2,.redactor_editor h3,.redactor_editor h4,.redactor_editor h5 {	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;}.redactor_editor code,.redactor_editor pre {	font-family: Menlo, Monaco, monospace, sans-serif !important;}.redactor_editor,.redactor_editor:focus,.redactor_editor div,.redactor_editor p,.redactor_editor ul,.redactor_editor ol,.redactor_editor table,.redactor_editor dl,.redactor_editor blockquote,.redactor_editor pre {	font-size: 15px !important;	line-height: 1.45em !important;}.redactor_editor, .redactor_editor:focus {	position: relative;	outline: none;	box-shadow: none !important;	padding: 15px !important;	margin: 0 !important;	background: none;	background: #fff !important;	overflow: auto;	white-space: normal;}.redactor_editor a {	color: #15c !important;	text-decoration: underline !important;}.redactor_editor object,.redactor_editor embed,.redactor_editor video,.redactor_editor img {	width: auto;	max-width: 100%;}.redactor_editor video,.redactor_editor img {	height: auto;}.redactor_editor div,.redactor_editor p,.redactor_editor ul,.redactor_editor ol,.redactor_editor table,.redactor_editor dl,.redactor_editor blockquote,.redactor_editor pre {	box-shadow: none !important;	background: none !important;	margin: 0 !important;	margin-bottom: 15px !important;	border: none;}.redactor_editor iframe,.redactor_editor object,.redactor_editor hr {	margin-bottom: 15px !important;}.redactor_editor blockquote {	margin-left: 3em !important;	font-style: italic !important;	color: #777;}.redactor_editor ul,.redactor_editor ol {	padding-left: 2em !important;}.redactor_editor ul ul,.redactor_editor ol ol,.redactor_editor ul ol,.redactor_editor ol ul {	border: none;	margin: 2px !important;	padding: 0 !important;	padding-left: 2em !important;}.redactor_editor dl dt { font-weight: bold; }.redactor_editor dd { margin-left: 1em;}.redactor_editor table {	border-collapse: collapse;	font-size: 1em !important;}.redactor_editor table td {	border: 1px solid #ddd;	padding: 5px !important;	vertical-align: top;}.redactor_editor table thead td {	border-bottom: 2px solid #000 !important;	font-weight: bold !important;}.redactor_editor code {	background-color: #d8d7d7 !important;}.redactor_editor pre {	font-size: 90% !important;	background: #f8f8f8 !important;	border: 1px solid #ddd !important;	border-radius: 3px !important;	padding: 1em !important;	white-space: pre;	overflow: auto;}.redactor_editor hr {  display: block;  height: 1px;  border: 0;  border-top: 1px solid #ccc;}.redactor_editor h1,.redactor_editor h2,.redactor_editor h3,.redactor_editor h4,.redactor_editor h5 {	color: #000;	background: none;	margin: 0 !important;	padding: 0 !important;	font-weight: bold;}.redactor_editor h1 {	font-size: 36px !important;	line-height: 40px !important;	margin-bottom: 10px !important;}.redactor_editor h2 {	font-size: 30px !important;	line-height: 38px !important;	margin-bottom: 15px !important;}.redactor_editor h3 {	font-size: 24px !important;	line-height: 30px !important;	margin-bottom: 10px !important;}.redactor_editor h4 {	font-size: 18px !important;	line-height: 24px !important;	margin-bottom: 10px !important;}.redactor_editor h5 {	font-size: 1em !important;	margin-bottom: 10px !important;}.redactor_editor.redactor_editor_wym {	background: #f6f6f6 !important;	padding: 5px 15px !important;}.redactor_editor_wym div,.redactor_editor_wym p,.redactor_editor_wym ul,.redactor_editor_wym ol,.redactor_editor_wym table,.redactor_editor_wym dl,.redactor_editor_wym pre,.redactor_editor_wym h1,.redactor_editor_wym h2,.redactor_editor_wym h3,.redactor_editor_wym h4,.redactor_editor_wym h5,.redactor_editor_wym blockquote {	background-color: #fff !important;	border: 1px solid #e4e4e4 !important;	padding: 10px !important;	margin: 10px 0 !important;}.redactor_editor_wym ul,.redactor_editor_wym ol {	padding-left: 2em !important;}/*	TOOLBAR*/.redactor_toolbar {	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;	position: relative;	left: 0;	top: 0;	margin: 0 !important;	padding: 0 !important;	padding-left: 2px !important;	line-height: 0 !important;	list-style: none !important;	font-size: 0;	background: #f1f1f1;	background: -moz-linear-gradient(top,  #f1f1f1 0%, #e2e2e2 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e2e2e2));	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#e2e2e2 100%);	background: -o-linear-gradient(top,  #f1f1f1 0%,#e2e2e2 100%);	background: -ms-linear-gradient(top,  #f1f1f1 0%,#e2e2e2 100%);	background: linear-gradient(to bottom,  #f1f1f1 0%,#e2e2e2 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e2e2e2',GradientType=0 );	overflow: hidden !important;	height: 32px !important;	border-bottom: 1px solid #bbb;}body .redactor_air .redactor_toolbar {	padding-right: 2px !important;}.redactor_toolbar li {	float: left !important;	margin: 0 !important;	padding: 3px 1px;	padding-right: 0;	list-style: none !important;	outline: none;}.redactor_toolbar li.redactor_separator {	float: left;	height: 34px;	border-left: 1px solid #d3d3d3;	border-right: 1px solid #f1f1f1;	padding: 0;	margin: 0 2px 0 3px !important;}.redactor_toolbar li a {	width: 25px;	height: 25px;	border: 1px solid transparent;	* border: 1px solid #eee;	display: block;	line-height: 0;	font-size: 0;	cursor: pointer;	zoom: 1;	outline: none;	text-decoration: none;}.redactor_toolbar li.redactor_btn_right {	float: none;	float: right !important;}.redactor_toolbar li a {	display: block;	text-indent: -9999px;	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAooAAAAZCAYAAAC2GQ9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAF4BJREFUeNrsXQlYFFe2LpoGgQZtVEARjYrigijuW9xIHNQxLsm4PWNERxhw17glE2OIz2U0xnFl1JeYoFGzqdHEMUHFLcaFuCBk3CKIyoAoNFtAoOn5T3sbO/0a6Oqqbsnk/t93v1q66p6qW/ec859zb1U76HQ6gYODg4ODg4ODg8MUDpwocnBwcHBwcHBwcKLIwcHBwcHBwcHBiSIHBwcHBwcHBwcnihwcHBwcHBwcHJwocnBwcHBwcHD8ZuEaERGxWaPRhIk5Sa1Wf7h169bpWC2y9wUr+TPj4OCoLJCMjo72ycnJaVNWVubl5OSU1qZNm0QYuV9403BwcPxOodiyZUubo0ePJn322Wee2NaIPL+hWJJIwDmTsViGcvv3ThSV06ZNG+js7OxIGyUlJdpNmzbFYbWM902OGgCXqKiolY8ePZplbQX16tVbFxMTswirxVUdl5ycrIyNje1QWFg4oKio6HkQNX/ogx+Rt/Lycnd2WLlCoSDSVlqrVq2fQeRuu7i4JKhUqrjhw4f/1LNnT62Ee3VctWpVjxs3bnwJeWqlUlkE+W4FBQVHGjduHDZ48OCHOEZXE9rqGcJ55syZczIyMlairbvMmTPnEj0TaytDe1s1vLNgwQIHrpocv3OoR48enWO600oiV6WMsLCwPiCJp2gHbVshw8fo+i5bcC7JDTY69zdDFJURERGhW7du/VYmEucaHh6+CU5otFarVZmyb5QMifV7TJgw4YfHjx8HmvvRy8vrbyCkS7D6WMa2rTN27Ng0ONnahh2enp7/QCQyV3gGqWMOWdBACvEhsPP/jpJalX4dOHBgUEpKygEQwXKQwGIET1q1Wl2KbRqCSAdxVKA4/vLLL846nU4B3QksLi4Oys/PH/3gwQPFsWPHhoG8HLZSP5XLli0bnJSUtMfPzy9zypQpR7y9vfMuXrzYCDo/NDExcTyI4maK5WpAWz1L1IW9eo1F+1OxoOstkFtIaGio8Nxzzwloe66BHLL6JFPAvuTt2bOnCVZzrZThNG/evMlpaWn/MOyA/UresWPHH+CDvzP44FGjRvmjpFQTbIrSxZUrV767aNGit032N0W5LJMMqkv46KOPThnvtIIs1jJa/5jsG+rYZ+5A1DuSyQ02c26NJorOiJxfd3Bw6Ij1H1CyJV6DIwxgaG5u7iSTBtqPxhuBVT85iCI66vJt27bNjIuL696mTZu06Ojo/bt37+68b9++3llZWQuXLFmSgX2bKDsjl1JC4d6AcqyFcjiDCH86cOBA6gwuVhDFimgJ7dIM6ymWnmhhB641ffr0v6IdFn366afehs4vs4xKoz6ZZdhSTgORkWBlUWGDashPbRhaGmJwwDnJIHy369SpU+Tm5kbErAzkUMB6KdNfyr47Qn9qgay4nTt3rtkXX3zRLj09PRr7z1ihn0rowZhr165tDQgIuAdCeBmGPgFBzu1evXoFw0iGgqg2x3Fu1RHFStrKJTY2tulrr71G919sZltsWz0rKEDmO7m6uuqdLsj5IHJWtiCKrVq1ElxcXPRk8c6dOzbJvNhABy2SJSHjY+v7sGc72QsNmzRpkgqCltS1a9f0DRs2DDp16lQ79K1S6OBG0uf58+cPYskZa4mi83vvvXfl7Nmz295///1w+NpU2JNVVCd88MqlS5fOX7x4MUU8CrJvMhJFBzMkUf8cZWw/s3WtXr16HdN9a5452cZU9JlJBiJqhFT2+zPXj6qIosO6desaJiYm/gVO4ige/vfYR0NZ9fPy8v4cEhKyg8hQVFTUMEQonlu2bNlUjeOoDO4pKSkRZvYbLtRdhgecj5LOOiZFTeRcb44bN67o8OHDPYqKihyhLD2wL1YG4mtA4d69e/2JJNarV68EJJGGpe4K1g2jGXeg/lacW11E5RYaGloARXbC+nOGdpJZhmBGEWwhw5ZyXEwiQTrODcZ1ETMYK7GobP5esFFU6FLNNfiADLaglQEDBpwk/cMqDfVSxtt16tSpH48ZM+ZtkLgk9qyUIJJuKPVBIF8goojzA7DfW2R/dnrrrbcm//zzz2u7det23c/Pr3Djxo1/xPqZwMDAtC+//HKFu7t74ciRIxMt6CPm2kpP/DIyMsIoMGcBoOm22LZSrFmzJiApKWkD7nkAAthSnU5H+l3u5eW1Gk5qOZyW68GDB1dkZ2eH4/cyFC2OcfDw8PgK97UIgW+qFQ6LSPmwyMjIeMgf8+jRI1/Ykk6DBg26J0gYfjZFhw4dnnbMpk3lIIr20kFLZVmb8bH1fdizneyFslWrVr3PSBr198F6Rw8IT4YzM2DD6LqljBISB3io1WofM19LHCML5d8o9UpLS4uYH8yWkSQSKbr1LBoUZPuYj4/PWQnE2pCV3F4JaWtWE/TcHFF0fOONN/rA8EVpNJrRcFJXnn/+ecocOlO2DQ0zAs6obPz48Vfo4KCgIA8Y4oUgXdF169bdjLITUcNPIoylOyLmAjgn0/13ZHyeRBRvFxcX68lnWVkZkbULa9eubU8kEUTucVhY2HmWnZEL5SDZrWmlXbt2KSy7c9NaJUSH+bvJerCF0Yol0L700kv3QRQNUVOuDWSIvXarZdhJDh17HqTts4cPH/ahHVjP27x58+gqyKKlqFNSUmIgSNRvjrI6SafaghA13blz56YzZ85Mg67tYX2K+q7KGcAyEn2dMn51xGQCFixYMC8tLW0JyOlFBE4OBw4c6Ari802fPn0y33nnnc9r166tnDdv3nZvb+9kMfeINmkKXXiOHBKIpjvshwbk+sUCwHQbBE7Xvn17MYGK+61bt7bQPM7WrVvfadKkySMEsm737t1TFxYW/gm6vRX1+yCYHQSilQ7yq3F1dS2GvfG5ffv2aJzrgTrGMBshBrXxjOq0aNHiLEp/2MvGP/7445/QXkfkzCo2aNBAACEV+vXrp88snjhxQnKd9tJBC2Rdrsn3Yc92shOIrH3LAs76sBH6BI3uyadP6LopmeEm0X7RSEcmVPnfzNeSrDSWqHGHTpIPviZjQkbvs/CsokG2lhh2xMTEpEdFRfnaukFnzJgRAtlRWM2R2JcryyjWCP0wJYpuERER22F0+3bs2PH8kCFD1sP4/os9ZHJS6uTk5L/07t37NHv4uXCOV1BWw2n5I2rvCcM7DRH6cpCwNRZmGEsHDx58/tixYy+j4zraQ1uuX7/uj05FUYDQqFGjgokTJ55s2LAhNVChjGLq3r17txetBAQEXGRtaG2kpsH1zmYPf0Bl0YcZ9Mfx6yzJfhKJxbFTWGRUIU9GGYaOT9mlEzQng5TDwnsRI6Oivdj8Dg2LOPfJLMeNkcQ/GnbQOu1jZFGYNGkSZcmE7du3h4l83k4gNnqyBHL2kD0fQ+BVV680paUe6Mex06dPf37jxo00N46Cn3zwriw989dqFSy4swS15s6d+7/379+fC6JzFrKVcXFxwdCLw506dfoRJG4tzVEcOXJkPEhqAo6/IYgYPUCbUOBI5JIy1uply5aFRUdH7zE8G5NtcjSBx48ft7T6htnZ2X38/f2zUUc86RmcUZ34+PgOGRkZ+StWrPizo6Ojc/fu3a+BRCpDQkIuY5uyGk3gSF5BMBwiPJkgLoYoOuKZ9rtz585Y9Kuxhp0gn0MoayIXUVSr1TT3keyVnijSNpFF2pYAMbotGOmQxkLHJWbIqz/KbCNZYoZsDbbkKxH6LUbHRbWTBFtlTxQa+TjPan6v6TB+85iybpcN09Ww/BrbV7F8JMg7BUBjQr7yUE4yvy5pFMEGGUVZ9dyUKHq2bNnSEdG/J5xGRzyEPDicm4GBgZQq1h44cKAbyJwvTUrF9j3WUDdg1P0uXbo0AI6yo0qlKu/SpQs5KJWFziTPx8fnfGxs7IfffvvtS7t27fIBUbXpW3zBwcHZb7755uE1a9b0RbTut3z58iEwwJeXLl36vVydmBxtfn6+2tXVtWzgwIFxEiMotYSUsiVzNDzQqc7RSnh4eHdcr6cNZAiGTghZlyS2gUXHMjLqKbLNLJXja0wSjckiosy9eqtbWBjKiJIbyONmMf3HsALSpgWxMR6icTTJOPkxo08RvA4RvN5gKRQKnXE9leHGjRuu27Zte4dI4rBhw05169YtBYRr3Ouvv/45dPlnLOeAhKUhcMxElD6ybdu2Py1cuJAyDmKGjchg32XX06CkpIRIbQYrptt0/Q1E1F2PEWrqW/tRbu3YsWMCAs++7PeKZ+Tg4KDLyckhZ0L2qz3OGZyXl6dmdYgZulKlpKS8sGnTplVeXl6UgWmMZzwEz95z9+7dIePGjaMpLFqpRsRACoks0pAzzVFE4C6VKIqds5UqyD/cXNW5l0XYEsOxwTZoA7Ud2tjqeWRWkOtKZcGnO+G3U1bWKwY6Z2fnfEHakLO5N49TDIQKSxrppJLI5GRbK6MS0mYIToz7oeTsqA0yirLquSlR1M6fP5+MbeYnn3zS5uTJk/1Onz49HM7hlcWLFycgSp/es2fPYyybSA2pmDt37uR79+4ta9as2dXx48ef6t+/P6WVz4lg2JSavkoPIDQ0NOuDDz5409ahCJsncRFO8AGuPxzXr7p79y6l4cmZ35dBhNv58+eJoQstWrTIYg8hX2JHsuXQc73IyMj3r127FgSi/gmI4hQbDT2bKqDaQjmXrVUS9kbaABvI8a7sh8zMzFBT8shIjMVQKpU69FOH7OzsWgik/j+z9/DQTZkyJQn6aGy0BDpezyZ/TS4rJaRXrlzpmJ6ePhUk8QT0958nTpzwBjmlQMc/OTl5aKdOna56e3uXov36NW/e/PrLL798UxA5RQMcuQ+Cz+eNhp4F2JkpRkPPFdtWDD070XxD3DdlK2n+Stqrr756HAFaL+xr7uvrm492VOCZqPz8/K6iP1xg+ugOAkZvjDuIyLzq22znzp0dUV8XkMR3maNoHgTAPjaHvZwHoviVHM6D5idSJtEYRBbpxRY4d6m2RPZpJVbUL1mWLe/JDvehroQgiHHuakuJooksz61bt448cuRIY+hf+UcAC+bE1muWENatW9esv8vPz28gUS3012/mzWMDWbxslBmzFpW9Qa0WbDS1wAYZRVl1wpQo5rBUahqcRnMUXziOOkVFRaqvv/6694MHD/qtXbt2CutQNESk7t27dw6i3JWBgYGGrEEK62iWprB1TO4FQd43lCoFm6NIk33qqdXq0UQUnZycyMF6yUQUPdFW3WmFnCsWDwRpE4RtPfRc0L1790sHDx4cuX37dnJ+ZTYaejadS0L3tVZmGabKEs0UcbbMcpxFXoq3iGPL6Q3n3Nxcl7y8PFcQRYVRhkqLbc3s2bOv+Pv7f4btU8LT+TEKOl4fqTx5Q7q6YM0JutARpFIBXafhmuNdunRpDGPeMiEhoTUIz3cIoHwPHTrUq0+fPokTJkzYCwJ2RxD5ZQAbDz1rQZ4e4Dr9pk2b9n8gfrdAotVarbYZiuucOXP2gNS5o/7/gU4GXLhwYWFhYSE5sfY5OTm1AwICxE4J8UR7fIN2U02aNOlv0Jceq1ev7ol66U1wISsrqy0C0PVr1qwJFyR8BouyiTQ3EURev03kMCIiQr8kAkm/SbUlVeiM2OFmU/Ji8ZCwRFnWyKxJQ8+GrKi19y2GEJnKavj48eMX9A5YpyM7QaM8SVbUazYX07Vr19sNGzbUpKam+u3YsaMTbEfqwoULZ8Lf0lQaKSOGVb15THZS6jcGFdBvXxBRW79BbeuMoqx6rjST3aNsIQ0B0VBMI0S0NLSSu3Tp0jlwIscYGcwyGOlXXnmFhmv/xSJoIlm5VpKiEsG+8yPKYMy73bx5sz5t9OjR46bEDlzR0b755pvg7OzsxrQRHBz8gyBxoqtg+6Hnx7NmzXoTBKFZVFTUwpiYmLk2kFFhrIw+faS2gQxjRdgvJRtZ3b2IjNjETBAv8fb21oAoNti/f//Q0tLSWyCA6SCIOSA+j5YvX/42yFCm8ORFl8wVK1YoiouLvRwcHJqCIL5EFdSvXz9XqH7qh7Jly5alCAKd9uzZ4zZ27NhbKpUqZ+jQoTtCQ0ObIygckZiY2Hn48OFnRowY8TWCqZMsayf26wbGQ8/euHbStXQWQJluix16zp48efIBOKOXb9261RPbPR8+fEhD0QU05QNk8Z8gt66wXa3i4+N7wzm2MMrYPcA9fyVSPz127dq1EEt6q5zmHnvOnz+fyPp7KG2EJ1NyDgnWfQarghQicKP+W7GPMog0/EwEkogiEUgrs4qW9O9UCZkTsUPCUmRZK7OmDD1rBPu9/GIqy1+j0ZQyomh4meW0TLKo3vvTp0/fu2HDhpEHDx6MpdK6deuD77777geC9Jf9fgW53jw2BIKm2Up7wAYZRVn1vLr/enZkmRN6e7Kt8GTe4RVGJo1/L2edQ+pnIfqjweINmSDKPFEGjTIdEuv1CAsLS2CfDPl1r/D0LOrbt2/G+PHjN2DzC+Fp+t0a1JoxY8bSzMzM+cY7IyMjg0JCQpIF6+dmkPGbyNap/TuIICgfW9AZ6LtZL1ImR3gyDYAce6jMMow7cH9GeDUW3otYGcFMRirrO01Z+0mVU9E/JUaP1fXp1t9//330+vXrR4P8lTs6OhZiWYSSr1QqH9MHuKG3RSA97lgqy8vLPbB0wdIVRUUf4J46deo+BHl/ZUFcpZwEdfRFYPB2QkJCBy8vr/WdO3f+0NnZucnp06dX5uTkBEFvvkPfPQzZp1i0XiRWl23cVjSXirL3dJyfIYBlffgH5vyc2O9dUWozu0W6SKMfdI0JFjoZi+eU4bpF/1GA4Z9ZZs6cqSeLhNjYWCEjI0M/BE3k0RjoH3qyKPKfWYKr0QWxulZTZMktM9hCm2GPe5IbHpMmTfqxsLCwpfHOoKCgPyxevPiYIMP8WqaXFLj1RnFl+njbKKtpbbbdrF2BvrViyS2pHIRGBugly7cMOwxvUMvERUx5zgDWHv0rySjq/ZfJ8cftrXvVEcUKAiQ8/dRGriDvP5hURYgMNyRV6XzZg+jLSFEBy144s6wqOVNSkOsS743aiD5ETm9SBrEMJWV99kvsxGqjTqRh25ZEDIaUcnXDCO7MyRrmpVD71JdZhun9qM2syyVDbXQvGqP2kyqnx7Zt27bHxcW1traDDBw48Fp4eDgNM5yt4jB6ueLFlJSUMVevXm12/fp196ysLBWIm3tJSQkNFztSAaGjf2rRqVSqYnd39yJE1fmtWrUqROR+r2nTpp+CVNKnMB5WIYcyfM1LS0sHHj58OOTQoUOd4DxcYBNq4VzHWbNmHQwODj7C+nCayEyivdpKwcgf6Xhdps+kZ/mMqD1ix9C0Eh8W7Dqwe6Hf/s36uyW6GWzpi1gw6B3F2i07/YVfdbpgjT7XBFlyy7TUZtjjnuSGL/NR/ZndL2Q6dpj5wBIZZCiYP2zESKP+szlMJ6X8M5kpATK8ebxPkOev7QyJjIk06sWylTQtjkZRj8oUAFgdRIsgirLqnqVE0V4wJUSCIH2+hD6CYgpRX/j1RPxypiQPWJFKgIlQN2DF1YhY07yuHEG+D4xyPBtQ36Qh836CdUNT1I9PsMAhtYrjlIzUtBOeDHH6MGPrzrJjDsLTaRJa4em0jRxmjGl4OImRoOqmgbgKT/8iqhHTD0PfpTrOMeNeWkPbyp6wNMv0W8gqcfx+Yc4fUmB1lwVPkjOKIEK6agiPtdO8zBEgucm5gSx2Fp7Mrb7I7Gi2TDJ6xMTExMbHx7cUc1JISMiNyMjIidUEzjZBTSOKHBw1GS5GgYCLFecbfwamuglmCiaDjDplzNxYIKI0Mu46ZtTLWJDzCzP4Bax+Sw2+EyOilHVTMdmFjGjmWOk47NlW9g5k5c6Ac3Bw1CyQjtMIRS6zgeUy1t3MKIi29E8Rco0C5xR7N8Zviih+/vnnFRc7atQoB96XOTj++2AvPef2hIOD4xklHGgKnI+IIJqC5UwWvNsscK7MJv7mMop0I9yoc3D895NFe+g5tyccHBwcVdtEPvTMwcHBwcHBwcFhFpwocnBwcHBwcHBwmMV/BBgAHTxEUMWGlxEAAAAASUVORK5CYII=);	background-repeat: no-repeat;	background-position: 0;}@media all and (-webkit-min-device-pixel-ratio: 1.5) {	.redactor_toolbar li a {		background-image: url(data:image/png;base64,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);		background-size: auto 25px;	}}.redactor_toolbar li a:hover {	border-color: #98a6ba;	background-color: #dde4ef;	outline: none;}.redactor_toolbar li a:active, .redactor_toolbar li a.redactor_act {	border-color: #b5b5b5;	background-color: #ddd;	outline: none;}/*	BUTTONS	step 25px*/body .redactor_toolbar li a.redactor_btn_html				{ background-position: 0px; }body .redactor_toolbar li a.redactor_btn_formatting		    { background-position: -25px; }body .redactor_toolbar li a.redactor_btn_bold				{ background-position: -50px; }body .redactor_toolbar li a.redactor_btn_italic			    { background-position: -75px; }body .redactor_toolbar li a.redactor_btn_deleted		 	{ background-position: -500px; }body .redactor_toolbar li a.redactor_btn_unorderedlist 	    { background-position: -100px; }body .redactor_toolbar li a.redactor_btn_orderedlist   	    { background-position: -125px; }body .redactor_toolbar li a.redactor_btn_outdent	 		{ background-position: -150px; }body .redactor_toolbar li a.redactor_btn_indent		 	  	{ background-position: -175px; }body .redactor_toolbar li a.redactor_btn_image		 		{ background-position: -200px; }body .redactor_toolbar li a.redactor_btn_video		 		{ background-position: -225px; }body .redactor_toolbar li a.redactor_btn_file		 		{ background-position: -250px; }body .redactor_toolbar li a.redactor_btn_table		 		{ background-position: -275px; }body .redactor_toolbar li a.redactor_btn_link		 		{ background-position: -300px; }body .redactor_toolbar li a.redactor_btn_fontcolor		 	{ background-position: -325px; }body .redactor_toolbar li a.redactor_btn_backcolor		 	{ background-position: -350px; }body .redactor_toolbar li a.redactor_btn_alignleft		  	{ background-position: -375px; }body .redactor_toolbar li a.redactor_btn_aligncenter		{ background-position: -400px; }body .redactor_toolbar li a.redactor_btn_alignright		  	{ background-position: -425px; }body .redactor_toolbar li a.redactor_btn_justify		 	{ background-position: -450px; }body .redactor_toolbar li a.redactor_btn_horizontalrule 	{ background-position: -475px; }body .redactor_toolbar li a.redactor_btn_underline		 	{ background-position: -525px; }body .redactor_toolbar li a.redactor_btn_fullscreen		 	{ background-position: -550px; }body .redactor_toolbar li a.redactor_btn_normalscreen		{ background-position: -575px; }body .redactor_toolbar li a.redactor_btn_clips		 		{ background-position: -600px; }body .redactor_toolbar li a.redactor_btn_alignment	 		{ background-position: -625px; }/*	Toolbar classes*/.redactor_format_blockquote {	font-style: italic;	color: #666 !important;	padding-left: 10px;}.redactor_format_pre {	font-family: monospace, sans-serif;}.redactor_format_h1, .redactor_format_h2, .redactor_format_h3, .redactor_format_h4 {	font-weight: bold;}.redactor_format_h1 {	font-size: 30px;	line-height: 36px;}.redactor_format_h2 {	font-size: 24px;	line-height: 36px;}.redactor_format_h3 {	font-size: 20px;	line-height: 30px;}.redactor_format_h4 {	font-size: 16px;	line-height: 26px;}/*	DROPDOWN*/.redactor_dropdown {	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;	top: 28px;	left: 0;	z-index: 2004;	position: absolute;	width: 200px;	background-color: #fff;	border: 1px solid #ccc;	font-size: 13px;	-webkit-box-shadow: 0 2px 4px #ccc;	-moz-box-shadow: 0 2px 4px #ccc;	box-shadow: 0 2px 4px #ccc;	line-height: 21px;	padding: 10px;}.redactor_separator_drop {	border-top: 1px solid #ddd;	padding: 0 !important;	line-height: 0;	font-size: 0;}.redactor_dropdown a {	display: block;	color: #000;	padding: 3px 5px;	text-decoration: none;}.redactor_dropdown a:hover {	color: #444 !important;	text-decoration: none;	background-color: #dde4ef;}/* ColorPicker */.redactor_color_link {	padding: 0 !important;	width: 15px !important;	height: 15px !important;	box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset !important;	border-radius: 4px !important;	float: left !important;	border: 2px solid #fff !important;	font-size: 0;}.redactor_color_none {	font-size: 11px;}/* MODAL */#redactor_modal_overlay {	position: fixed;	margin: auto;	top: 0;	left: 0;	width: 100%;	height: 100%;	z-index: 50000;	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	filter:alpha(opacity=50);	opacity: 0.50;	background-color: #333 !important;}#redactor_modal {	background: #f7f7f7;	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e2e2e2 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e2e2e2));	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%);	background: -o-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%);	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e2e2e2 100%);	background: linear-gradient(to bottom,  #f7f7f7 0%,#e2e2e2 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2',GradientType=0 );	text-shadow: 0 1px 0 #fff;	padding: 0;	position: fixed;	top: 50%;	left: 50%;	box-shadow: 0px 5px 60px #000;  	border-radius: 3px;  	z-index: 50001;	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;	font-size: 12px !important;	color: #000;}#redactor_modal_header {	padding: 11px 30px 0 15px;	font-size: 12px;	border-radius: 3px 3px 0 0;	font-weight: bold;}#redactor_modal_content {	padding: 20px 30px;}#redactor_modal_close {	position: absolute;	right: 5px;	top: 5px;	font-size: 20px;	width: 20px;	height: 20px;	color: #777;	cursor: pointer;}#redactor_modal_close:hover {	color: #000;}#redactor_modal label {	margin: 10px 0 3px 0 !important;	padding: 0 !important;	float: none !important;	display: block !important;}#redactor_modal textarea {	margin-top: 4px;	display: block;}.redactor_input  {	width: 99%;	font-size: 14px;}.redactor_modal_box {	height: 350px;	overflow: auto;	margin-bottom: 10px;}#redactor_image_box {	height: 270px;	overflow: auto;	margin-bottom: 10px;}#redactor_image_box_select {	display: block;	width: 200px;	margin-bottom: 15px;}#redactor_image_box img {	margin-right: 10px;	margin-bottom: 10px;	cursor: pointer;	max-width: 100px;}#redactor_tabs {	margin-bottom: 18px;}#redactor_tabs a {	display: inline-block;	border: 1px solid #d2d2d2;	padding: 4px 14px;	font-size: 12px;	background-color: #fff;	text-decoration: none;	color: #000;	line-height: 1;	border-radius: 10px;	margin-right: 5px;}#redactor_tabs a:hover, #redactor_tabs a.redactor_tabs_act {	background-color: #ddd;	padding: 5px 15px;	box-shadow: 0 1px 2px rgba(0, 0, 0, .4) inset;	border: none;	text-shadow: 0 1px 0 #eee;	color: #777 !important;	text-decoration: none !important;}#redactor_modal_footer {	padding: 9px 30px 20px 30px;	border-radius: 0 0 3px 3px;	text-align: right;}#redactor_modal input[type="radio"],#redactor_modal input[type="checkbox"] {	position: relative;	top: -1px;}#redactor_modal input[type="text"],#redactor_modal input[type="password"],#redactor_modal input[type="email"],#redactor_modal textarea {	position: relative;	z-index: 2;	font-family: Helvetica, Arial, Tahoma, sans-serif;	height: 23px;	border: 1px solid #ccc;	margin: 0;	padding: 1px 2px;	background-color: white;	color: #333;	font-size: 13px;	line-height: 1;	border-radius: 1px;	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;	-webkit-transition: border 0.3s ease-in;	-moz-transition: border 0.3s ease-in;	-ms-transition: border 0.3s ease-in;	-o-transition: border 0.3s ease-in;	transition: border 0.3s ease-in;}#redactor_modal textarea {	line-height: 1.4em;}#redactor_modal input:focus,#redactor_modal textarea:focus {	outline: none;	border-color: #5ca9e4;	box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;}.redactor_modal_btn {	margin-left: 8px;	position: relative;	cursor: pointer;	outline: none;	display: inline-block;	text-align: center;	text-decoration: none;	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;	line-height: 1;	font-size: 12px;	font-weight: normal;	padding: 6px 16px 5px 16px;	border-radius: 4px;	background-color: #f3f3f3;	background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);	background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e1e1e1));	background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);	background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);	background-image: linear-gradient(top, #ffffff, #e1e1e1);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);	border: 1px solid #ccc;	border-bottom-color: #aaa;	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);	text-shadow: 0 1px 0px #ffffff;	color: #000;}.redactor_modal_btn:hover {	color: #555;}.redactor_modal_btn:hover {	filter: none;	background: none;	background: #f3f3f3;	text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);	text-decoration: none;}/* Drag and Drop Area */.redactor_droparea {	position: relative;    width: 100%;    margin: auto;    margin-bottom: 5px;}.redactor_droparea .redactor_dropareabox {	z-index: 1;	position: relative;    text-align: center;    width: 99%;    background-color: #fff;    padding: 60px 0;    border: 2px dashed #bbb;}.redactor_droparea .redactor_dropareabox, .redactor_dropalternative {    color: #555;    font-size: 12px;}.redactor_dropalternative {	margin: 4px 0 2px 0;}.redactor_dropareabox.hover {    background: #efe3b8;    border-color: #aaa;}.redactor_dropareabox.error {    background: #f7e5e5;    border-color: #dcc3c3;}.redactor_dropareabox.drop {    background: #f4f4ee;    border-color: #e0e5d6;}.breadcrumb {    list-style: none;    overflow: hidden;    font-size: 0.9em;    border: 1px solid #ccc;    border-radius: 4px;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;    position: relative;    background-color: #fff;    margin-left: auto;    margin-right: auto;    margin-bottom: 1em;}.breadcrumb li {    float: left;    position: relative;}.breadcrumb li .crumb {    position: relative;    display: block;    padding: 0.5em 0 0.5em 2em;    white-space: nowrap;}.breadcrumb li a,.breadcrumb li .text {    position: relative;    display: block;    overflow: hidden;    padding-right: 1em;    text-overflow: ellipsis;    text-decoration: none;}.breadcrumb li.trimmed a,.breadcrumb li.trimmed .text {    padding-right: 0;}.breadcrumb li .crumb {    background: #f9f7f7; /*fallback color*/    background: hsla(0, 13%, 97%, 1);    border-top-left-radius: 4px;    border-bottom-left-radius: 4px;    -moz-border-radius-topleft: 4px;    -moz-border-radius-bottomleft: 4px;    -webkit-border-top-left-radius: 4px;    -webkit-border-bottom-left-radius: 4px;}/* before and after are used to create the arrows between crumbs */.breadcrumb li .crumb:before,.breadcrumb li .crumb:after {    content: " ";    display: block;    width: 0;    height: 0;    border-top: 1.5em solid transparent;  /*Go big on the size, and let overflow hide*/    border-bottom: 1.5em solid transparent;    border-left: 0.75em solid;    border-left: 0.75em solid;    position: absolute;    top: 50%;    margin-top: -1.5em;    left: 100%;}.breadcrumb li .crumb:after {    border-left-color: #f9f7f7;    border-left-color: hsla(0, 13%, 97%, 1);    z-index: 2;}.breadcrumb li .crumb:before {    border-left-color: #ccc;    margin-left: 1px;    z-index: 1;}.breadcrumb li.leaf .crumb:before,.breadcrumb li.leaf .crumb:after {    display: none;}.breadcrumb li:first-child .crumb {    padding-left: 10px;}.breadcrumb li:nth-last-child(3) .crumb {    background: hsla(0, 13%, 95%, 1);}.breadcrumb li:nth-last-child(3) .crumb:after {    border-left-color: hsla(0, 13%, 95%, 1);}.breadcrumb li:nth-last-child(4) .crumb {    background: hsla(0, 13%, 93%, 1);}.breadcrumb li:nth-last-child(4) .crumb:after {    border-left-color: hsla(0, 13%, 93%, 1);}.breadcrumb li:nth-last-child(5) .crumb {    background: hsla(0, 13%, 91%, 1);}.breadcrumb li:nth-last-child(5) .crumb:after {    border-left-color: hsla(0, 13%, 91%, 1);}.breadcrumb li:nth-last-child(1n+6) .crumb {    background: hsla(0, 13%, 89%, 1);}.breadcrumb li:nth-last-child(1n+6) .crumb:after {    border-left-color: hsla(0, 13%, 89%, 1);}.breadcrumb li:hover:not(.current-crumb) .crumb {    background: hsla(0, 13%, 87%, 1);}.breadcrumb li:hover:not(.current-crumb) .crumb:after {    border-left-color: hsla(0, 13%, 87%, 1) !important;}.breadcrumb li.leaf .crumb,.breadcrumb li.leaf:hover .crumb{    background: hsla(0, 0%, 100%, 1);}.breadcrumb li.current-crumb .crumb {    font-weight: bold;}/*** Style sheet for WIRE* Created By: Simon Dyson** $Id$*//* IMPORTS *//* GENERAL */html, body {    height: 100% ;}body {    background-color: #e8e6e6;    color: #000;    font-family: verdana, helvetica, sans-serif;	font-size: 0.7em;    margin: 0;    padding: 0;}h1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 2em;	font-weight: bold;}h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.5em;	font-weight: bold;}h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.3em;	font-weight: bold;}h4 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 1.1em;	font-weight: bold;    margin: 0.5em 0;}h5 {    font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: 1.0em;    font-weight: bold;    margin: 0.5em 0;}a:link {    color: #7F5F42;}a:visited {    color: #7F5F42;}a:hover {    color: #9C8065;}a:active {    color: #9C8065;}p {    text-align: justify;}/* PAGE LAYOUT */#container {    margin: 0 auto;    min-width: 800px;    max-width: 1200px;    position: relative;    text-align: left;    background-color: #fefefe;    min-height: 100%;    border-left: 1px solid #ccc;    border-right: 1px solid #ccc;}#header {    position:relative;    top: 0;    z-index: 5;    color: #fff;    font-size: 9pt;    right: 0;    left: 0;    min-width: 800px;    max-width: 1200px;    margin: 0 auto;    background-color: #20507d;}#header #welcome {    font-weight: bold;}#header #currentProduct {    position: absolute;    bottom: 0.25em;    right: 0.25em;    padding: 0.2em 0.1em;}#header #currentSSOUser,#header #currentCompany {    position: absolute;    bottom: 2.25em;    right: 0.25em;    padding: 0.2em 0.1em;}#header #currentProduct #productName,#header #currentSSOUser #ssoUser{    width: auto;}#headerLine1{    position: relative;    height: 75px;    text-align: right;    padding: 0.25em;    background-image: url(../images/common/header_gradient.png?jcb=1683818933);    background-repeat:repeat-x;}#headerLine1 h1{    float: left;    margin: 5px 0 0 0;}#headerLine2{    min-height: 20px;    color: #fff;    background-color: #1B5790;    position: relative;    background-image: url(../images/common/menuBar.png?jcb=1683818933);    background-repeat:repeat-x;    line-height: 20px;}#headerLine2 ul {    float: left;    list-style-type: none;    background-image: url(../images/common/divider.png?jcb=1683818933);    background-repeat:no-repeat;    background-position:100% 0;}#headerLine2 ul li {    float: left;    background-image: url(../images/common/divider.png?jcb=1683818933);    background-repeat:no-repeat;}#headerLine2 ul li.backtrack a{    color: #f4f515;}#headerLine2 ul li.backtrack a:hover{    color: #e3e10b;}#headerLine2 ul li a {    float: left;    padding-left: 2em;    padding-right: 2em;}#header a {    font-weight:bold;    color: #E9E9DF;    text-decoration:none;}#header a:hover, #header .javascriptLink:hover {    color: #ccc;    text-decoration: none;}#headerLine3{    height: 39px;    padding-top: 10px;    background-image: url("../images/common/menuStrip.png?jcb=1683818933");    background-position: 0 100%;    background-repeat: repeat-x;    margin: 0;    color:#fff;    vertical-align:middle;    padding-left: 1em;    font-family: Verdana, Arial, Helvetica, sans-serif;    font-size: large;    font-weight: normal;}#content {    position: relative;    padding: 2em;}/* Not used */#postContent {    display: none;}/* Push content below fixed header */#preContent.noLine3 {    height: 90px;}#preContent {    display: none;}#footer {    position: absolute;    bottom: 0;    z-index: 2;    height:12px;    padding: 4px;    font-size:smaller;    font-weight:bold;    right: 0;    left: 0;    min-width: 800px;    max-width: 1200px;    margin: 0 auto;    background-color: #1B5790;    background-image: url(../images/common/menuBar.png?jcb=1683818933);    background-repeat: repeat-x;}#footer a {    color: #DBE7F5;    text-decoration: none;    float: right;}#footer a:visited {    color: #DBE7F5;}#footer a:hover {    color: #DBE7F5;}/* TABLES */table.default{    width: 100%;}table.defaultTable{    margin-left:auto;    margin-right:auto;}table.leftAlignedTable{    margin-left: 0;}td.blankRow {    font-size: 0.5em;}/* TREE */span.TreeviewSpanArea a {    text-decoration: none;    color: #373737;}span.TreeviewSpanArea a:hover {    color: #7F5F42;}span.TreeviewSpanArea .complete {    color: #009442;    font-weight:bold;}span.TreeviewSpanArea .incomplete {    color: #ff0000;    font-weight:bold;}/* CALENDAR */#calendar .completed {    background-color: #CCCCFF;}#calendar .scheduled {    background-color: #f7f0f9;}#calendar .otherMonth {    background-color: #EAE3DF;}#calendar .weekend {    background-color: #E6E6FA;}#calendar .day {    background-color: #ffffff;}.calendarAuditsDue{    FONT-SIZE: 11px;    background-color: #f7f0f9;}.calendarAuditsCompleted{    FONT-SIZE: 11px;    background-color: #ccccff;}/* AUDITS */.auditQuestion {    background-color: #ffffff;    color: #000000;    font-weight: bold;    padding:0;    margin:0;}.missingAnswer{    color:#ff0066;}.auditTrackingPane {    width: 80%;    margin: auto;}.auditTrackingPane a {    color: #000000;}.auditTrackingPane a:visited {    color: #000000;}.auditTrackingPane a:hover {    color: #C0C0C0;}table.claimFiltersTable td {    padding: 0.5em;}table.claimFiltersTable label {    padding-left: 0;    padding-right: 0;}/* SCHEDULE */table.schedule {    border-collapse: collapse;    border-style: none;}table.schedule thead {    display: none;}table.schedule td {    vertical-align:top;}table.schedule th, table.schedule td {    padding-left:5px;    padding-right:5px;}table.schedule .hour {    border-top: 1px solid #999;}table.schedule .quarter td, table.schedule .half td, table.schedule .threeQuarter td {    border-top: 1px dashed #999;}table.schedule .threeQuarter td {    border-bottom: 1px solid #999;}table.schedule .time {    border-right: 3px double #999;    width: 3em;    color: #DFE6EA;}table.schedule .odd .time {    color: #C1CFD8;}table.schedule .hour .time {    color: #000;}table.schedule .quarter .time:hover, table.schedule .half .time:hover, table.schedule .threeQuarter .time:hover {    color: #333;}table.schedule .scheduledReview {    float:left;    border: 1px solid #999;    background-color: #bbb;    margin: 2px;    padding: 0.5em 0.5em;}table.schedule .scheduledReview .dealer {    font-size: 0.9em;}table.schedule .scheduledReview img {    vertical-align: middle;}/* EDIT REVIEW */#narrativeTable input {    width:100px;}#narrativeTable textarea {    width:98%;}#narrativeTable select {    width: auto;}.notReportable {    color: #888;}/* LEGEND */.legend {    margin: 0.5em;}.legend dt {    clear:left;    float:left;    height: 2em;    width: 150px;}.legend dt img {    vertical-align: middle;}.legend dd {    display:block;    clear: right;    height: 2em;}/* MISC */#tooltip {        padding: 3px;        background: #f9f9f9;        border: 1px solid black;        text-align: left;        font-size: smaller;}.stripe {    background-color: #C1CFD8;}h2.stripe {    width: 100%;    text-align: center;}.checkBoxList, .checkBoxList ul {    list-style: none;}input.smallNumber{    width:25px;    text-align:right;}.telephoneTimeInput select {    width: auto;}img.icon {    height: 16px;    width: 16px;}span.continuation {    display: none;    vertical-align: baseline;}p.placeholder,span.placeholder {    font-style: italic;}.bold{    font-weight:bold;}/** Forces buttons columns to remove unwanted space **/col.buttonCol{    width: 1px;}tr.inherited td{    font-style: italic;    color: #454545;}a.excel label{    background-image: url(../images/common/page_white_excel.png?jcb=1683818933);    background-repeat: no-repeat;    background-position: left;    width: 20px;}a.excel.disabled label{    background-image: url(../images/common/lock.png?jcb=1683818933);    background-repeat: no-repeat;    background-position: left;    width: 20px;}.borderContent{    border:1px solid #9095a2;    padding:10px;    -moz-border-radius:5px;    -webkit-border-radius:5px;    border-radius:5px;}ul.screenList{    list-style-position:inside;}ul.screenList li{    padding-left: 10px;}#forgotPasswordError{    padding-left: 10px;}/** Message Panel */#messagePanel{    position: relative;    height: 35px;    text-align: right;    padding: 0.25em;    background-color: white;    border: 2px solid #1B5790;}#messagePane{    margin: 0.5em;}#messagePane a{    color:#1020D0;    font-weight: normal;}#messagePane a:visited{    color:#1020D0;    font-weight: normal;}#messageButtonPane{    float: right;}.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current {    font-weight: bold;    opacity: 1;    filter:Alpha(Opacity=100);}