.gg-helper-hidden { display: none; }
.gg-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.gg-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.gg-helper-clearfix:before, .gg-helper-clearfix:after { content: ""; display: table; }
.gg-helper-clearfix:after { clear: both; }
.gg-helper-clearfix { zoom: 1; }
.gg-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction Cues */
.gg-state-disabled { cursor: default !important; }

/* Misc visuals */
/* Overlays */
.gg-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.gg-widget { font-family: segoe ui, Arial, sans-serif; font-size: 1.1em; }
.gg-widget .gg-widget { font-size: 1em; }
.gg-widget input, .gg-widget select, .gg-widget textarea, .gg-widget button { font-family: segoe ui, Arial, sans-serif; font-size: 1em; }
.gg-widget-content { border: 1px solid #D3D1D1; background: #f5f3e5 url(images/bg_tabs.png) 50% top repeat-x; color: #333333; }
.gg-widget-content a { color: #333333; }
.gg-widget-header { border: 1px solid #dddddd; background: #ece8da url(images/bg_tabs2.png) 50% 50% repeat-x; color: #444444; font-weight: bold; }
.gg-widget-header a { color: #444444; }

/* Interaction states */
.gg-state-default, .gg-widget-content .gg-state-default, .gg-widget-header .gg-state-default { border: 1px solid #02498C; background: #0354A4 url(images/gg-bg_highlight-hard_15_0354A4_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.gg-state-default a, .gg-state-default a:link, .gg-state-default a:visited { color: #ffffff; text-decoration: none; }
.gg-state-hover, .gg-widget-content .gg-state-hover, .gg-widget-header .gg-state-hover, .gg-state-focus, .gg-widget-content .gg-state-focus, .gg-widget-header .gg-state-focus { border: 1px solid #4387CC; background: #4387CC url(images/gg-bg_highlight-soft_25_4387CC_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.gg-state-hover a, .gg-state-hover a:hover { color: #ffffff; text-decoration: none; }
.gg-state-active, .gg-widget-content .gg-state-active, .gg-widget-header .gg-state-active { border: 1px solid #dddddd; background: #fafaf4 url(images/gg-bg_highlight-hard_100_fafaf4_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #0354A4; }
.gg-state-active a, .gg-state-active a:link, .gg-state-active a:visited { color: #0354A4; text-decoration: none; }
.gg-widget :active { outline: none; }

.gg-slider { position: relative; text-align: left; }
.gg-slider .gg-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.gg-slider .gg-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.gg-slider-horizontal { height: .8em; }
.gg-slider-horizontal .gg-slider-handle { top: -.3em; margin-left: -.6em; }
.gg-slider-horizontal .gg-slider-range { top: 0; height: 100%; }
.gg-slider-horizontal .gg-slider-range-min { left: 0; }
.gg-slider-horizontal .gg-slider-range-max { right: 0; }

.gg-slider-vertical { width: .8em; height: 100px; }
.gg-slider-vertical .gg-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.gg-slider-vertical .gg-slider-range { left: 0; width: 100%; }
.gg-slider-vertical .gg-slider-range-min { bottom: 0; }
.gg-slider-vertical .gg-slider-range-max { top: 0; }/*!
 * jQuery */
.gg-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") */
.gg-tabs .gg-tabs-nav { margin: 0; padding: .2em .2em 0; }
.gg-tabs .gg-tabs-nav li { list-style: none; float: left; position: relative; top: 2px; margin: 0 .2em 2px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.gg-tabs .gg-tabs-nav li a { float: left; padding: .5em 0.5em; text-decoration: none; }
.gg-tabs .gg-tabs-nav li.gg-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.gg-tabs .gg-tabs-nav li.gg-tabs-selected a, .gg-tabs .gg-tabs-nav li.gg-state-disabled a, .gg-tabs .gg-tabs-nav li.gg-state-processing a { cursor: text; }
.gg-tabs .gg-tabs-nav li a, .gg-tabs.gg-tabs-collapsible .gg-tabs-nav li.gg-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... */
.gg-tabs .gg-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.gg-tabs .gg-tabs-hide { display: none !important; }


