/*
 * !
 * * jQuery UI CSS Framework 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Theming/API
 */
/*
 * Layout helpers
 * ----------------------------------
 */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

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

/*
 * Icons
 * ----------------------------------
 */
/*
 * states and images
 */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/*
 * Misc visuals
 * ----------------------------------
 */
/*
 * Overlays
 */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * !
 * * jQuery UI CSS Framework 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Theming/API
 * *
 * * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */
/*
 * Component containers
 * ----------------------------------
 */
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url(/res/cached/jquery.ui.core/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(/res/cached/jquery.ui.core/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: white;
  font-weight: bold; }

.ui-widget-header a {
  color: white; }

/*
 * Interaction states
 * ----------------------------------
 */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url(/res/cached/jquery.ui.core/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  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 #fbcb09;
  background: #fdf5ce url(/res/cached/jquery.ui.core/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a,
.ui-state-hover a:hover {
  color: #c77405;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: white url(/res/cached/jquery.ui.core/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/*
 * Interaction Cues
 * ----------------------------------
 */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(/res/cached/jquery.ui.core/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top 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: #b81900 url(/res/cached/jquery.ui.core/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: white; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: white; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: white; }

.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 {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  -webkit-opacity: 0.35;
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  background-image: none; }

/*
 * Icons
 * ----------------------------------
 */
/*
 * states and images
 */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/res/cached/jquery.ui.core/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(/res/cached/jquery.ui.core/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(/res/cached/jquery.ui.core/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(/res/cached/jquery.ui.core/ui-icons_ef8c08_256x240.png); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/res/cached/jquery.ui.core/ui-icons_ef8c08_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(/res/cached/jquery.ui.core/ui-icons_ef8c08_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(/res/cached/jquery.ui.core/ui-icons_228ef1_256x240.png); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/res/cached/jquery.ui.core/ui-icons_ffd27a_256x240.png); }

/*
 * positioning
 */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/*
 * ui-icon-seek-first is deprecated, use ui-icon-seek-start instead
 */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/*
 * Misc visuals
 * ----------------------------------
 */
/*
 * Corner radius
 */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

/*
 * Overlays
 */
.ui-widget-overlay {
  background: #666666 url(/res/cached/jquery.ui.core/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: black url(/res/cached/jquery.ui.core/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

/*
 * !
 * * jQuery UI Resizable 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/*
 * !
 * * jQuery UI Selectable 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*
 * !
 * * jQuery UI Accordion 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Accordion#theming
 */
/*
 * IE/Win - Fix animation bug - #4615
 */
.ui-accordion {
  width: 100%; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 0.7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

/*
 * !
 * * jQuery UI Autocomplete 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default; }

/*
 * workarounds
 */
* html .ui-autocomplete {
  width: 1px; }

/*
 * without this, the menu expands to 100% in IE6
 */
/*
 * 
 * * jQuery UI Menu 1.8.20
 * *
 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/*
 * !
 * * jQuery UI Button 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/*
 * the overflow property removes extra width in IE
 */
.ui-button-icon-only {
  width: 2.2em; }

/*
 * to make room for the icon, a width needs to be set here
 */
button.ui-button-icon-only {
  width: 2.4em; }

/*
 * button elements seem to need a little more width
 */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*
 * button text element
 */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.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: 0.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: 0.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: 0.5em; }

.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em; }

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

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em; }

/*
 * workarounds
 */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * reset extra padding in Firefox
 */
/*
 * !
 * * jQuery UI Dialog 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*
 * !
 * * jQuery UI Slider 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: 0.8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.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: 0.8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/*
 * !
 * * jQuery UI Tabs 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1; }

/*
 * position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed")
 */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0.2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/*
 * first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere...
 */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
 * !
 * * jQuery UI Datepicker 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.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: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.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 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/*
 * RTL support
 */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/*
 * IE6 IFRAME FIX (taken from datepicker 1.5.3
 */
.ui-datepicker-cover {
  display: block;
    /*
   * sorry for IE5
   */
  position: absolute;
    /*
   * must have
   */
  z-index: -1;
    /*
   * must have
   */
  filter: mask();
    /*
   * must have
   */
  top: -4px;
    /*
   * must have
   */
  left: -4px;
    /*
   * must have
   */
  width: 200px;
    /*
   * must have
   */
  height: 200px;
    /*
   * must have
   */ }

/*
 * !
 * * jQuery UI Progressbar 1.8.20
 * *
 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * * Dual licensed under the MIT or GPL Version 2 licenses.
 * * http://jquery.org/license
 * *
 * * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

  .ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px; }
  .ui-timepicker-div dl {
    text-align: left; }
    .ui-timepicker-div dl dt {
      height: 25px;
      margin-bottom: -25px; }
    .ui-timepicker-div dl dd {
      margin: 0 10px 10px 65px; }
  .ui-timepicker-div td {
    font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

/*
 * LIST FILTERED
 * * by Bogdan Yurov <bogdan@yurov.me> aka nick4fake
 * * version 0.3, 2012 PATCHED! !!!
 * *
 */
.list-filtered-panel {
  background: #dddddd;
  padding: 10px 36px;
  margin: 8px -24px;
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa; }
  .list-filtered-panel .right {
    float: right; }

.list-filtered {
  width: 100%; }
  .list-filtered .nothing,
  .list-filtered .loading {
    text-align: center;
    color: black;
    font-size: 1.4em;
    background: #dddddd;
    letter-spacing: 2px;
    text-shadow: 0px 0px 6px white;
    padding: 14px; }
  .list-filtered thead th {
    pading-left: 6px;
    text-align: left; }
    .list-filtered thead th.col_id {
      width: 70px; }
    .list-filtered thead th .flist-sorter {
      white-space: nowrap;
      padding: 4px 10px; }
      .list-filtered thead th .flist-sorter::after {
        content: "";
        width: 10px;
        height: 10px;
        display: inline-block;
        margin: 0px 8px;
        background: url(/res/cached/listfiltered/arrow_right.png) no-repeat right center; }
      .list-filtered thead th .flist-sorter.order-asc::after {
        background: url(/res/cached/listfiltered/arrow_down.png) no-repeat right center; }
      .list-filtered thead th .flist-sorter.order-desc::after {
        background: url(/res/cached/listfiltered/arrow_up.png) no-repeat right center; }
    .list-filtered thead th .coltitle {
      padding: 2px 6px; }
    .list-filtered tbody td .type-col {
      overflow: hidden;
      margin: 0px 4px;
      height: 1.4em;
      white-space: nowrap; }
    .list-filtered tbody td .type-bool {
      text-align: center;
      fond-weight: bold; }
    .list-filtered tbody td .bool-true {
      color: green; }
    .list-filtered tbody td .bool-false {
      color: red; }
    .list-filtered tbody td .type-money,
    .list-filtered tbody td .type-int {
      text-align: right; }
    .list-filtered tbody td .type-id {
      text-align: right;
      fond-weight: bold;
      color: #ae8122;
      padding-right: 10px; }
    .list-filtered tbody td .type-center {
      text-align: center; }
    .list-filtered tbody td .type-date {
      text-align: right;
      width: 103px;
      padding-right: 20px;
      white-space: nowrap; }
    .list-filtered tbody td .type-actions {
      white-space: nowrap; }
    .list-filtered tbody td .empty {
      color: #959595; }
    .list-filtered tbody tr.row-even {
      background: #eeeeee; }
    .list-filtered tbody tr.row-uneven {
      background: #e4e4e4; }
    .list-filtered tbody tr:hover {
      background: #f4f4f4; }
  .list-filtered tbody td.col_actions {
    text-align: center;
    padding-right: 0px; }
    .list-filtered tbody td.col_actions .button {
      cursor: pointer;
      display: inline-block;
      padding: 0px 2px; }
      .list-filtered tbody td.col_actions .button:hover {
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
        -webkit-opacity: 0.6;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
      .list-filtered tbody td.col_actions .button img {
        width: 1.2em;
        height: 1.2em; }

/*
 * ! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license
 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444444;
  font: 0px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/res/cached/jquery.fancybox/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/res/cached/jquery.fancybox/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/res/cached/jquery.fancybox/blank.gif);
    /*
   * helps IE
   */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

/*
 * Overlay helper
 */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: black; }

#fancybox-overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/*
 * Title helper
 */
.fancybox-title {
  visibility: hidden;
  font: normal 0px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
    /*
   * Fallback for web browsers that doesn't support RGBa
   */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0 1px 2px #222222;
  color: white;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: white; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 10px;
  background: black;
  background: rgba(0, 0, 0, 0.8); }

.select2-container {
  position: relative;
  display: inline-block; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box; }

.select2-container .select2-choice {
  background: #eeeeee;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='white')";
  background: -webkit-linear-gradient(top, #eeeeee 0%, white 50%);
  background: -moz-linear-gradient(top, #eeeeee 0%, white 50%);
  background: -o-linear-gradient(top, #eeeeee 0%, white 50%);
  background: -ms-linear-gradient(top, #eeeeee 0%, white 50%);
  background: linear-gradient(top, #eeeeee 0%, white 50%);
  background: -webkit-gradient("linear, left top, left bottom, color-stop($start-num, $start), color-stop($stop-num, $stop)");
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none; }

.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(/res/cached/select2/select2.png) right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop {
  background: white;
  border: 1px solid #aaaaaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  z-index: 999;
  width: 100%;
  margin-top: -1px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.select2-container .select2-choice div {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #cccccc;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee')";
  background: -webkit-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  background: -o-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  background: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  background: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  background: -webkit-gradient("linear, left top, left bottom, color-stop($start-num, $start), color-stop($stop-num, $stop)");
  border-left: 1px solid #aaaaaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px; }

.select2-container .select2-choice div b {
  background: url(/res/cached/select2/select2.png) no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%; }

.select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 1010;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px; }

.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px; }

.select2-search input {
  background: white url(/res/cached/select2/select2.png) no-repeat 100% -22px;
  background: url(/res/cached/select2/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url(/res/cached/select2/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(/res/cached/select2/select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(/res/cached/select2/select2.png) no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url(/res/cached/select2/select2.png) no-repeat 100% -22px, -ms-linear-gradient(top, white 85%, #eeeeee 99%);
  background: url(/res/cached/select2/select2.png) no-repeat 100% -22px, linear-gradient(top, white 85%, #eeeeee 99%);
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaaaaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  margin: 0;
  height: auto !important;
  min-height: 26px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.select2-search input.select2-active {
  background: white url(/res/cached/select2/spinner.gif) no-repeat 100% center;
  background: url(/res/cached/select2/spinner.gif) no-repeat 100% center, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url(/res/cached/select2/spinner.gif) no-repeat 100% center, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(/res/cached/select2/spinner.gif) no-repeat 100% center, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(/res/cached/select2/spinner.gif) no-repeat 100% center, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url(/res/cached/select2/spinner.gif) no-repeat 100% center, -ms-linear-gradient(top, white 85%, #eeeeee 99%);
  background: url(/res/cached/select2/spinner.gif) no-repeat 100% center, linear-gradient(top, white 85%, #eeeeee 99%); }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none; }

.select2-dropdown-open .select2-choice {
  border: 1px solid #aaaaaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 white inset;
  -moz-box-shadow: 0 1px 0 white inset;
  box-shadow: 0 1px 0 white inset;
  background: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#eeeeee')";
  background: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background: -moz-linear-gradient(top, white 0%, #eeeeee 50%);
  background: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background: -ms-linear-gradient(top, white 0%, #eeeeee 50%);
  background: linear-gradient(top, white 0%, #eeeeee 50%);
  background: -webkit-gradient("linear, left top, left bottom, color-stop($start-num, $start), color-stop($stop-num, $stop)");
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none; }

.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px; }

/*
 * results
 */
.select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px; }

.select2-results ul.select2-result-sub {
  margin: 0; }

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px; }

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px; }

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px; }

.select2-results li {
  list-style: none;
  display: list-item; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: white; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item; }

.select2-results .select2-disabled {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url(/res/cached/select2/spinner.gif) no-repeat 100%; }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/*
 * disabled styles
 */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #dddddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

/*
 * multiselect
 */
.select2-container-multi .select2-choices {
  background: #eeeeee;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='white')";
  background: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
  background: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
  background: -o-linear-gradient(top, #eeeeee 1%, white 15%);
  background: -ms-linear-gradient(top, #eeeeee 1%, white 15%);
  background: linear-gradient(top, #eeeeee 1%, white 15%);
  background: -webkit-gradient("linear, left top, left bottom, color-stop($start-num, $start), color-stop($stop-num, $stop)");
  border: 1px solid #aaaaaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
  outline: none; }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.select2-container-multi .select2-choices .select2-search-field input {
  color: #666666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: white url(/res/cached/select2/spinner.gif) no-repeat 100% !important; }

.select2-default {
  color: #999999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f4f4f4;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee')";
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #f0f0f0 50%, #e8e8e8 51%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #f4f4f4 0%, #f0f0f0 50%, #e8e8e8 51%, #eeeeee 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #f0f0f0 50%, #e8e8e8 51%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #f0f0f0 50%, #e8e8e8 51%, #eeeeee 100%);
  background: linear-gradient(top, #f4f4f4 0%, #f0f0f0 50%, #e8e8e8 51%, #eeeeee 100%);
  background: -webkit-gradient("linear, left top, left bottom, color-stop(0, $start), color-stop(0.50, $center1), color-stop(0.51, $center2), color-stop(1, $stop)");
  -webkit-box-shadow: 0 0 2px white inset;
  -moz-box-shadow: 0 0 2px white inset;
  box-shadow: 0 0 2px white inset;
  color: #333333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(/res/cached/select2/select2.png) right top no-repeat;
  outline: none; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/*
 * disabled styles
 */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #dddddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
  padding: 3px 5px 3px 5px; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none; }

/*
 * end multiselect
 */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match {
  text-decoration: underline; }

.select2-result-unselectable .select2-match {
  text-decoration: none; }

.select2-offscreen {
  position: absolute;
  left: -1000px; }

.jquery-pagination {
  font-size: 80%; }
  .jquery-pagination a {
    text-decoration: none;
    border: solid 1px #aaaaee;
    color: #1155bb; }
  .jquery-pagination a,
  .jquery-pagination span {
    display: inline-block;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 1em;
    text-align: center; }
  .jquery-pagination .current {
    background: #2266bb;
    color: white;
    border: solid 1px #aaaaee; }
    .jquery-pagination .current.prev,
    .jquery-pagination .current.next {
      color: #999999;
      border-color: #999999;
      background: white; }

body,
html {
  margin: 0;
  padding: 0;
  height: 100%; }

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

td {
  vertical-align: top;
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none; }
  ul li,
  ul {
    padding: 0;
    margin: 0; }

a[href] {
  color: #0e406d;
  text-decoration: none;
  font-size: 1em; }
  a[href]:hover {
    color: #5284b1;
    text-decoration: underline; }
  a[href].link_red {
    color: #bb0000; }
  a[href].link_red:hover {
    color: #ff4444; }
  a[href].link_light {
    color: #8888ff; }
  a[href].link_light:hover {
    color: #ddddff; }

a img {
  border: none; }

input[type="text"],
input[type="password"],
textarea {
  outline: none;
  background: white;
  border: solid 1px #bbbbbb;
  padding: 4px 7px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #5897fb; }

h1,
h2,
h2 a[href],
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 1em; }

h1 {
  font-size: 1.2em; }

.global-button,
a.global-button {
  position: relative;
  -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #79bbff;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5')";
  background: -webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -o-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -webkit-gradient("linear, left top, left bottom, color-stop($start-num, $start), color-stop($stop-num, $stop)");
  border: 1px solid #84bbf3;
  display: inline-block;
  color: white;
  font-family: arial;
  font-size: 13px;
  padding: 4px 20px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #528ecc; }
  .global-button:active,
  a.global-button:active {
    background: #378de5;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff')";
    background: -webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -o-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -webkit-gradient("linear, left top, left bottom, color-stop($start-num, $start), color-stop($stop-num, $stop)");
    top: 1px; }
  .global-button:hover,
  a.global-button:hover {
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    color: white;
    text-decoration: none; }

button:not(.notglobal),
input[type="submit"] {
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  box-shadow: inset 0px 1px 0px 0px #bbdaf7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #79bbff;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5')";
  background: -webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -o-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: linear-gradient(top, #79bbff 5%, #378de5 100%);
  background: -webkit-gradient("linear, left top, left bottom, color-stop($start-num, $start), color-stop($stop-num, $stop)");
  border: 1px solid #84bbf3;
  display: inline-block;
  color: white;
  font-family: arial;
  font-size: 13px;
  padding: 4px 20px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #528ecc; }
  button:not(.notglobal):active,
  input[type="submit"]:active {
    background: #378de5;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff')";
    background: -webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -o-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: linear-gradient(top, #378de5 5%, #79bbff 100%);
    background: -webkit-gradient("linear, left top, left bottom, color-stop($start-num, $start), color-stop($stop-num, $stop)");
    top: 1px; }
  button:not(.notglobal):hover,
  input[type="submit"]:hover {
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    color: white;
    text-decoration: none; }

/*
 * основные стили
 */
body,
html {
  background: #fbfbfb; }

form table td:first-child {
  padding-top: 4px; }

.content,
.entity,
.entity-short,
.single {
  overflow: hidden; }

body {
  background: white;
  font-size: 13px;
  font-family: Arial, Helmet, Freesans, sans-serif;
  line-height: 1.23em; }

p,
.article h1,
.article h2,
.article h3 {
  margin: 0.5em 0px; }

.article .title h2 {
  margin-bottom: -0.4em; }

p img,
.box h1 img,
.box h2 img,
.box h3 img {
  margin: 5px 0.5em 4px;
  border: solid 1px #aaaaaa;
  background: white; }

img.align-right {
  float: right;
  margin-right: 0px; }

img.align-left {
  float: left;
  margin-right: 0.5em;
  margin-left: 0px; }

/*
 * структура
 */
body > .stars {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  top: 10px;
  height: 70px;
  background: url(/res/img/stars.jpg) repeat-x;
  -webkit-box-shadow: 0px 0 7px black;
  -moz-box-shadow: 0px 0 7px black;
  box-shadow: 0px 0 7px black; }

.wrap-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background: #f2f5f6;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f5f6', endColorstr='#e3eaed')";
  background: -webkit-linear-gradient(top, #f2f5f6 0%, #e3eaed 100%);
  background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 100%);
  background: -o-linear-gradient(top, #f2f5f6 0%, #e3eaed 100%);
  background: -ms-linear-gradient(top, #f2f5f6 0%, #e3eaed 100%);
  background: linear-gradient(top, #f2f5f6 0%, #e3eaed 100%);
  background: -webkit-gradient("linear, left top, left bottom, color-stop($start-num, $start), color-stop($stop-num, $stop)"); }

.wrap-width {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
  margin-bottom: 53px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
  background: white; }
  .wrap-width > .body {
    position: relative;
    top: 1px;
    padding-bottom: 7px;
        /*
     * страница
     */ }
    .wrap-width > .body.index {
      margin-left: 0px; }
    .wrap-width > .body.body-full {
      top: 18px; }
      .wrap-width > .body .layout-page td {
        vertical-align: top; }
      .wrap-width > .body .layout-page td.main-left {
        width: 480px;
        padding-right: 14px; }
      .wrap-width > .body .layout-page td.main-right {
                /*
         * width: 480px;
         * padding-right: 14px;
         */ }
      .wrap-width > .body .layout-page > .page-main {
        margin-top: 10px; }

.layout-header {
  position: relative;
  z-index: 15;
  width: auto;
  margin-top: -15px;
  height: 112px; }
  .layout-header .globe,
  .layout-header .text,
  .layout-header .logo,
  .layout-header .logo .tohome {
    position: absolute;
    z-index: 15;
    left: 50%; }
  .layout-header .globe {
    top: 11px;
    width: 130px;
    height: 80px;
    margin-left: -460px; }
  .layout-header .logo {
    top: 21px;
    width: 321px;
    margin-left: -365px; }
    .layout-header .logo img {
      height: 67px; }
    .layout-header .logo .tohome {
      top: 4px;
      height: 50px;
      width: 321px;
      margin-left: 15px; }
      .layout-header .logo .tohome a {
        font-size: 1.4em;
        color: white;
        text-shadow: 0 0 8px blue;
        -webkit-box-shadow: 0 0 8px black;
        -moz-box-shadow: 0 0 8px black;
        box-shadow: 0 0 8px black;
        background: black; }
        .layout-header .logo .tohome a:hover {
          color: #dddddd; }
  .layout-header .text {
    top: 28px;
    height: 40px;
    width: 370px;
    margin-left: 20px;
    text-align: center;
    font-weight: bold;
    color: #d8d8d8; }
    .layout-header .text h2,
    .layout-header .text h3 {
      -webkit-box-shadow: 0 0 8px black;
      -moz-box-shadow: 0 0 8px black;
      box-shadow: 0 0 8px black;
      background: black; }
    .layout-header .text h2 {
      font-size: 1.1em; }
    .layout-header .text h3,
    .layout-header .text h3 a {
      font-size: 1em; }
  .layout-header .links {
    padding-top: 6px;
    display: none; }
  .layout-header .links,
  .layout-header .links a {
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 0 0 20px black; }
  .layout-header .links a.link_red {
    color: #ff2b2b; }
    .layout-header .links a.link_red:hover {
      color: #ff9147; }
  .layout-header div.menu {
    position: absolute;
    left: 0;
    text-align: left;
    top: 87px;
    height: 26px;
    right: 0;
    padding-left: 46px;
    background: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='#6f7acb')";
    background: -webkit-linear-gradient(top, black 0%, #6f7acb 100%);
    background: -moz-linear-gradient(top, black 0%, #6f7acb 100%);
    background: -o-linear-gradient(top, black 0%, #6f7acb 100%);
    background: -ms-linear-gradient(top, black 0%, #6f7acb 100%);
    background: linear-gradient(top, black 0%, #6f7acb 100%);
    background: -webkit-gradient("linear, left top, left bottom, color-stop($start-num, $start), color-stop($stop-num, $stop)");
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
    .layout-header div.menu .menu {
      position: relative;
      top: 2px; }
      .layout-header div.menu ul li {
        display: inline-block;
        margin: 0 0 10px 1px;
        font-size: 13px;
        position: relative; }
        .layout-header div.menu ul li.right {
          float: right; }
        .layout-header div.menu ul li ul {
          display: none;
          position: absolute;
          background: #6f7acb;
          -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
          top: 24px; }
          .layout-header div.menu ul li ul li,
          .layout-header div.menu ul li ul li a,
          .layout-header div.menu ul li ul li span {
            display: block; }
          .layout-header div.menu ul li ul li {
            margin: 0; }
        .layout-header div.menu ul li:hover ul {
          display: block; }
        .layout-header div.menu ul li.active > span,
        .layout-header div.menu ul li.active > a {
          color: #d7d7d7;
          text-decoration: underline; }
    .layout-header div.menu a,
    .layout-header div.menu span {
      display: inline-block;
      font-weight: bold;
      padding: 0 7px;
      color: white;
      line-height: 2em;
      font-size: 1em; }
    .layout-header div.menu span {
      cursor: default; }
    .layout-header div.menu .search {
      position: relative;
      z-index: 1;
      float: right;
      margin-left: 7px; }
      .layout-header div.menu .search .box {
        padding: 4px 7px;
        list-style: none;
        margin-bottom: 10px;
        border: 0;
        color: black;
        outline: none;
        width: 170px; }

  .layout-header .stars {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    background: url(/res/img/stars.jpg) repeat-x;
    height: 87px; }

.layout-footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1000px;
  margin-left: -500px;
  height: 47px; }
  .layout-footer .text {
    position: absolute;
    left: 300px;
    right: 300px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding: 14px 0 0; }
  .layout-footer .counters a {
    display: block;
    float: right;
    margin: 6px; }
    .layout-footer .counters a.left {
      float: left; }

.sidebar-right {
  width: 245px;
  float: right;
  margin-left: 4px;
  margin-right: 2px; }

.postlist > .text {
  padding: 4px 0 2px 10px;
  color: #222222; }
  .postlist > .text h1 .rss {
    position: relative;
    top: 2px;
    left: 7px;
    display: inline-block; }
  .postlist > .text h1 {
    padding: 2px 0 2px 10px;
    margin: 0;
    font-size: 1.2em; }
  .postlist > .text h2 {
    padding: 2px 0 2px 10px;
    margin: 0; }
  .postlist > .text h1 .date,
  .postlist > .text h1 .info {
    font-size: 0.8em;
    color: grey;
    float: right;
    display: block;
    margin: 3px 12px 0 0;
    text-transform: none; }

.postlist > .topic h1 {
  color: #bb0000; }

.postlist > .box,
.global-box,
.postlist > .entity,
.postlist > .entity-short {
  padding: 4px;
  margin: 4px 4px 14px; }

.postlist > .entity-short {
  margin-bottom: 6px;
  margin-top: -8px;
  padding-top: 0; }

.postlist > .box,
.global-box {
  background: rgba(241, 241, 241, 0.7);
  overflow: hidden;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0 4px #c8c8c8;
  -moz-box-shadow: 0px 0 4px #c8c8c8;
  box-shadow: 0px 0 4px #c8c8c8; }

  .postlist > .box h1.subtitle {
    font-size: 1.1em;
    color: #444444;
    padding-left: 3px;
    font-weight: normal; }

.postlist > .box .title .date {
  color: grey;
  padding: 1px 3px;
  font-size: 0.9em; }

.postlist > .nineties {
  background: black; }
  .postlist > .nineties h1 {
    color: white; }

.postlist > .single {
  padding: 8px; }
  .postlist > .single .title .date {
    float: right; }
  .postlist > .single .content {
    padding: 8px;
    clear: both; }

.postlist > .box-page-title .pagination {
  float: right;
  margin-right: 10px;
  color: black;
  display: block; }
  .postlist > .box-page-title .pagination .text {
    font-size: 0.9em; }
  .postlist > .box-page-title .pagination .links a,
  .postlist > .box-page-title .pagination .links .a {
    margin: 0 3px; }
  .postlist > .box-page-title .pagination .links .a {
    color: #bb0000; }

.postlist > .box.message-center,
.global-box.message-center {
  text-align: center;
  padding: 16px 0;
  font-size: 1.2em;
  font-weight: bold; }

.postlist > .box > .content .video {
  clear: both;
  background: #dddddd;
  padding: 1px;
  margin: 12px 0; }
  .postlist > .box > .content .video iframe {
    display: block;
    margin: 4px auto; }

/*
 * комментарии
 */
.postlist.comments-thin {
  padding: 0;
  width: 340px;
  float: left;
  overflow: hidden; }

.postlist.comments {
  overflow: hidden; }

.postlist > .comments-answer {
  padding: 10px;
  width: 360px;
  float: right; }

.postlist.comments-thin > .comments-answer {
  width: 299px;
  float: left; }

.postlist > .comments-form {
  padding: 12px;
  width: 295px;
  float: left; }
  .postlist > .comments-form h3 {
    margin: 0;
    margin-bottom: 8px;
    padding: 0; }
  .postlist > .comments-form .field {
    margin: 3px 0;
    overflow: hidden; }
  .postlist > .comments-form label {
    width: 60px;
    float: left;
    display: block;
    margin-top: 4px; }
  .postlist > .comments-form input[type="text"],
  .postlist > .comments-form input[type="submit"] {
    width: 220px; }
  .postlist > .comments-form textarea {
    width: 280px;
    display: block;
    margin-top: 4px; }
  .postlist > .comments-form input[type="submit"] {
    width: 160px;
    display: inline-block;
    margin-bottom: -8px; }
  .postlist > .comments-form .field input[type="text"],
  .postlist > .comments-form textarea {
    border: solid grey 1px;
    background: white;
    height: 170px; }
  .postlist > .comments-form .form-submit {
    text-align: center; }
  .postlist > .comments-form td.input {
    text-align: right; }
  .postlist > .comments-form .error-blocked {
    color: red;
    text-align: right; }

.postlist > .text h1 .all,
.postlist > .text h2 .all {
  font-size: 0.9em;
  float: right;
  display: block;
  margin: 0 18px 0 0;
  text-transform: none; }

.sidebar > .entity-begun-sidebar {
  padding: 6px 14px; }

/*
 * главные
 */
.postlist > .entity-mainposts {
  background: #fcfcfc;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#edf7ff')";
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #edf7ff 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #edf7ff 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #edf7ff 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #edf7ff 100%);
  background: linear-gradient(top, #fcfcfc 0%, #edf7ff 100%);
  background: -webkit-gradient("linear, left top, left bottom, color-stop($start-num, $start), color-stop($stop-num, $stop)");
  -webkit-box-shadow: 0px 0 8px #ccd2f0;
  -moz-box-shadow: 0px 0 8px #ccd2f0;
  box-shadow: 0px 0 8px #ccd2f0; }
  .postlist > .entity-mainposts h2 {
    font-size: 1.1em; }

/*
 * баннеры
 */
  .postlist > .entity-banners .banners {
    margin: 4px 0 0 2px;
    overflow: hidden; }
  .postlist > .entity-banners a.banner {
    display: none; }
    .postlist > .entity-banners a.banner img {
      display: block;
      float: none;
      width: auto;
      max-width: 343px;
      margin: 0 auto; }

.postlist > .entity-banners-edu {
  text-align: center;
  margin-top: -4px; }

.postlist > .entity-posts-more {
  text-align: center; }
  .postlist > .entity-posts-more h2 {
    font-size: 14px; }

/*
 * 
 */
.entity-mainposts {
  height: 180px;
  position: relative; }
  .entity-mainposts .tab {
    position: absolute;
    margin: 0 5px; }
  .entity-mainposts > .controls {
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; }
    .entity-mainposts > .controls span {
      cursor: pointer;
      color: blue;
      display: inline-block;
      padding: 4px 2px;
      font-size: 18px;
      text-decoration: underline; }
      .entity-mainposts > .controls span:hover {
        color: red; }

/*
 * article-info лежит только в .box
 */
  .box .infos a {
    font-weight: bold; }
  .box .infos .topics,
  .box .infos .issue {
    padding: 2px 0 0 8px;
    float: left; }
  .box .infos .issue {
    padding-left: 0; }
  .box .infos .topics + .issue {
    padding-left: 14px; }
  .box .infos .authors {
    padding: 2px 8px 0 0;
    float: right; }
    .box .infos .authors .sn {
      text-transform: uppercase; }

.postlist > .single .box .infos .authors {
  font-size: 1.4em; }

.edu-td-left {
  padding-right: 10px;
  width: 50%; }

.edu-rules li {
  margin: 1em 0; }

.edu-rules a {
  font-size: 1em; }

.comments-form .errors {
  list-style-type: none;
  margin: 0 4px 0 0;
  padding: 0;
  color: #bb0000; }

/*
 * OUR FRIENDS
 */
.wrap-width > .body > .page .layout_our_friends {
  width: 100%; }
  .wrap-width > .body > .page .layout_our_friends td {
    padding: 8px;
    vertical-align: middle; }

.postlist.searchlist {
  width: 640px;
  float: right; }

/*
 * Страница ошибки
 */
  .page-error > .box {
    padding-left: 10px; }
  .page-error .red {
    color: red; }
  .page-error pre {
    overflow-y: hidden;
    overflow-x: auto;
    height: auto;
    padding-bottom: 6px;
    margin-right: 8px; }
  .page-error .info,
  .page-error .more,
  .page-error h1 {
    text-align: center; }
  .page-error h1 {
    padding: 12px; }

/*
 * Страница просмотра записи
 */
.page-post-show > .other-posts {
  float: right;
  width: 380px; }
  .page-post-show > .other-posts > .title {
    margin-left: -9px; }
  .page-post-show > .other-posts > .title h3 {
    padding: 2px 8px; }

/*
 * Глобальные стили
 */
.global-links-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .global-links-list li {
    margin: 0.5em 0;
    padding: 0; }
  .global-links-list a {
    font-weight: bold;
    color: #0e406e;
    text-decoration: none; }
    .global-links-list a:hover {
      color: #1b4f80;
      text-decoration: underline; }

/*
 * Стили страниц
 */
.page-system-dialog {
  margin: 40px auto;
  width: 400px;
  border: solid 1px grey;
  background: #eeeeee;
  padding: 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .page-system-dialog h1 {
    text-align: center;
    border-bottom: dotted 1px grey;
    margin-bottom: 12px;
    padding-bottom: 7px; }
  .page-system-dialog table {
    margin: 0 0 0 60px;
    width: 350px; }
  .page-system-dialog .actions {
    text-align: center;
    margin-top: 14px; }
  .page-system-dialog span.message {
    padding-right: 62px; }
  .page-system-dialog .message {
    font-size: bold;
    text-align: center;
    display: block;
    margin: 0 -10px; }
    .page-system-dialog .message.error {
      color: red; }
    .page-system-dialog .message.yes {
      color: green; }
    .page-system-dialog .message.hidden {
      display: none; }
  .page-system-dialog input[type="text"],
  .page-system-dialog input[type="password"] {
    padding: 4px 6px;
    width: 200px; }

.layout-page {
  margin: 6px 0 0 3px; }
  .layout-page .title h1 {
    position: relative;
    padding-left: 11px; }
    .layout-page .title h1 .edit {
      right: 0;
      position: absolute;
      display: block; }

