/* Minification failed. Returning unminified contents.
(2292,262): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
 */
/*! jQuery UI - v1.10.2 - 2013-05-01
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2Csans-serif&fwDefault=bold&fsDefault=12px&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 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; border-collapse: collapse; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { min-height: 0; /* support: IE7 */ }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); }

.ui-front { z-index: 100; }


/* 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: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.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; }
.ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; min-height: 0; /* support: IE7 */ }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; }
.ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; }
.ui-button { display: inline-block; position: relative; padding: 0; line-height: normal; margin-right: .1em; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible; /* removes extra width in IE */ }
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active { text-decoration: none; }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only { width: 2.2em; }
/* button elements seem to need a little more width */
button.ui-button-icon-only { width: 2.4em; }
.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: normal; }
.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; }

/* button sets */
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner { border: 0; padding: 0; }
.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,
.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: 0; }

/* 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,
.ui-datepicker-rtl .ui-datepicker-group { float: right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px; }
.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; outline: 0; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 21px; margin: -10px 0 0 0; padding: 1px; height: 20px; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: .5em; 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: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style: none; padding: 2px; margin: 0; display: block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; min-height: 0; /* support: IE7 */ font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height: 2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value { margin: -1px; height: 100%; }
.ui-progressbar .ui-progressbar-overlay { background: url("/Content/Public/Images/JqueryUi/animated-overlay.gif"); height: 100%; filter: alpha(opacity=25); opacity: 0.25; }
.ui-progressbar-indeterminate .ui-progressbar-value { background-image: none; }
.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; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.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; }
.ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; }
/* vertical centre icon */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; }
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s { /* need to fix icons sprite */ background-position: -65px -16px; }
.ui-tabs { position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ padding: .2em; }
.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: 0; margin: 1px .2em 0 0; border-bottom-width: 0; 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-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; }
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 12px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/Content/Public/Images/JqueryUi/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/Content/Public/Images/JqueryUi/ui-bg_highlight-soft_75_cccccc_1x100.png) 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(/Content/Public/Images/JqueryUi/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: bold; 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(/Content/Public/Images/JqueryUi/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #212121; }
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited { 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(/Content/Public/Images/JqueryUi/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #212121; }
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited { color: #212121; text-decoration: 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(/Content/Public/Images/JqueryUi/ui-bg_glass_55_fbf9ee_1x400.png) 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(/Content/Public/Images/JqueryUi/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% 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; }
.ui-state-disabled .ui-icon { filter: Alpha(Opacity=35); /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; }
.ui-icon,
.ui-widget-content .ui-icon { background-image: url(/Content/Public/Images/JqueryUi/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon { background-image: url(/Content/Public/Images/JqueryUi/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/Content/Public/Images/JqueryUi/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon { background-image: url(/Content/Public/Images/JqueryUi/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon { background-image: url(/Content/Public/Images/JqueryUi/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon { background-image: url(/Content/Public/Images/JqueryUi/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon { background-image: url(/Content/Public/Images/JqueryUi/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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-on { background-position: -96px -144px; }
.ui-icon-radio-off { 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 { border-top-left-radius: 4px; }
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr { border-top-right-radius: 4px; }
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl { border-bottom-left-radius: 4px; }
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br { border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/Content/Public/Images/JqueryUi/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/Content/Public/Images/JqueryUi/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3; filter: Alpha(Opacity=30); border-radius: 8px; }

html
{
    background-color: #F4F3F3;
}
body
{
    margin: 0 auto;
    width: 890px;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: normal;
    color: #353535;
    background-color: white;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
}

a:link    { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
a:hover   { text-decoration: none; color: inherit; }
a:active  { text-decoration: none; color: inherit; }

.noScriptPanel { position: fixed; top: 0; left: 50%; width: 450px; padding: 5px 10px; margin-left: -235px; text-align: center; display: block; color: #444444; font-weight: bold; z-index: 5; background-color: #fff6bf; border: 1px solid #fdd845; border-top: 0; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; z-index: 100000; }

.container { }

.iconUp { position: fixed; bottom: 10px; right: 10px; width: 45px; height: 45px; overflow: hidden; cursor: pointer; z-index: 1000; background-image: url(/Content/Public/Images/icon-up.png); background-position: center center; background-repeat: no-repeat; display: none; }

table { border-collapse: collapse; }

textarea { overflow-y: auto; }

/*Header
-------------------------------------------------------------*/

.headerTopContainer
{
    padding: 10px;
    padding-bottom: 0;
}
.headerTopContent
{
    height: 100px;
    position: relative;
    background: #EFEFEF; /* Old browsers */
    background: -moz-linear-gradient(top,  #ececec 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ececec 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ececec 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ececec 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ececec 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.headerTopContent img
{
    display: block;
}
.headerTopContent .logo
{
    display: block;
    position: absolute;
    left: 17px;
    top: 15px;
    bottom: auto;
}
.headerTopContent .iso-9001
{
    position: absolute;
    right: 17px;
    top: 12px;
}

.menuContainer
{
    height: 45px;
    position: relative;
    text-align: center;
    background: url('/Content/Public/Images/menu-bg.png') repeat-x center top;
    background: -moz-linear-gradient(top,  #dd3825 0%, #901718 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd3825), color-stop(100%,#901718)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dd3825 0%,#901718 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dd3825 0%,#901718 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dd3825 0%,#901718 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dd3825 0%,#901718 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd3825', endColorstr='#901718',GradientType=0 ); /* IE6-9 */
}
.menuContainer:before
{
    content: '';
    width: 18px;
    height: 55px;
    position: absolute;
    left: -18px;
    top: 0;
    background: url('/Content/Public/Images/menu-sides.png') no-repeat left top;
}
.menuContainer:after
{
    content: '';
    width: 18px;
    height: 55px;
    position: absolute;
    right: -18px;
    top: 0;
    background: url('/Content/Public/Images/menu-sides.png') no-repeat right top;
}
.menuContainer .menu
{
    display: inline-block;
    list-style-type: none;
    padding: 0;
}
.menuContainer .menu:before
{
    content: '';
    display: inline-block;
    width: 1px;
    height: 45px;
    vertical-align: middle;
    background: #B11B12; /* Old browsers */
    background: -moz-linear-gradient(top,  #cd2215 0%, #700c0d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd2215), color-stop(100%,#700c0d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cd2215 0%,#700c0d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cd2215 0%,#700c0d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cd2215 0%,#700c0d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cd2215 0%,#700c0d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd2215', endColorstr='#700c0d',GradientType=0 ); /* IE6-9 */
}
.menuContainer .menu:after
{
    content: '';
    display: inline-block;
    width: 1px;
    height: 45px;
    vertical-align: middle;
    background: #D7503F; /* Old browsers */
    background: -moz-linear-gradient(top,  #e55843 0%, #a82f30 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e55843), color-stop(100%,#a82f30)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e55843 0%,#a82f30 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e55843 0%,#a82f30 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e55843 0%,#a82f30 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e55843 0%,#a82f30 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55843', endColorstr='#a82f30',GradientType=0 ); /* IE6-9 */
}
.menuContainer .menu li
{
    display: inline-block;
    height: 100%;
}
.menuContainer .menu a
{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}
.menuContainer .menu a:before
{
    content: '';
    display: inline-block;
    width: 1px;
    height: 45px;
    margin-right: 20px;
    vertical-align: middle;
    background: #D7503F; /* Old browsers */
    background: -moz-linear-gradient(top,  #e55843 0%, #a82f30 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e55843), color-stop(100%,#a82f30)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e55843 0%,#a82f30 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e55843 0%,#a82f30 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e55843 0%,#a82f30 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e55843 0%,#a82f30 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55843', endColorstr='#a82f30',GradientType=0 ); /* IE6-9 */
}
.menuContainer .menu a:after
{
    content: '';
    display: inline-block;
    width: 1px;
    height: 45px;
    margin-left: 20px;
    vertical-align: middle;
    background: #B11B12; /* Old browsers */
    background: -moz-linear-gradient(top,  #cd2215 0%, #700c0d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd2215), color-stop(100%,#700c0d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cd2215 0%,#700c0d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cd2215 0%,#700c0d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cd2215 0%,#700c0d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #cd2215 0%,#700c0d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd2215', endColorstr='#700c0d',GradientType=0 ); /* IE6-9 */
}
.menuContainer .menu a.active,
.menuContainer .menu a:hover
{
    background: #5B5B5B; /* Old browsers */
    background: -moz-linear-gradient(top,  #676767 0%, #3b3b3b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#676767), color-stop(100%,#3b3b3b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #676767 0%,#3b3b3b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #676767 0%,#3b3b3b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #676767 0%,#3b3b3b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #676767 0%,#3b3b3b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676767', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */
}
.menuContainer .menu a.active:before,
.menuContainer .menu a:hover:before
{
    background: #797979; /* Old browsers */
    background: -moz-linear-gradient(top, #858585 0%, #5b5b5b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#858585), color-stop(100%,#5b5b5b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #858585 0%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #858585 0%,#5b5b5b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #858585 0%,#5b5b5b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #858585 0%,#5b5b5b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858585', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-9 */
}
.menuContainer .menu a.active:after,
.menuContainer .menu a:hover:after
{
    background: #3D3D3D; /* Old browsers */
    background: -moz-linear-gradient(top, #484848 0%, #242424 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484848), color-stop(100%,#242424)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #484848 0%,#242424 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #484848 0%,#242424 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #484848 0%,#242424 100%); /* IE10+ */
    background: linear-gradient(to bottom, #484848 0%,#242424 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#242424',GradientType=0 ); /* IE6-9 */
}

.headerBottomContainer
{
}
.headerBottomContent
{
}

/* Content
-------------------------------------------------------------*/

.content
{
    min-height: 570px;
    margin: 0 auto;
    padding: 15px 20px 30px 20px;
    color: #393939;
    line-height: 16px;
}
.content h1
{
    margin: 17px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}
.content h1:first-child { margin-top: 0; }
.content h2 { margin-top: 15px; margin-bottom: 13px; font-size: 15px; font-weight: normal; color: #c52e21; line-height: normal; }
.content h2:first-child { margin-top: 0; }
.content h1 + h2 { margin-top: 13px; }
.content h3 { margin-top: 13px; font-weight: bold; }
.content p + p { margin-top: 16px; }
.content a { color: #C60D24; -moz-transition: color linear 100ms; -o-transition: color linear 100ms; -webkit-transition: color linear 100ms; transition: color linear 100ms; }
.content a:hover { text-decoration: none; color: #9D0B1D; }
.content td { vertical-align: top; }
.content hr { border: 0; width: 870px; height: 7px; margin: 30px auto; margin-left: -10px; background: url('/Content/Public/Images/hr-bg.png') repeat left top; }
.content hr.loose { margin-top: 50px; margin-bottom: 50px; }
.content hr.tight { margin-top: 20px; margin-bottom: 20px; }
.content iframe[src*="youtube.com/embed"] { border: 2px solid #BD3818; margin-top: 10px; }
.content img { max-width: 100%; height: auto; }

.button-links
{
    margin-top: 35px;
    text-align: center;
}
.button-link
{
    display: inline-block;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center;
}
.large.button-link
{
    height: 27px !important;
    line-height: 27px !important;
}


/*Footer
-------------------------------------------------------------*/

.footerContainer
{
    position: relative;
    height: 55px;
    border-top: 2px solid #C5C6C5;
    background: #064573; /* Old browsers */
    background: -moz-linear-gradient(top,  #0a3158 0%, #015b91 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a3158), color-stop(100%,#015b91)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0a3158 0%,#015b91 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0a3158 0%,#015b91 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0a3158 0%,#015b91 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0a3158 0%,#015b91 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3158', endColorstr='#015b91',GradientType=0 ); /* IE6-9 */
}
.created-by
{
    color: white;
    font-size: 11px;
    line-height: 55px;
    position: absolute;
    right: 12px;
    top: 0;
}
.created-by img
{
    vertical-align: middle;
    margin-left: 10px;
}



/*Form container
-------------------------------------------------------------*/

.emailForm
{
    width: 100%;
    margin-bottom: 10px;
}
.emailForm .field + .field
{
    margin-top: 10px;
}
.emailForm tr + tr td
{
    padding-top: 5px;
}
.emailForm .text-fields
{
    float: left;
    width: 390px;
}
.emailForm .input
{
    position: relative;
}
.emailForm .textarea
{
    float: right;
    width: 450px;
}
.emailForm .label
{
    width: 1px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 5px;
}
.emailForm .label:first-child
{
    padding-left: 20px;
}
.emailForm .field-validation-error
{
    display: block;
    margin-top: 3px;
}
.emailForm input,
.emailForm textarea
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
}
.emailForm textarea
{
    overflow-y: auto;
}

/* Főoldal */

.headerBottomImageContainer
{
    position: relative;
    width: 890px;
    margin: 0 auto;
}
#slider
{
    margin: 10px auto;
    position: relative;
    width: 868px;
    height: 250px;
    background-color: white;
    border: 1px solid #919191;
    box-shadow: 0 2px 2px -2px rgba(0,0,0,0.4);
    border-radius: 7px 7px 2px 2px;
    overflow: hidden;
}

/* Bemutatkozás */
.bottom-navigation
{
    text-align: center;
}
.bottom-navigation .link
{
    text-align: center;
    display: inline-block;
    margin-left: 140px;
}
.bottom-navigation .link:first-child
{
    margin-left: 0;
}
.bottom-navigation .link img
{
    border: 2px solid #BF342C;
}
.bottom-navigation .link .active
{
    font-size: 12px;
}

.certificates a > img
{
    border: 2px solid #C82E22 !important;
    margin-right: 18px;
    margin-bottom: 18px;
    width: 106px;
}

/* Munkatársak */
.employees .employee
{
    display: inline-block;
    vertical-align: top;
    width: 395px;
}
.employees .employee + .employee
{
    margin-left: 60px;
}
.employees .data
{
    overflow: hidden;
    min-height: 125px;
}
.employees .photo
{
    float: left;
    margin-right: 10px;
}
.employees .photo img
{
    width: 106px;
    border: 1px solid #C83A2E;
}
.employees .name
{
    display: block;
    color: #0c5e8f;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px;
}
.employees .button-link
{
    margin-left: 150px;
    margin-top: 10px;
}

.employee-detail
{
}
.employee-detail .photo
{
    width: 108px;
    margin-right: 10px;
    float: left;
}
.employee-detail .photo img
{
    width: 106px;
    border: 1px solid #C83A2E;
}
.employee-detail .description
{
    width: 732px;
    float: left;
}

/* Tevékenységek */
.row
{
    text-align: center;
}
.row + .row .activities
{
    margin-top: 30px;
}
.row .activities
{
    display: inline-table;
    text-align: left;
}
.row .activities .images,
.row .activities .names,
.row .activities .descriptions,
.row .activities .links
{
    display: table-row;
}
.row .activities .image,
.row .activities .name,
.row .activities .description,
.row .activities .link
{
    display: table-cell;
    width: 189px;
    padding-left: 31px;
}

.sliding-activities
{
    position: relative;
}
.sliding-activities .navigation .left
{
    display: block;
    position: absolute;
    left: 0;
    top: 73px;
    width: 25px;
    height: 25px;
    background: url('/Content/Public/Images/nav-icons.png') no-repeat left top;
    cursor: pointer;
    z-index: 1;
}
.sliding-activities .navigation .right
{
    display: block;
    position: absolute;
    right: 0;
    top: 73px;
    width: 25px;
    height: 25px;
    background: url('/Content/Public/Images/nav-icons.png') no-repeat right top;
    cursor: pointer;
    z-index: 1;
}
.sliding-activities .activities
{
    margin-left: 11px;
    white-space: nowrap;
    overflow: hidden;
    width: 810px;
}
.sliding-activities .activities .image,
.sliding-activities .activities .name,
.sliding-activities .activities .description,
.sliding-activities .activities .link
{
    display: inline-block;
    width: 182px;
    margin-left: 20px;
    white-space: normal;
    vertical-align: top;
}
.row .activities .image:first-child,
.row .activities .name:first-child,
.row .activities .description:first-child,
.row .activities .link:first-child
{
    padding-left: 0;
}
.sliding-activities .activities .image:first-child,
.sliding-activities .activities .name:first-child,
.sliding-activities .activities .description:first-child,
.sliding-activities .activities .link:first-child
{
    margin-left: 20px;
}
.activities .image
{
    padding-bottom: 15px;
}
.activities .image img
{
    display: block;
    border: 1px solid #C62E21;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.activities .name
{
    color: #c52e21;
    padding-bottom: 5px;
    font-size: 12px;
}
.activities .description
{
    padding-bottom: 10px;
    font-size: 12px;
}
.activities .link
{
    text-align: center;
}

/* Ajánlatkérés */
.rfqForm
{
    width: 540px;
    margin-left: 150px;
    margin-top: 30px;
}
.rfqForm table
{
    width: 540px;
    border-collapse: collapse;
    margin-bottom: 5px;
}
.rfqForm td
{
    padding-bottom: 5px;
}
.rfqForm h2
{
    padding-top: 50px;
}
.rfqForm tr:first-child h2
{
    padding-top: 0;
}
.rfqForm .label
{
    color: #7e8180;
    font-size: 13px;
    width: 1px;
    white-space: nowrap;
    padding-left: 35px;
    padding-right: 7px;
    line-height: 22px;
    text-align: right;
}
.rfqForm input[type="text"],
.rfqForm textarea
{
    padding: 3px 4px;
    height: auto;
}
.rfqForm .field-required
{
    color: red;
}
.rfqForm .formActionResult
{
    margin-bottom: 15px;
}

#EmailMessageForm
{
}
#EmailMessageForm .formActionSuccess
{
    margin-bottom: 15px;
}

/* Főoldal */
.partners a > img
{
    margin-right: 15px;
    vertical-align: middle;
    opacity: 0.5;
    -webkit-opacity: 1;
    -webkit-filter: grayscale(100%);
}
.partners a:hover > img
{
    -webkit-filter: none;
    opacity: 1;
}

/* Referenciák */
.reference-links,
.reference-images
{
    margin-left: -40px;
    margin-top: -25px;
    text-align: center;
}
.reference-links .reference-link,
.reference-images .image
{
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    margin-top: 25px;
    text-align: center;
    width: 182px;
    white-space: normal;
}
.reference-links .reference-link .image-container,
.reference-images .image
{
    display: inline-block;
    width: 182px;
    height: 130px;
    position: relative;
    z-index: 0;
}
.reference-links .reference-link img,
.reference-images .image img
{
    display: block;
    position: absolute;
    width: 178px;
    height: 126px;
    border: 2px solid #c82f22;
    display: block;
    margin-bottom: 5px;
}
.reference-links .reference-link .caption,
.reference-images .image .caption
{
    font-size: 12px;
}
.reference-images
{
    margin-top: 0;
}
.back-link
{
    font-size: 15px;
    text-align: right;
    margin-top: 35px;
}
.back-link a
{
    color: #0c5e8f;
}

.sliding-references
{
    position: relative;
}
.sliding-references .navigation .left
{
    display: block;
    position: absolute;
    left: 0;
    top: 85px;
    width: 25px;
    height: 25px;
    background: url('/Content/Public/Images/nav-icons.png') no-repeat left top;
    cursor: pointer;
    z-index: 1;
}
.sliding-references .navigation .right
{
    display: block;
    position: absolute;
    right: 0;
    top: 85px;
    width: 25px;
    height: 25px;
    background: url('/Content/Public/Images/nav-icons.png') no-repeat right top;
    cursor: pointer;
    z-index: 1;
}
.sliding-references .reference-links
{
    white-space: nowrap;
    overflow: hidden;
    margin-left: 11px;
    width: 810px;
}
.sliding-references .reference-link
{
    margin-left: 20px;
}

/* Hírek */
.news-item
{
}
.news-item h2
{
    margin-bottom: 9px;
}
.news-item .date,
.news-date
{
    color: #6e6e6e;
    font-size: 12px;
}
.news-date
{
    margin-bottom: 10px;
}
.news-item .description
{
    margin-top: 7px;
    margin-bottom: 10px;
}
.news-item .button
{
    text-align: right;
}

.pagination
{
    margin-top: 15px;
    text-align: center;
}
.pagination ul
{
    list-style-type: none;
    display: inline-block;
}
.pagination li
{
    display: inline-block;
    margin-left: 5px;
}
.pagination li:first-child
{
    margin-left: 0;
}
.pagination a
{
    color: #353535
}
.pagination .active a
{
    color: #c52e21;
}
/*@import url("public-media-320.css") (max-width: 479px);
@import url("public-media-480.css") (min-width: 480px) and (max-width: 719px);
@import url("public-media-720.css") (min-width: 720px) and (max-width: 954px);
@import url("public-media-960.css") (min-width: 960px);*/

* { padding: 0; margin: 0; outline: 0; }
html { height: 100%; }

ul { padding: 10px 0 10px 20px; }
ol { padding: 10px 0 10px 40px; }

.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }
.alignJustify { text-align: justify; }

a:link img    { border: 0; }
a:visited img { border: 0; }
a:hover img   { border: 0; }
a:active img  { border: 0; }

.clearDiv { position: relative; clear: both; height: 0; line-height: 0; overflow: hidden; }
.hidden { display: none; }

.loadingPanel { position: fixed; top: 0; left: 50%; width: 180px; padding: 5px 10px; margin-left: -100px; text-align: center; display: none; color: #ffffff; font-weight: bold; background: #aaaaaa; border: 1px solid #333333; border-top: 0; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; z-index: 100000; }

/*Default Inputs
-------------------------------------------------------------*/

input[type="text"], input[type="password"], select, textarea
{
    width: 100%;
    font-size: 11px;
    border: 1px solid #E5E5E0;
    padding: 4px;
    background-color: #F4F3F3;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color linear 200ms;
    -o-transition: border-color linear 200ms;
    -webkit-transition: border-color linear 200ms;
    transition: border-color linear 200ms;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
    border-color: #BBB;
}

input[type="checkbox"] { cursor: pointer; width: auto; padding: 1px; }

/*input[type="checkbox"]:focus, input[type="radio"]:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #383838; transition:border 400ms linear; -webkit-transition: border 400ms linear; }
option[selected] { background-color: #708c0a; }*/

/*.defaultButton { width: auto; height: 17px; padding: 0 10px; background-color: #383838; text-align: center; font-weight: normal; font-size: 11px; color: #ffffff; cursor: pointer; border: 1px solid #000000; }
.defaultButton:hover { width: auto; height: 17px; padding: 0 10px; background-color: #181818; text-align: center; font-weight: normal; font-size: 11px; color: #ffffff; cursor: pointer; border: 1px solid #000000; }*/

.defaultButton
{
    color: #353535 !important;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
    min-width: 65px;
    height: 22px;
    cursor: pointer;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    border: 1px solid #BEBEBE;

    background: #D4D3D3; /* Old browsers */
    background: -moz-linear-gradient(top,  #ecebeb 0%, #b0aeae 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecebeb), color-stop(100%,#b0aeae)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ecebeb 0%,#b0aeae 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ecebeb 0%,#b0aeae 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ecebeb 0%,#b0aeae 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ecebeb 0%,#b0aeae 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecebeb', endColorstr='#b0aeae',GradientType=0 ); /* IE6-9 */
}
.defaultButton:hover
{
    color: #545454 !important;
    border-color: #CCC;
    background: #f1f0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f1f0f0 0%, #c4c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f0f0), color-stop(100%,#c4c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f1f0f0 0%,#c4c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f1f0f0 0%,#c4c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f1f0f0 0%,#c4c3c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f1f0f0 0%,#c4c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0f0', endColorstr='#c4c3c3',GradientType=0 ); /* IE6-9 */
}
.defaultButton.disabled
{
    color: #6d6d6d !important;
}


.checkBoxRadioButtonList { position: relative; width: auto; height: auto; }
.checkBoxRadioButtonList div { position: relative; width: auto; height: auto; padding: 0 5px 5px 5px; float: left; }
.checkBoxRadioButtonList div label { margin-left: 5px; }

/* Jquery ui
-------------------------------------------------------------*/

.tooltip { background: #000000; border: 0; color: #ffffff; border-radius: 0; -webkit-border-radius: 0; text-transform: uppercase; font-size: 11px; padding: 6px 8px; margin: 0; -webkit-box-shadow: 0px 0px 3px 0px #000000; box-shadow: 0px 0px 3px 0px #000000; }

@font-face { font-family: "FontAwesome"; src: url("/Content/Common/Fonts/fontawesome-webfont.eot?v=4.0.1"); src: url("/Content/Common/Fonts/fontawesome-webfont.eot?#iefix&v=4.0.1") format("embedded-opentype"), url("/Content/Common/Fonts/fontawesome-webfont.woff?v=4.0.1") format("woff"), url("/Content/Common/Fonts/fontawesome-webfont.ttf?v=4.0.1") format("truetype"), url("/Content/Common/Fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before { content: "\f000"; }
.fa-music:before { content: "\f001"; }
.fa-search:before { content: "\f002"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-star-o:before { content: "\f006"; }
.fa-user:before { content: "\f007"; }
.fa-film:before { content: "\f008"; }
.fa-th-large:before { content: "\f009"; }
.fa-th:before { content: "\f00a"; }
.fa-th-list:before { content: "\f00b"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-search-minus:before { content: "\f010"; }
.fa-power-off:before { content: "\f011"; }
.fa-signal:before { content: "\f012"; }
.fa-gear:before,
.fa-cog:before { content: "\f013"; }
.fa-trash-o:before { content: "\f014"; }
.fa-home:before { content: "\f015"; }
.fa-file-o:before { content: "\f016"; }
.fa-clock-o:before { content: "\f017"; }
.fa-road:before { content: "\f018"; }
.fa-download:before { content: "\f019"; }
.fa-arrow-circle-o-down:before { content: "\f01a"; }
.fa-arrow-circle-o-up:before { content: "\f01b"; }
.fa-inbox:before { content: "\f01c"; }
.fa-play-circle-o:before { content: "\f01d"; }
.fa-rotate-right:before,
.fa-repeat:before { content: "\f01e"; }
.fa-refresh:before { content: "\f021"; }
.fa-list-alt:before { content: "\f022"; }
.fa-lock:before { content: "\f023"; }
.fa-flag:before { content: "\f024"; }
.fa-headphones:before { content: "\f025"; }
.fa-volume-off:before { content: "\f026"; }
.fa-volume-down:before { content: "\f027"; }
.fa-volume-up:before { content: "\f028"; }
.fa-qrcode:before { content: "\f029"; }
.fa-barcode:before { content: "\f02a"; }
.fa-tag:before { content: "\f02b"; }
.fa-tags:before { content: "\f02c"; }
.fa-book:before { content: "\f02d"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-print:before { content: "\f02f"; }
.fa-camera:before { content: "\f030"; }
.fa-font:before { content: "\f031"; }
.fa-bold:before { content: "\f032"; }
.fa-italic:before { content: "\f033"; }
.fa-text-height:before { content: "\f034"; }
.fa-text-width:before { content: "\f035"; }
.fa-align-left:before { content: "\f036"; }
.fa-align-center:before { content: "\f037"; }
.fa-align-right:before { content: "\f038"; }
.fa-align-justify:before { content: "\f039"; }
.fa-list:before { content: "\f03a"; }
.fa-dedent:before,
.fa-outdent:before { content: "\f03b"; }
.fa-indent:before { content: "\f03c"; }
.fa-video-camera:before { content: "\f03d"; }
.fa-picture-o:before { content: "\f03e"; }
.fa-pencil:before { content: "\f040"; }
.fa-map-marker:before { content: "\f041"; }
.fa-adjust:before { content: "\f042"; }
.fa-tint:before { content: "\f043"; }
.fa-edit:before,
.fa-pencil-square-o:before { content: "\f044"; }
.fa-share-square-o:before { content: "\f045"; }
.fa-check-square-o:before { content: "\f046"; }
.fa-move:before { content: "\f047"; }
.fa-step-backward:before { content: "\f048"; }
.fa-fast-backward:before { content: "\f049"; }
.fa-backward:before { content: "\f04a"; }
.fa-play:before { content: "\f04b"; }
.fa-pause:before { content: "\f04c"; }
.fa-stop:before { content: "\f04d"; }
.fa-forward:before { content: "\f04e"; }
.fa-fast-forward:before { content: "\f050"; }
.fa-step-forward:before { content: "\f051"; }
.fa-eject:before { content: "\f052"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-minus-circle:before { content: "\f056"; }
.fa-times-circle:before { content: "\f057"; }
.fa-check-circle:before { content: "\f058"; }
.fa-question-circle:before { content: "\f059"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-crosshairs:before { content: "\f05b"; }
.fa-times-circle-o:before { content: "\f05c"; }
.fa-check-circle-o:before { content: "\f05d"; }
.fa-ban:before { content: "\f05e"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-mail-forward:before,
.fa-share:before { content: "\f064"; }
.fa-resize-full:before { content: "\f065"; }
.fa-resize-small:before { content: "\f066"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-asterisk:before { content: "\f069"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-gift:before { content: "\f06b"; }
.fa-leaf:before { content: "\f06c"; }
.fa-fire:before { content: "\f06d"; }
.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-warning:before,
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-plane:before { content: "\f072"; }
.fa-calendar:before { content: "\f073"; }
.fa-random:before { content: "\f074"; }
.fa-comment:before { content: "\f075"; }
.fa-magnet:before { content: "\f076"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-retweet:before { content: "\f079"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-resize-vertical:before { content: "\f07d"; }
.fa-resize-horizontal:before { content: "\f07e"; }
.fa-bar-chart-o:before { content: "\f080"; }
.fa-twitter-square:before { content: "\f081"; }
.fa-facebook-square:before { content: "\f082"; }
.fa-camera-retro:before { content: "\f083"; }
.fa-key:before { content: "\f084"; }
.fa-gears:before,
.fa-cogs:before { content: "\f085"; }
.fa-comments:before { content: "\f086"; }
.fa-thumbs-o-up:before { content: "\f087"; }
.fa-thumbs-o-down:before { content: "\f088"; }
.fa-star-half:before { content: "\f089"; }
.fa-heart-o:before { content: "\f08a"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-linkedin-square:before { content: "\f08c"; }
.fa-thumb-tack:before { content: "\f08d"; }
.fa-external-link:before { content: "\f08e"; }
.fa-sign-in:before { content: "\f090"; }
.fa-trophy:before { content: "\f091"; }
.fa-github-square:before { content: "\f092"; }
.fa-upload:before { content: "\f093"; }
.fa-lemon-o:before { content: "\f094"; }
.fa-phone:before { content: "\f095"; }
.fa-square-o:before { content: "\f096"; }
.fa-bookmark-o:before { content: "\f097"; }
.fa-phone-square:before { content: "\f098"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-github:before { content: "\f09b"; }
.fa-unlock:before { content: "\f09c"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-rss:before { content: "\f09e"; }
.fa-hdd-o:before { content: "\f0a0"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-bell:before { content: "\f0f3"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-hand-o-right:before { content: "\f0a4"; }
.fa-hand-o-left:before { content: "\f0a5"; }
.fa-hand-o-up:before { content: "\f0a6"; }
.fa-hand-o-down:before { content: "\f0a7"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-arrow-circle-down:before { content: "\f0ab"; }
.fa-globe:before { content: "\f0ac"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-filter:before { content: "\f0b0"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-fullscreen:before { content: "\f0b2"; }
.fa-group:before { content: "\f0c0"; }
.fa-chain:before,
.fa-link:before { content: "\f0c1"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-flask:before { content: "\f0c3"; }
.fa-cut:before,
.fa-scissors:before { content: "\f0c4"; }
.fa-copy:before,
.fa-files-o:before { content: "\f0c5"; }
.fa-paperclip:before { content: "\f0c6"; }
.fa-save:before,
.fa-floppy-o:before { content: "\f0c7"; }
.fa-square:before { content: "\f0c8"; }
.fa-reorder:before { content: "\f0c9"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-list-ol:before { content: "\f0cb"; }
.fa-strikethrough:before { content: "\f0cc"; }
.fa-underline:before { content: "\f0cd"; }
.fa-table:before { content: "\f0ce"; }
.fa-magic:before { content: "\f0d0"; }
.fa-truck:before { content: "\f0d1"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-pinterest-square:before { content: "\f0d3"; }
.fa-google-plus-square:before { content: "\f0d4"; }
.fa-google-plus:before { content: "\f0d5"; }
.fa-money:before { content: "\f0d6"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-caret-left:before { content: "\f0d9"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-columns:before { content: "\f0db"; }
.fa-unsorted:before,
.fa-sort:before { content: "\f0dc"; }
.fa-sort-down:before,
.fa-sort-asc:before { content: "\f0dd"; }
.fa-sort-up:before,
.fa-sort-desc:before { content: "\f0de"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-rotate-left:before,
.fa-undo:before { content: "\f0e2"; }
.fa-legal:before,
.fa-gavel:before { content: "\f0e3"; }
.fa-dashboard:before,
.fa-tachometer:before { content: "\f0e4"; }
.fa-comment-o:before { content: "\f0e5"; }
.fa-comments-o:before { content: "\f0e6"; }
.fa-flash:before,
.fa-bolt:before { content: "\f0e7"; }
.fa-sitemap:before { content: "\f0e8"; }
.fa-umbrella:before { content: "\f0e9"; }
.fa-paste:before,
.fa-clipboard:before { content: "\f0ea"; }
.fa-lightbulb-o:before { content: "\f0eb"; }
.fa-exchange:before { content: "\f0ec"; }
.fa-cloud-download:before { content: "\f0ed"; }
.fa-cloud-upload:before { content: "\f0ee"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-stethoscope:before { content: "\f0f1"; }
.fa-suitcase:before { content: "\f0f2"; }
.fa-bell-o:before { content: "\f0a2"; }
.fa-coffee:before { content: "\f0f4"; }
.fa-cutlery:before { content: "\f0f5"; }
.fa-file-text-o:before { content: "\f0f6"; }
.fa-building:before { content: "\f0f7"; }
.fa-hospital:before { content: "\f0f8"; }
.fa-ambulance:before { content: "\f0f9"; }
.fa-medkit:before { content: "\f0fa"; }
.fa-fighter-jet:before { content: "\f0fb"; }
.fa-beer:before { content: "\f0fc"; }
.fa-h-square:before { content: "\f0fd"; }
.fa-plus-square:before { content: "\f0fe"; }
.fa-angle-double-left:before { content: "\f100"; }
.fa-angle-double-right:before { content: "\f101"; }
.fa-angle-double-up:before { content: "\f102"; }
.fa-angle-double-down:before { content: "\f103"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-down:before { content: "\f107"; }
.fa-desktop:before { content: "\f108"; }
.fa-laptop:before { content: "\f109"; }
.fa-tablet:before { content: "\f10a"; }
.fa-mobile-phone:before,
.fa-mobile:before { content: "\f10b"; }
.fa-circle-o:before { content: "\f10c"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-quote-right:before { content: "\f10e"; }
.fa-spinner:before { content: "\f110"; }
.fa-circle:before { content: "\f111"; }
.fa-mail-reply:before,
.fa-reply:before { content: "\f112"; }
.fa-github-alt:before { content: "\f113"; }
.fa-folder-o:before { content: "\f114"; }
.fa-folder-open-o:before { content: "\f115"; }
.fa-expand-o:before { content: "\f116"; }
.fa-collapse-o:before { content: "\f117"; }
.fa-smile-o:before { content: "\f118"; }
.fa-frown-o:before { content: "\f119"; }
.fa-meh-o:before { content: "\f11a"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-keyboard-o:before { content: "\f11c"; }
.fa-flag-o:before { content: "\f11d"; }
.fa-flag-checkered:before { content: "\f11e"; }
.fa-terminal:before { content: "\f120"; }
.fa-code:before { content: "\f121"; }
.fa-reply-all:before { content: "\f122"; }
.fa-mail-reply-all:before { content: "\f122"; }
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before { content: "\f123"; }
.fa-location-arrow:before { content: "\f124"; }
.fa-crop:before { content: "\f125"; }
.fa-code-fork:before { content: "\f126"; }
.fa-unlink:before,
.fa-chain-broken:before { content: "\f127"; }
.fa-question:before { content: "\f128"; }
.fa-info:before { content: "\f129"; }
.fa-exclamation:before { content: "\f12a"; }
.fa-superscript:before { content: "\f12b"; }
.fa-subscript:before { content: "\f12c"; }
.fa-eraser:before { content: "\f12d"; }
.fa-puzzle-piece:before { content: "\f12e"; }
.fa-microphone:before { content: "\f130"; }
.fa-microphone-slash:before { content: "\f131"; }
.fa-shield:before { content: "\f132"; }
.fa-calendar-o:before { content: "\f133"; }
.fa-fire-extinguisher:before { content: "\f134"; }
.fa-rocket:before { content: "\f135"; }
.fa-maxcdn:before { content: "\f136"; }
.fa-chevron-circle-left:before { content: "\f137"; }
.fa-chevron-circle-right:before { content: "\f138"; }
.fa-chevron-circle-up:before { content: "\f139"; }
.fa-chevron-circle-down:before { content: "\f13a"; }
.fa-html5:before { content: "\f13b"; }
.fa-css3:before { content: "\f13c"; }
.fa-anchor:before { content: "\f13d"; }
.fa-unlock-o:before { content: "\f13e"; }
.fa-bullseye:before { content: "\f140"; }
.fa-ellipsis-horizontal:before { content: "\f141"; }
.fa-ellipsis-vertical:before { content: "\f142"; }
.fa-rss-square:before { content: "\f143"; }
.fa-play-circle:before { content: "\f144"; }
.fa-ticket:before { content: "\f145"; }
.fa-minus-square:before { content: "\f146"; }
.fa-minus-square-o:before { content: "\f147"; }
.fa-level-up:before { content: "\f148"; }
.fa-level-down:before { content: "\f149"; }
.fa-check-square:before { content: "\f14a"; }
.fa-pencil-square:before { content: "\f14b"; }
.fa-external-link-square:before { content: "\f14c"; }
.fa-share-square:before { content: "\f14d"; }
.fa-compass:before { content: "\f14e"; }
.fa-toggle-down:before,
.fa-caret-square-o-down:before { content: "\f150"; }
.fa-toggle-up:before,
.fa-caret-square-o-up:before { content: "\f151"; }
.fa-toggle-right:before,
.fa-caret-square-o-right:before { content: "\f152"; }
.fa-euro:before,
.fa-eur:before { content: "\f153"; }
.fa-gbp:before { content: "\f154"; }
.fa-dollar:before,
.fa-usd:before { content: "\f155"; }
.fa-rupee:before,
.fa-inr:before { content: "\f156"; }
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before { content: "\f157"; }
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before { content: "\f158"; }
.fa-won:before,
.fa-krw:before { content: "\f159"; }
.fa-bitcoin:before,
.fa-btc:before { content: "\f15a"; }
.fa-file:before { content: "\f15b"; }
.fa-file-text:before { content: "\f15c"; }
.fa-sort-alpha-asc:before { content: "\f15d"; }
.fa-sort-alpha-desc:before { content: "\f15e"; }
.fa-sort-amount-asc:before { content: "\f160"; }
.fa-sort-amount-desc:before { content: "\f161"; }
.fa-sort-numeric-asc:before { content: "\f162"; }
.fa-sort-numeric-desc:before { content: "\f163"; }
.fa-thumbs-up:before { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
.fa-youtube-square:before { content: "\f166"; }
.fa-youtube:before { content: "\f167"; }
.fa-xing:before { content: "\f168"; }
.fa-xing-square:before { content: "\f169"; }
.fa-youtube-play:before { content: "\f16a"; }
.fa-dropbox:before { content: "\f16b"; }
.fa-stack-overflow:before { content: "\f16c"; }
.fa-instagram:before { content: "\f16d"; }
.fa-flickr:before { content: "\f16e"; }
.fa-adn:before { content: "\f170"; }
.fa-bitbucket:before { content: "\f171"; }
.fa-bitbucket-square:before { content: "\f172"; }
.fa-tumblr:before { content: "\f173"; }
.fa-tumblr-square:before { content: "\f174"; }
.fa-long-arrow-down:before { content: "\f175"; }
.fa-long-arrow-up:before { content: "\f176"; }
.fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; }
.fa-apple:before { content: "\f179"; }
.fa-windows:before { content: "\f17a"; }
.fa-android:before { content: "\f17b"; }
.fa-linux:before { content: "\f17c"; }
.fa-dribbble:before { content: "\f17d"; }
.fa-skype:before { content: "\f17e"; }
.fa-foursquare:before { content: "\f180"; }
.fa-trello:before { content: "\f181"; }
.fa-female:before { content: "\f182"; }
.fa-male:before { content: "\f183"; }
.fa-gittip:before { content: "\f184"; }
.fa-sun-o:before { content: "\f185"; }
.fa-moon-o:before { content: "\f186"; }
.fa-archive:before { content: "\f187"; }
.fa-bug:before { content: "\f188"; }
.fa-vk:before { content: "\f189"; }
.fa-weibo:before { content: "\f18a"; }
.fa-renren:before { content: "\f18b"; }
.fa-pagelines:before { content: "\f18c"; }
.fa-stack-exchange:before { content: "\f18d"; }
.fa-arrow-circle-o-right:before { content: "\f18e"; }
.fa-arrow-circle-o-left:before { content: "\f190"; }
.fa-toggle-left:before,
.fa-caret-square-o-left:before { content: "\f191"; }
.fa-dot-circle-o:before { content: "\f192"; }
.fa-wheelchair:before { content: "\f193"; }
.fa-vimeo-square:before { content: "\f194"; }
.fa-turkish-lira:before,
.fa-try:before { content: "\f195"; }

/* FormActionResult
-------------------------------------------------------------*/

.formActionResultIcon  { position: absolute; top: 7px; left: 10px; width: 40px; font-size: 40px; text-align: center; }
.formActionResultTitle { display: block; font-size: 15px; font-weight: bold; }

.formActionSuccess    { position: relative; width: auto; height: auto; min-height: 40px; padding: 10px 10px 5px 60px; overflow: hidden; color: #4f4f4e; background-color: #e6efc2; border: 1px solid #c6d881; }
.formActionSuccess ul { padding-left: 0; margin-left: 15px; }
.formActionSuccess .formActionResultIcon { color: #c6d881; }

.formActionFailure    { position: relative; width: auto; height: auto; min-height: 40px; padding: 10px 10px 5px 60px; overflow: hidden; color: #4f4f4e; background-color: #fbe3e4; border: 1px solid #fbc7c9; }
.formActionFailure ul { padding-left: 0; margin-left: 15px; }
.formActionFailure .formActionResultIcon { color: #fbc7c9; }

.formActionInvalidData { position: relative; width: auto; height: auto; min-height: 40px; padding: 10px 10px 5px 60px; overflow: hidden; color: #4f4f4e; background-color: #fff6bf; border: 1px solid #fdd845; }
.formActionInvalidData .formActionResultIcon { color: #fdd845; }

.formActionInfo        { position: relative; width: auto; height: auto; min-height: 40px; padding: 10px 10px 5px 60px; overflow: hidden; color: #4f4f4e; background-color: #cde1eb; border: 1px solid #accde5; }
.formActionInfo .formActionResultIcon { color: #accde5; }

/* Validation
-------------------------------------------------------------*/

.field-validation-error { display: block; color: #e80c4d; font-weight: bold; font-size: 11px; }
.field-validation-valid { display: none; }

input.input-validation-error { border: 1px solid #e80c4d; }
textarea.input-validation-error { border: 1px solid #e80c4d; }
select.input-validation-error { border: 1px solid #e80c4d; }
input[type="checkbox"].input-validation-error { border: 0 none; }

.validation-summary-errors { color: #e80c4d; font-weight: bold; font-size: 11px; }
.validation-summary-errors ul { list-style-type: none; padding: 0; margin: 0; }
.validation-summary-valid { display: none; }

.jrBoxOverlayBg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url(/Content/JrBox/Images/bg.png); background-position: top left; background-repeat: repeat; display: none; z-index: 10; }

.jrBoxOverlayContainer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0;  z-index: 11; display: none; }
.jrBoxOverlayContainer td { vertical-align: middle; text-align: center; }

.jrBoxContentContainer { height: auto; width: auto; min-height: 50px; min-width: 50px; margin: 0 auto; padding: 0; -webkit-box-shadow: 0px 0px 10px 0px #000000; box-shadow: 0px 0px 10px 0px #000000; }

.jrBoxContent { display: block; position: relative; width: auto; height: auto; padding: 0; margin: 0; background-color: #000000; background-image: url(/Content/JrBox/Images/loading.gif); background-position: center center; background-repeat: no-repeat; }

.jrboxCloseContainer { position: absolute; top: 0; left: 0; z-index:12; display: block; width:100%; height: 30px; }

.jrBoxClose       { position: absolute; top: 10px; right: 10px; z-index:12; display: block; width:18px; height: 18px; background-image: url(/Content/JrBox/Images/close.png); background-position: top right; background-repeat: no-repeat; cursor: pointer; overflow: hidden; }
.jrBoxClose:hover { position: absolute; top: 10px; right: 10px; z-index:12; display: block; width:18px; height: 18px; background-image: url(/Content/JrBox/Images/close.png); background-position: bottom right; background-repeat: no-repeat; cursor: pointer; overflow: hidden; }

.jrBoxPrev        { position: absolute; top: 0; left: 0; z-index:11; display: none; width:44px; height:100%; background-image: url(/Content/JrBox/Images/prev.png); background-position: center left; background-repeat: no-repeat; cursor: pointer; overflow: hidden; }
.jrBoxPrev:hover  { position: absolute; top: 0; left: 0; z-index:11; display: none; width:44px; height:100%; background-image: url(/Content/JrBox/Images/prev.png); background-position: center right; background-repeat: no-repeat; cursor: pointer; overflow: hidden; }

.jrBoxNext        { position: absolute; top: 0; right: 0; z-index:11; display: none; width:44px; height:100%; background-image: url(/Content/JrBox/Images/next.png); background-position: center right; background-repeat: no-repeat; cursor: pointer; overflow: hidden; }
.jrBoxNext:hover  { position: absolute; top: 0; right: 0; z-index:11; display: none; width:44px; height:100%; background-image: url(/Content/JrBox/Images/next.png); background-position: center left; background-repeat: no-repeat; cursor: pointer; overflow: hidden; }

.jrBoxImg { position: relative; width: auto; height: auto; padding: 0; margin: 0; overflow: hidden; }

.jrBoxTitleContainer { position: absolute; display: none; bottom: 0px; left: 0px; width: 100%; height: auto; padding: 5px 0; margin: 0; z-index: 12; background-image: url(/Content/JrBox/Images/content-bg.png); background-position: top left; background-repeat: repeat; }

.jrBoxTitleContainer .jrBoxGalleryContainer { padding: 0 20px 0 10px; width: auto; height: auto; text-align: left; }
.jrBoxTitleContainer .jrBoxGalleryTitle { font-size: 14px; font-weight: bold; color: #eeeeee; }
.jrBoxTitleContainer .jrBoxImgCount { font-size: 11px; font-weight: bold; color: #eeeeee; }

.jrBoxTitleContainer .jrBoxTitle { font-size: 12px; font-weight: bold; color: #ffffff; padding: 0 20px 0 15px; width: auto; height: auto; text-align: left; }
.jrBoxTitleContainer .jrBoxDescription { font-size: 12px; font-weight: normal; color: #cccccc; padding: 0 20px 0 20px;  width: auto; height: auto; text-align: left; }


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/Content/FancyBox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/Content/FancyBox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/Content/FancyBox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/Content/FancyBox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/Content/FancyBox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/Content/FancyBox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/Content/FancyBox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/Content/FancyBox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/Content/FancyBox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/Content/FancyBox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/Content/FancyBox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/Content/FancyBox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/Content/FancyBox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/Content/FancyBox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/Content/FancyBox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/Content/FancyBox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/Content/FancyBox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
