@import "flags.css";

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a, .ui-widget-content a:visited { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(smoothness/images/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(smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(smoothness/images/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(smoothness/images/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; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(smoothness/images/ui-icons_cd0a0a_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; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
/*.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }*/
/*.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }*/
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

/*
 * 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('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('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('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('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('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('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('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('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('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('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='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='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='fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancy_shadow_nw.png', sizingMethod='scale'); }

*, html {
	margin: 0px;
	padding: 0px;
}

html {
}

body {
	font-family: ProximaNovaSoft-Regular, arial;
	font-size: 12px;
	color: #666666;
	background: #e5e3dc;
}

body.home {
	/*background: url(../images/home_wrap_back.png) no-repeat center 49px #e5e3dc;*/
	/*top center*/
}

.wrap {
	width: 1014px;
	margin: 0 auto;
}

.home .wrap {
	width: 960px;
	padding: 0px 27px;
}

.width810 .wrap {
    width: 1189px;
    padding: 65px 17px 0 17px;
    position: relative;
}

.width810 #center {
    background: #F3F2EE;
    background: -moz-linear-gradient(left top , #FFFFFF 0%, #F3F2EE 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #F3F2EE));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #F3F2EE 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom right, #FFFFFF 0%, #F3F2EE 100%);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 17px #AAAAAA;
    margin: 60px 0 30px;
}

img {
	border: 0px none;
}

a, a:visited {
	outline: none;
	text-decoration: underline;
	color: #FF6600;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	visibility: hidden;
	width: 1px;
	height: 1px;
	line-height:1px;
}

.noleftmenu #top {
	padding: 0 0 12px;
}

#top, body.default .noleftmenu #top {
	/* background: url(../images/top_back.png) top center no-repeat; */
	/*height: 78px;
	padding: 0px 47px 12px;*/
}

.width810 #top {
	/* background: url(../images/top_back.png) top center no-repeat; */
	/*height: 76px;*/
    background: none repeat scroll 0 0 #F3F2EE;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 5px #555;
    height: 65px;
    left: 50%;
    margin-left: -595px;
    position: fixed;
    top: 0;
    width: 1189px;
    z-index: 90;
}

.width810 .noleftmenu #top {
    padding: 0px;
}

.home #top {
	height: 85px;
	padding: 0px 0px 2px;
	width:990px;
	position:relative;
	left:-12px;
	/*
	height: 40px;
	padding: 6px 0px 0px;
	background: none;
	*/
}


#logo {
	position: absolute;
	top:5px;
    left: 10px;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	width:250px;
	height:50px;
	background-position: 0px 483px;
	background-image: url(../images/sprite1.png);
}

#kremsa_logo {
	/*position: absolute;
	*/
	margin:-6px 0 0 -12px;
}

ul#main_links {
	position: absolute;
	/*margin: 0px 0px 0px 155px;*/
	margin: 0px 0px 0px 320px;
}

ul#main_links li {
	float: left;
	height:72px;
}

ul#main_links li a{
  display:block;
  padding-top:0px;
	height:65px;
	text-decoration: none;
}

ul#main_links li span{
	display: block;
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	line-height: 19px;
	text-shadow: 0px 1px 1px #FFF;
	width: 120px;
	text-align: center;
	display: block;
	/*padding:28px 0 13px;*/
	padding: 15px 0 7px;
	cursor: pointer;
}

ul#main_links li.active{
	/*background: transparent url('../images/menu_bg.png') bottom center no-repeat;*/
	text-shadow: 0px 0px 0px;
}
ul#main_links li.active a, ul#main_links li a:hover{
	background: #FF6600;
}
ul#main_links li.active span, ul#main_links li a:hover span{
	/*background: url(../images/main_links_hover_back.png) bottom center no-repeat;*/
	text-shadow: 0px 0px 0px;
  color: #333333;
	background: #CCCCCC;
}
/*ul#main_links li#menuItem1 span,
ul#main_links li#menuItem2 span,
ul#main_links li#menuItem3 span,
ul#main_links li#menuItem4 span
{
	padding: 15px 0 7px;
}*/

/*
.home ul#main_links {
	background: url(../images/star_smp.png) top left no-repeat #f4f3f0;
	height: 64px;
	margin: 0px;
	padding-left: 150px;
	width: 544px;
	position: relative;
}
*/

.home #mainlinks_navigation
{
	position:relative;
	z-index:1000;
	top:-555px;
	left:15px;
}

.home #mainlinks_navigation ul
{
	margin:0px;
	padding:0px;
}

.home #mainlinks_navigation ul li,
.home #mainlinks_navigation ul li a,
.home #mainlinks_navigation ul li a span
{
	color:#666;
	display:block;
	float:left;
	height:20px;
	font-size:15px;
	width:auto !important;
	padding:0px;
	margin:0px;
	background-color:transparent;
}

.home #mainlinks_navigation ul li a span
{
	padding:0px 7px;
}

.home #mainlinks_navigation ul li.active,
.home #mainlinks_navigation ul li.active span,
.home #mainlinks_navigation ul li a:hover,
.home #mainlinks_navigation ul li a:hover span
{
	color:#ff6600;
	background-color:transparent;
	border:none;
}

.home #mainlinks_navigation ul li,
.home #mainlinks_navigation ul li.active
{
	border-right:1px solid #666;
	height:13px !important;
}

.home #mainlinks_navigation ul li a,
.home #mainlinks_navigation ul li.active a
{
	position:relative;
	top:-5px;
}

.home #mainlinks_navigation ul li.last
{
	border:none;
	height:13px;
}

.home div#main_links {
	background: url(../images/star_smp2.jpg) top left no-repeat #f4f3f0;
	height: 64px;
	margin: 0px;
	/*padding-left: 150px;*/
	width: 694px;
	/*position:relative;*/
}

.home div#main_links li
{
	display:block;
	float:left;
	height:20px;
}

.home #temp_links {
	position: absolute;
	margin: 12px 0 0 170px;
}

#bottom_nav_links li,
.home #temp_links li {
	float: left;
}

#bottom_nav_links
{
	display:block;
	float:left;
	clear:left;
	width:810px;
	margin-top:3px;
}


.home #temp_links li a,
#bottom_nav_links li a
{
	display: block;
	color: #736357;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 10px;
	/*border-right: #736357 1px solid;*/
	background: url(../images/slash.png) no-repeat center right;
}

.home #bottom_nav_links li.first a
{
	background:none;
}

.home #temp_links li a:hover,
#bottom_nav_links li a:hover
{
	color: #FF6600;
}

#bottom_nav_links li.last a,
.home #temp_links li.last a
{
	/*border-right: 0px none;*/
	background: none;
}

/*
#fb_connect {
	position: absolute;
	margin: 0px 0px 0px 780px;
	background: url(../images/start_btn_sprite.png) no-repeat bottom left;
	height: 63px;
	width: 180px;
}
**/

#fb_connect {
	position: absolute;
	margin: 0px 0px 0px 694px;
	/*background: url(../images/getstartedbutton_sprite.jpg) no-repeat top left;*/
	height: 64px;
	width: 266px;
}

a#fb_connect:hover {
	/*background: url(../images/start_btn_sprite.png) no-repeat top left;*/
	/*background: url(../images/getstartedbutton_sprite.jpg) no-repeat bottom left;*/
}

#preferred {
	position: absolute;
	margin: -5px 0 0 800px;
}

.home ul#main_links li{
	/*height: 70px;*/
	display:block;
	float:left;
	height:18px;
}
.home ul#main_links li a {
	/*height: 63px;*/
	padding:0px;
	border:0;
	text-decoration:none;
}
.home ul#main_links li a span{
  display:block;
  /*padding:26px 0 14px;*/
}
.home ul#main_links li.active a{
	border:0;
	/*background: #FF6600;*/
}
.home ul#main_links li.active a span{
  /*background: #CCCCCC;  */
}

#user_area {
	position: absolute;
	margin: 7px 0px 0px 760px;
	width: 160px;
}

.width810 #user_area {
	margin: 7px 0px 0px 1000px;
}

#user_area span {
	display: inline-block;
	float: left;
	height: 50px;
	margin-right: 5px;
	width: 50px;
}

.user_name {
	font-size: 14px;
}

.login {
	font-size: 10px;
}


#center_top {
	/* background: url(../images/center_top_back.png) top center no-repeat; */
	height: 47px;
}

#center_bottom {
	/* background: url(../images/center_bottom_back.png) top center no-repeat; */
	height: 47px;
}

#center_middle {
	background: url(../images/center_middle_back.png) top center repeat-y;
	padding: 0px 0px 0px 47px;
}

.width810 #center_middle {
	background: url(../images/center_middle_back810.png) top center repeat-y;
	padding: 0px;
    border-radius: 15px 15px 15px 15px;
}
.width810.newd #center_middle {
	background: none repeat scroll 0 0 transparent;
	padding: 20px 0px;
}

.noleftmenu #center_middle {
	padding: 0px;
}

.view #center_top {
	background: url(../images/center_top_back2.png) top center no-repeat;
}

.view #center_bottom {
	background: url(../images/center_bottom_back2.png) top center no-repeat;
}

.view #center_middle {
    background: none repeat scroll 0 0 transparent;
	/*padding: 0px 0px 0px 27px;*/
}

#left_bar {
	width: 377px;
	float: left;
	color: #333333;
	margin-right:-8px;
	position:relative;
	/*z-index:100;*/
	/*background:transparent url('../images/gray_right.png') right center no-repeat;*/
}

.width810 #left_bar {
	margin-right:0px;
    min-height: 50px;
    padding-top: 15px;
}
.width810.newd #left_bar {
	margin-right:-19px;
}

#center_middle .start{
	background:none;
}
#center_middle .start .link_name{
    padding-left: 20px;
	/*background:transparent url('../images/gray_right.png') right center no-repeat;*/
}


#left_bar p{
	padding-left: 20px;
}

#left_bar h3 {
	color: #444;
	text-shadow: 0px 1px #eee;
	font-size: 24px;
	line-height: 24px;
	/*background: url(../images/bullet2.png) no-repeat center left;*/
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 10px 10px;
}

#left_bar h3:hover {
	/*background: url(../images/bullet2_hover.png) no-repeat center left;*/
}

.view #left_bar {
	width: 360px;
	float: left;
	color: #333333;
	padding: 20px 20px 0 0;
	/*margin: -20px 0 0 0px;*/
	height: 39px;
	background: url(../images/left_bar_back2.png) top left no-repeat;
	position:relative;
	z-index:10;
}
.view #left_bar p{
	/*background:transparent url('../images/gray_right.png') right center no-repeat;*/
	margin-right:-28px;
}

.link_name {
	font-size: 24px;
	text-align: left;
	/*padding-left: 20px;*/
}

.vipme .link_name {
	font-size: 18px;
}

.wysiwg_text {
	line-height: 18px;
	padding: 20px 0px;
	position: absolute;
	width: 280px;
	margin: -30px 0px 0px -300px;
}

.wysiwg_text2 {
	line-height: 18px;
	padding: 20px 0px;
	width: 280px;
	margin: 230px 0px 0px -300px;
	position:absolute;
	z-index:1;
}

.wysiwg_text p, .wysiwg_text2 p {
	line-height: 15px;
}

#content {
	width: 539px;
	padding: 0px 20px;
	float: left;
	min-height: 810px;
    border-radius: 0 15px 15px 0;
    background: #F3F2EE;
	/*background: url(../images/content_back.png) bottom center repeat-x #FFF;*/
    background-image: -moz-linear-gradient(top left, #FFF 0%, #F3F2EE 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #F3F2EE));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #F3F2EE 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom right, #FFFFFF 0%, #F3F2EE 100%);
}
.width810.newd.start #content {
	min-height: 610px;
}

.noleftmenu #content {
	width: 919px;
	padding: 0px 20px;
	float: none;
	clear: both;
	min-height: 810px;
	background: #FFF;
}

.view.width810 #content {
    float: left;
    margin-top: -70px;
    min-height: 810px;
    padding: 59px 20px 20px;
    width: 1149px;
    border-radius: 15px 15px 15px 15px;
}
.width810 #content {
	width: 771px;
}

.width810.newd #content {
	width: 1149px;
}
.width810.newd.start #content {
	/*margin-top: 20px;
    border-radius: 15px;*/
    background: transparent;
}

.ui-tabs .ui-widget-header  {
	border: 0px none;
	background: none;
}

.ui-tabs.ui-widget-content {
	border: 0px;
	background: none;
}

.ui-tabs .ui-tabs-nav .ui-state-default, .ui-widget-content .ui-tabs-nav .ui-state-default /*, .ui-widget-header .ui-state-default */ {
	border: 0px;
	background: 0px;
	height:auto;
  line-height:auto;
  filter: none; /* ie */
}

.ui-widget  {
	font-family: ProximaNovaSoft-Regular, arial;
	font-size: 14px;
	color: #666666;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  /*background:transparent url('../images/gray_down.png') no-repeat center bottom;*/
	/*
  padding-bottom: 10px;
	margin-bottom: -10px;
	margin-top: -1px;
	*/
	border:0;
}

body .ui-tabs .ui-tabs-nav li{
  margin:0;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, body .ui-tabs .ui-tabs-nav li.ui-state-disabled a, body .ui-tabs .ui-tabs-nav li.ui-state-processing a, .ui-tabs .ui-tabs-nav .ui-state-default a:hover {
	color:#333333;
	/*background:#d8d6ce;*/
	background:#FCFCFB;
}


.ui-tabs .ui-tabs-nav li{
}

.ui-tabs .ui-tabs-nav li a {
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	padding: 22px 20px 18px;
	/*margin-bottom: 20px;*/
	/*border-right: 1px solid #999;*/
}

.ui-tabs .ui-tabs-nav li.last a {
	border: 0px none;
}
#tabs .ui-tabs-nav li a {
	padding: 22px 25px 18px;
}
/*
.ui-tabs .ui-tabs-nav li a:hover {
  color: #333333;
}

*/
.ui-tabs .ui-tabs-panel {
	/*border-top: 1px solid #999;*/
	padding: 0px 0px;
}

.view .ui-tabs .ui-tabs-panel {
	/* 	margin-left: -300px; */
	width: 925px;
	border: 0px;
}

.ui-tabs .ui-tabs-nav {
	/*padding: 22px 20px 18px;*/
	/*padding: 0 20px;*/
	background: #f0efeb;
  -moz-border-radius-topright: 15px;
  -webkit-border-radius-topright: 15px;
  -khtml-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  margin:0 -20px 5px;
	padding:0;
	border:0 solid #FBFAF9;
	outline:0;
}

.view .ui-tabs .ui-tabs-nav {
  margin: -59px 0 0 349px;
  width: 820px;
}

.view .ui-tabs .ui-tabs-nav li a {
	padding: 20px 25px 18px;
}


.ui-tabs {
	padding: 0px;
}

.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 {
	color: #ff6600;
}

#text_non_fans_link{

}

#text_fans_link{

  /*color:#666;*/
}

.tablinks {
	font-size:14px;
	background: #f0efeb; /* old browsers */
	padding:0px 20px;
	display:inline-block;
	font-weight:bold;
	text-decoration:none;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	color: #333;
}

a.tablinks.actual {
	background: #FFF; /* old browsers */
	color: #333333;
}

a.tablinks.actual:hover {
	cursor: default;
}

#my_tabs .row a.actual{
	/* padding-bottom: 6px;
	 margin-bottom: -2px;*/
}

#use_template{
	float: right;
	margin-bottom: -32px;
	background:transparent;
	border:0;
	line-height:18px;
	position:relative;
	z-index:80;
}
#use_template span{
	color:#666;
	font-weight:bold;
	font-size:14px;
	padding:0.4em 0.5em 0;
}

.row {
	/*margin-bottom: 10px;*/
}

.row label {
	color: #666;
}

.row label.lbl_main {
	float: left;
	width: 137px;
	display: block;
	color: #999999;
	font-size: 16px;
	line-height: 28px;
	text-align: right;
	margin-right: 20px;
	margin-top: 5px;
}

#paymentForm .row label.lbl_main {
	width: 150px;
}


.row select, .row button,
.dateFilter select, .dateFilter button {
	font-family: ProximaNovaSoft-Regular, arial;
	font-size: 12px;
	/*line-height:18px;*/
	/*padding:5px;*/
	display:inline-block;
	color: #666666;
	border:1px solid #a0a0a0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: #DCDCDC; /* old browsers */
	background: -moz-linear-gradient(top, #DCDCDC 0%, #E7E7E7 50%, #DCDCDC 51%, #E7E7E7 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DCDCDC), color-stop(50%,#E7E7E7), color-stop(51%,#DCDCDC), color-stop(100%,#E7E7E7)); /* webkit */
}

.row button.highlight {
	border:1px solid #FF6600;
	color: #FFF;
	background: #FF6600; /* old browsers */
	background: -moz-linear-gradient(top, #FF6600 0%, #fb812f 50%, #FF6600 51%, #fb812f 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF6600), color-stop(50%,#fb812f), color-stop(51%,#FF6600), color-stop(100%,#fb812f)); /* webkit */
}

.row button.premium {
	border:1px solid #FF6600;
	color: #FFF;
	background: #FF6600; /* old browsers */
	background: -moz-linear-gradient(top, #FF6600 0%, #fb812f 50%, #FF6600 51%, #fb812f 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF6600), color-stop(50%,#fb812f), color-stop(51%,#FF6600), color-stop(100%,#fb812f)); /* webkit */
}

.row .longer select{
	display:block;
	float:left;
}

.row button.disabled {
	color: #AAA;
}

/*.row button {
	background: url(../images/button_back.png) no-repeat top left;
	width: 112px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 0px none;
}
*/

.row button.small {
	background: url(../images/button_small_back.png) no-repeat top left;
	width: 66px;
}

body .ui-state-active, body .ui-widget-content .ui-state-active, body .ui-widget-header .ui-state-active {
  background: #FF6600; /* old browsers */
  line-height:20px;
  color:#fff;
}
body .ui-state-active{
  background: #FF6600; /* old browsers */
  line-height:36px;
  height:36px;
  display:inline-block;
  color:#fff;
}
body .ui-state-default span, body .ui-widget-content .ui-state-default span, body .ui-widget-header .ui-state-default span {
	/* line-height:20px;*/
  color:#000;
}

#ui-datepicker-div .ui-state-default {
	line-height: 12px;
	font-size: 10px;
	height: 12px;
}

#ui-datepicker-div button.ui-state-default {
	line-height:36px;
	font-size: 12px;
	height:36px;
}

#ui-datepicker-div .ui-state-active {
	border: 1px solid #000;
}

#ui-datepicker-div .ui-state-highlight {
	border: 1px solid #FF0000;
}


.row textarea {
	float: left;
	width: 452px;
	height: 66px;
	background: url(../images/ta_back.png) no-repeat top left;
	border: 0px none;
	padding: 5px;
	font-family: ProximaNovaSoft-Regular, arial;
	font-size: 12px;
	color: #666666;
}

.row textarea.wysiwyg {
	background: #FFF;
	width: 100%;
	border: 1px solid #999;
	height: 400px;
}

/* Feels like a hack.  Not sure why it's getting a width: 750px; dropped on it on resize (by CKE?) */
.row textarea.wysiwyg + span {
	max-width: 607px;
}

.width810 .row textarea.wysiwyg + span {
	max-width: 807px;
}

.row textarea.cke_source {
	background: #fff;
	height: auto;
	padding: 0;
	width: auto;
}

.row input.text,
.dateFilter input.text {
	float: left;
	height: 18px;
	line-height: 18px;
	width: 452px;
	/* background: url(../images/input_back.png) no-repeat top left; */
	border: 0px none;
	padding: 5px;
	font-family: ProximaNovaSoft-Regular, arial;
	font-size: 12px;
	color: #666666;
}

.row input.text.small {
	margin: 0px 4px 0px 0px;
	width: 64px;
	/* background: url(../images/input_small_back.png) no-repeat top left; */
}

.row input.text.medium {
	margin: 0px 4px 0px 0px;
	width: 293px;
	/* background: url(../images/input_medium_back.png) no-repeat top left; */
}

.row input.text.date {
	margin: 0px 4px 0px 0px;
	width: 133px;
	/*background: url(../images/input_date_back.png) no-repeat top left;*/
}

.row input.text.time {
	margin: 0px 4px 0px 0px;
	width: 70px;
	/* background: url(../images/input_time_back.png) no-repeat top left; */
}

.row input.text.orange {
	font-size: 17px;
	color: #ff6600;
}

.row input.checkbox {
	margin: 0px 4px 0px 0px;
}

.row p.col {
	width: 154px;
	display:block;
	float:left;
}

.row p.updateTab{
  margin-left:-154px;
  margin-top:10px;
  text-align:left;
}

.row p.previewTab{
  float: right;
  margin: 10px 4px 0 0;
  text-align:left;
}

.row p.col.longer {
	width: 300px;
}
.row p.col.shorter {
	width: 150px;
}

.row p.col.looonger
{
	width:600px;
}

#paymentForm .row p.col.longer {
	width: 500px;
}

.row #edit_tab_hider{
  float:left;
  width:250px;
}
.row #edit_tab_hider p.col.longer {
  width:250px;
  line-height:20px;
}
.row #edit_tab_hider label.lbl_main  {
  margin-right: 10px;
  width: 65px;
}
.row #edit_tab_hider input.text.date {
  width: 90px;
  margin: 5px 5px 0 0;
  border:1px solid #CCCCCC;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
	/* behavior: url('../images/border-radius.htc'); */
  border-radius: 8px;
  box-shadow: 0px 0px 3px #777;
	-moz-box-shadow: 0px 0px 3px #777;
	-webkit-box-shadow: 0px 0px 3px #777;
  background:none;
}
.row #edit_tab_hider p.col.longer button{
  margin: 4px 0px 0 0;
  width: 65px;
  height:32px;
  float:right;
  text-align:center;
  box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
}
.row #edit_tab_hider p.col.longer button span{
  padding:0 0em;
}
.row #edit_tab_hider p.col.longer {
}


h3 {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	/*background: url(../images/bul1.png) no-repeat center left;*/
	padding-left: 20px;
	margin-left: -20px;
	margin-bottom: 10px;
}

#preview h3 {
	background: none;
}

#post_preview .preview {
	background: url(../images/post_preview_back.png) no-repeat top left;
	width: 584px;
	height: 129px;
	padding: 20px;
	margin: 0px 0px 20px;
}

.post_user_pic {
	float: left;
	margin-right: 10px;
}

.post_inside img {
	float: left;
	margin-right: 10px;
}

.post_name, .post_address {
	display: block;
	color: #3B5998;
	font-weight: bold;
	margin-bottom: 5px;
}

.post_descr {
	color: #999;
}

#adv_program {
	position: absolute;
	width: 250px;
	margin: 80px 0px 0px;
	color: #999;
	font-size: 14px;
}

#adv_program a {
	text-decoration: none;
}

#adv_program a:hover {
	text-decoration: underline;
}

.bul2 {
	/*background: url(../images/bul2.png) no-repeat center left;*/
	padding-left: 50px;
}

a#help {
	position: absolute;
	width: 60px;
	/* height: 20px; */
	margin: 110px 0 0 850px;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	text-decoration: none;
	outline:0;
	border:0;
}

a#settings {
	position: absolute;
	width: 60px;
	height: 20px;
	margin: 10px 0px 0px 830px;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	text-decoration: none;
	outline:0;
	border:0;
}

.width810.newd a#help, .width810 a#help {
    margin: 0;
    top: 85px;
    right: 0px;
}
.width810.newd a#guides, .width810 a#guides {
    position: absolute;
    top: 82px;
    right: 122px;
    text-decoration: none;
    background-image: url(../images/guides_btn.png);
    display: block;
    width: 140px;
    height: 31px;
}
.width810.newd a#guides span, .width810 a#guides span{
    display:none;
}
.width810.newd a#settings, .width810 a#settings {
    margin-left: 1050px;
}

#updatable h2{
  font-weight: normal;
}
#updatable h3{
  margin-top:10px;
  margin-bottom:14px;
  background:none;
  width:400px;
}
#updatable h3 a{
  text-decoration:none;
  color:#ff6600;
}


#date_prev_next {
	position: absolute;
    margin: -28px 0 0 720px;
	/*z-index:100;*/
}

.vipme #date_prev_next {
	position: absolute;
    margin: -13px 0 0 715px;
	/*z-index:100;*/
}

#date_prev_next span {
	float: left;
	display: block;
	padding: 0px 5px;
	/*border-right: 1px #666666 solid;*/
}

#date_prev_next a {
	text-decoration: none;
	height: 18px;
	line-height: 18px;
	display:block; width:auto;
	padding:5px 0;
}

.date_range {
	color: #999999;
	font-size: 18px;
}

.previous, .next {
	color: #333333;
	font-size: 16px;
}

#date_prev_next span.next {
	border-right: 0px none;
	padding-right:0;
}

#day_month {
	position: absolute;
	margin: -30px -10px 0 780px;
	display: none;
}

#export_div {
	position: absolute;
	margin: -34px 0 0 650px;
	width:520px;
	text-align:right;
}

#totalsUp, #totalsUp2, #totals, #totals2 {
	/*background: url(../images/totals_back.png) no-repeat top left;*/
	width: 926px;
	height: 60px;
  margin-top:3px;
  background: #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
	/* behavior: url('../images/border-radius.htc'); */
  /*
  box-shadow: 3px 3px 5px #CCCCCC;
	-moz-box-shadow: 3px 3px 5px #CCCCCC;
	-webkit-box-shadow: 3px 3px 5px #CCCCCC;
	*/
}

#totalsUp h3, #totalsUp2 h3, #totals h3, #totals2 h3{
  width:180px;
  margin:0 0 0 30px;
  padding:0;
  float:left;
  line-height:340%;
  background:none;
	color: #333333;
	color: #666;
}
#totalsUp .checkboxes, #totalsUp2 .checkboxes, #totals .checkboxes, #totals2 .checkboxes{
	width: 630px;
	float:left;
}
#totals h3{

}
#graph, #graph2{
  clear:both;
  overflow:hidden;
}

#graph, #graph2{
  text-align:center;
  padding-bottom:5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 3px 3px 5px #CCCCCC;
	-moz-box-shadow: 3px 3px 5px #CCCCCC;
	-webkit-box-shadow: 3px 3px 5px #CCCCCC;
	/* behavior: url('../images/border-radius.htc'); */
}
#graph{
	margin-bottom:20px;
}
#graph #chart_div, #graph2 #chart_div2{
  margin-top:-26px;
  margin-top:-2px;
  margin-left:-2px;
  margin:0 0 0 10px;
}
#graph #chart_div embed, #graph2 #chart_div embed{
}

.totals_div, .totals_div2 {
	float: left;
	width: 145px;
	font-size: 11px;
	color: #333;
	/*height: 25px;*/
	height: 100%;
	/*padding: 8px 15px 0px 15px;*/
}

.checkboxes .totals_div {
}

.totals_div .number {
	border-bottom-width: 0px;
}

.totals_div.enabled .number {
	border-bottom-width: 5px;
}

.totals_div span, .totals_div2 span{
  display:block;
  padding: 11px 15px 0px;
}
.totals_div span.number, .totals_div2 span.number{
  border-bottom:0px solid #007EEF;
  padding: 0px 15px 2px 27px;
}
.totals_div.enabled span.number, .totals_div2.enabled span.number{
  display:block;
  border-bottom:5px solid #007EEF;
}
.total_item_0.enabled span.number{
  border-bottom:5px solid #007EEF;
}
.total_item_1.enabled span.number{
  border-bottom:5px solid #FFDF00;
}
.total_item_2.enabled span.number{
  border-bottom:5px solid #FF6600;
}

.total_item_3.enabled span.number{
  border-bottom:5px solid #008000;
}

.total_item_20.enabled span.number{
  border-bottom:5px solid #007EEF;
}
.total_item_21.enabled span.number{
  border-bottom:5px solid #FFDF00;
}

.total_item_22.enabled span.number{
  border-bottom:5px solid #FF6600;
}
.total_item_23.enabled span.number{
  border-bottom:5px solid #008000;
}

#totals .checkboxes, #totals2 .checkboxes{
  /*margin:10px 0 0 280px;*/ margin:0px 0 0;
}
#totals .checkboxes label, #totals2 .checkboxes label, .checkboxes span.label{
	font-size: 15px;
	padding: 0px 15px 0 5px;
	display: inline;
}
#totals .checkboxes p, #totals2 .checkboxes p{
	padding: 11px 0px 0 5px;
}
#totals .checkboxes input[type=checkbox], #totals2 .checkboxes label input[type=checkbox]{
}


#totalsUp .totals_div:hover, #totalsUp2 .totals_div:hover, #totalsUp .hover, #totalsUp2 .hover , #totals .totals_div:hover, #totals2 .totals_div2:hover, #totals .hover, #totals2 .hover {
	background: #FF6600;
	color: #FFF;
}


.totals_div span, .totals_div2 span {
	font-size: 18px;
}
.totals_div span.text, .totals_div2 span.text {
	font-size: 15px;
}


table.full_table {
	width: 100%;
}

table.full_table  td{
	padding: 4px 0px 4px 10px;
	/*vertical-align: top;*/
	border-bottom: 1px solid #CCC;
	color: #666666;
}

table.full_table tfoot td {
	border-bottom: 0px none;
}

table.full_table th {
	text-align: left;
	color: #333;
	background-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding: 0px 0 0 10px;
}

table.full_table th.table_date, table.full_table th.table_clicks {
	text-align: right;
}

table.full_table tbody tr:hover {
	background: #FFFFFF;
}

.table_link {
	width: 358px;
	padding-left: 8px;
}

.table_label {
	width: 180px;
	padding-left: 8px;
}

.table_link img {
	float: left;
	margin-right: 20px;
}

.table_date {
	width: 180px;
	text-align: left;
}

.table_clicks {
	width: 140px;
	text-align: right;
	padding-right: 10px;
}

.table_clicks span {
	font-size: 18px;
	color: #ff6600;
}

.table_link_title {
	font-size: 18px;
}

.pagination a {
	text-decoration: none;
	float: left;
	display: block;
	padding: 7px;
}
.pagination a.active {
	color: #ff6600;
}

a.actual
{
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

a.disabled
{
	cursor: default;
	color: #999999;
	text-decoration: none !important;
}

.left_side_nav {
	position: absolute;
	margin: 100px 0px 0px -320px;
	width: 377px;
	/* background: #e5e5e5; */
	z-index:10;
}

#left_bar .left_side_nav h3 {

}

#left_bar > div {
	margin-left: -20px;
	width: 377px;
}

.width810 #left_bar > div {
	margin-left: 0px;
	width: 377px;
    /*padding-left: 20px;*/
}

.left_side_nav h4 {
	/*border-bottom: 1px solid #e5e5e5;*/
	border-bottom: 1px solid #fff;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	background: #cccccc;
	padding: 0 20px;
}

.left_side_nav h4 .plus {
	cursor: pointer;
	display: block;
	/*margin-top: 3px;
	margin-right: 18px;*/
	position: absolute;
}

.left_side_nav ul li a, .info_stuff {
	color: #333;
	font-size: 16px;
	height: 38px;
	/*border-bottom: 1px solid #cccccc;*/
	line-height: 38px;
	display: block;
	text-decoration: none;
	padding: 0px 10px 0px 40px;

	border-bottom:1px solid #fff;
}

#temp_categories ul li a {
	height: 80px;
	line-height: 80px;
	padding: 10px 10px 10px 20px;
}

#temp_categories img.temp_pic {
	float: left;
	margin-right: 10px;
}

.info_stuff {
	border-top:1px solid #fff;
}

ul.startcategories li a
{
	height:70px;
	line-height:70px;
	border:none;
}

ul.startcategories li a img
{
	display:block;
	float:left;
	padding-right:13px;
	padding-top:7px;
}

#localization ul li a, #versioning ul li a{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	position:relative;
	background: #E6E6E6;
}

#localization ul li.active > a, #versioning ul li.active > a{
	background: #FF6600;
}

#localization h4 , #versioning h4 {
	border-bottom:0;
}

.left_side_nav ul ul li.active{
	border-top:1px;
}

#localization ul li ul li a, #versioning ul li ul li a{
	border-top:0px;
	border-bottom:0px;
}

.left_side_nav ul li.active > a{
	/*border-bottom: 1px solid #E5E5E5;*/
}

.left_side_nav ul li ul li a{
	padding: 0px 10px 0px 50px;
}

#localization ul li a strong, #versioning ul li a strong{
	font-weight: normal;
	display:block;
	width: 190px;
	height: 38px;
	overflow:hidden;
}

.left_side_nav ul li a:hover{
	color: #000;
	background: #FF6600;
}

.left_side_nav ul li.active a {
	color: #FFF;
	background: #FF6600;
}

.left_side_nav ul li.active ul li  a{
	color: #000;
	background: #E6E6E6;
}

#update_tab_done
{
	display: none;
	font-weight: bold;
	line-height: 26px;
}

#manage-tabs-main
{
	padding-top: 4px;
}

#manage-tabs-main .row label.lbl_main {
	margin-top: 0;
}

#manage-tabs-main h3
{
  background:none;
  margin-top:0px;
  margin-bottom:15px;
  display:inline-block;
}

#continue_editing
{
  position: absolute;
  margin:-20px 0 0 670px;
}

.plus, .minus, .blank
{
	/* background: url(../images/plus_minus.png) no-repeat; */
	display: block;
	/*float: right;*/
	height: 24px;
	/*margin: 9px 2px 0px 0px;*/
	margin-top: -30px;
	right: 10px;
	position: absolute;
	width: 24px;
}

.values .plus, .values .minus {
	margin-top: 0px;
	right: inherit;
	position: absolute;
	display: block;
	cursor: pointer;
}

.blank {
	background: none;
}

.plus {
	background-position: top left;
	right: 40px;
}

.minus {
	background-position: top right;
}

.plus, .minus, .blank {
	display: none;
}

#localization-loaded , #versioning-loaded {
	/*margin-bottom:40px;*/
}

body #localization, body #versioning{
	position:relative;
}

body #localization .button, body #versioning .button{
	display:block;
	position: relative;
	margin: -41px 0px 0px 40px;
	/*bottom:-36px;*/
	width:377px;
	background: #E6E6E6;
	color: #555555;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	text-align:left;
	border:0;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	height: 35px;
}
body #localization .button strong, body #versioning .button strong{
	padding: 0 10px 0 40px;
	font-size:14px;
	display:block;
	line-height:39px;
	font-weight: normal;
	color:#333;
}

#share_link {
	height: 300px;
	overflow: auto;
}

#share_link .shortlinks {
	height: 28px;
	line-height: 28px;
	margin-bottom: 8px;
}

#share_link .shortlinks .shortlink_link, #share_link .shortlinks a {
	font-size: 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFF;
	float: left;
	display: block;
	width: 360px;
	color: #FF6600;
	font-weight: bold;
	font-size: 16px;
}
#share_link .shortlinks a.shortlinks_update_btn{
	width: 79px;
	margin-left: 5px;
	font-size: 14px;
	display: none;
}
#share_link .shortlinks:hover a.shortlinks_update_btn{
	display: block;
	font-weight: normal;
}


h4 small{
	font-size:12px;
}


.left_side_nav ul li a:hover .plus,
.left_side_nav ul li a:hover .minus,
.left_side_nav ul li a:hover .blank {
	display: block;
}

.left_side_nav ul li.active,
ul.startcategories li:hover
{
	background-color: #FF6600;
}

.left_side_nav ul li.active ul li,
ul.startcategories li:hover
{
	background-color: #E6E6E6;
}

ul.startcategories li
{
	height:70px;
	background-color:#ccc;
	border-bottom:1px solid #fff;
}

ul.startcategories li.active,
ul.startcategories li:hover
{
	background-color:#E5E5E5;
}

.left_side_nav ul li.active > a
{
	color: #FFF;
}

ul.startcategories li.active > a
{
	color:#000;
}

.left_side_nav ul li.active li
{
	background-color: #e5e5e5;
}

.left_side_nav li
{
	position: relative;
}

.left_side_nav #localization-loaded li, .left_side_nav #versioning-loaded li
{
  /*border-bottom:1px solid #fff;*/
}
.left_side_nav #localization-loaded li li, .left_side_nav #versioning-loaded li li{
  border-bottom:0px;
}

.left_side_nav .marker, .left_lists .marker
{
	/*background: url(../images/bul3.png) no-repeat;*/
	display: none;
	height: 18px;
	position: absolute;
	right: -9px;
	top: 11px;
	width: 9px;
}

.left_lists .marker {
	right: 0px;
	left: 238px;
	top: 23px;
}

#temp_categories .marker {
	top: 41px;
}

ul.startcategories li .marker
{
	top: 25px;
	/*background: url(../images/bul_start.png) no-repeat;*/
	/*background: url(../images/bul3.png) no-repeat;*/
}

/*ul.startcategories li:hover > .marker,*/
.left_side_nav .active > .marker, .left_lists .active > .marker
{
	display: block !important;
}

#tab_title:disabled
{
	background: transparent;
}

.flag > a {
	background-position: 20px 14px;
	background-repeat: no-repeat;
}

#splash {
	height: 577px;
}

#splash img {
	position: absolute;
}

div#footer_container
{
	width: 100%;
	height: 150px;
	background: url(../images/footer_strip.png) 0 0 repeat-x;
}

div#footer
{
	width: 954px;
	height: 130px;
	margin: 0 auto;
}

div#footer div.top { height: 84px; }

div#footer div.top ul.offices
{
	width: 640px;
	margin: 28px 0 0 10px;
	float: left;
}

div#footer div.top ul.offices li
{
	background: url(../images/footer_slash.png) center right no-repeat;
	width: 130px;
	float: left;
	margin-right: 28px;
}

div#footer div.top ul.offices li.last
{
	background: none;
	margin-right: 0;
}

div#footer div.top ul.offices li h3
{
	color: #747166;
	font-size: 11px;
	background: none;
	margin: 0px;
	padding: 0px;
}

div#footer div.top ul.offices li span
{
	color: #747166;
	font-size: 10px;
	display: block;
	margin-top: 2px;
}

div#footer div.top ul.offices li a { color: #f26522; }
div#footer div.top ul.offices li a:hover { color: #714202; }

div#footer div.top ul.social
{
	width: 144px;
	float: right;
	margin: 16px 0 0 0;
	background: url(../images/h_vline.png) top left repeat-x;
}

div#footer div.top ul.social li
{
	color: #747166;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 0 0 0;
	height: 16px;
	background: url(../images/h_vline.png) bottom left repeat-x;
}

div#footer div.top ul.social li a
{
	color: #714202;
	background: url(../images/social_arrow.png) center right no-repeat;
	display: inline-block;
	width: 64px;
}

div#footer div.top ul.social li a:hover { color: #F26522; }

div#footer div.bottom
{
	color: #747166;
	padding: 14px 0 0 0;
	font-size: 10px;
	text-align: right;
}

div#footer div.bottom a { margin-right: 37px; }
div#footer div.bottom a:hover { color: #F26522; }

.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}

#bottom {
	color: #A7A7A5;
	font-size: 14px;
	padding: 0px 0px 20px 0px;
}

#bottom a {
	color: #A7A7A5;
	text-decoration: none;
	padding:0px;
	/*border-right: 1px solid #A7A7A5;*/
}

#bottom a:hover {
	color: #FF6600;
}

.example_item {
	float: left;
	width: 135px;
	margin: 0 26px 10px 0;
}

.example_item.last {
	margin: 0 0px 10px 0;
}

.ui-dialog
{
	/* box-shadow: 0 0 34px #FF6600;
		-moz-box-shadow: 0 0 34px #FF6600;
		-webkit-box-shadow: 0 0 34px #FF6600; */
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
	/* behavior: url('../images/border-radius.htc'); */
  border:3px solid #FF6600;
  padding: 0.3em;
}



body .ui-dialog-content .ui-state-default{
  padding:0 2em;
  float:right;
}
.add-language-button{
  position:absolute;
  bottom:0px;
  right:0px;
}

body .ui-widget-overlay {
  /* background: transparent url("../images/tbgw50.png") repeat scroll 50% 50%;
  opacity: 1; */
  background: #333;
  opacity: 0.6;
}

.date_range input {
  width: 95px;
  margin: 0px;
  border:1px solid #CCCCCC;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
	/* behavior: url('../images/border-radius.htc'); */
  border-radius: 8px;
  box-shadow: 0px 0px 3px #777;
	-moz-box-shadow: 0px 0px 3px #777;
	-webkit-box-shadow: 0px 0px 3px #777;
  background:none;


	color: #666666;
	font-family: ProximaNovaSoft-Regular, arial;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	padding: 5px;
}

.date_range input:focus {
	border: 1px solid #888;
}

.td1 {
	/*background: #CCCCCC;*/
	display:none;
}

.nice_window {
	font-size: 1.4em;
	text-align: center;
}

#loading {
	background: #333 url(../images/loadingAnimation.gif) center center no-repeat;
	opacity: 0.6;
	position: fixed;
	top: 0;
	/* bottom: 0; */
	height: 65px;
	right: 0;
	left: 0;
	z-index: 10000;
}

#view-posts-table {
	width: 100%;
}

#view-posts-table thead td {
	font-weight: bold;
	text-align: center;
}

#view-posts-table tbody td {
	padding: 4px;
}

#view-posts-table tbody tr:hover {
	background: #F7EEDD;
}

.template {
	width: 300px;
	float: left;
	text-align: center;
}

#my_themes {
	padding-top: 15px;
}

#my_themes .template {
	width: 231px;
	margin: 6px 11px 12px 14px;
}

#template_2 button{
  display:none;
}

.template h4 {
	text-align: center;
	font-size: 14px;
}

.template a {
	display: block;
	text-align: center;
	margin: 7px 0px 5px;
}

.template a img {
	border: 1px solid #999;
	padding: 2px;
}

.template button {
	margin: 5px auto;
}

.home_theme_descr {
	margin: 20px;
	font-size: 1.1em;
	line-height: 1.2em;
}

#page_picture, #page_picture2 {
	width: 50px;
	height: 50px;
	float: left;
}
#page_select3{
	margin:0px 0 40px;
}

.tabs_text, .tabs_text2{
  padding:0 0 15px;
  border-bottom:1px solid #ccc;
}
.tabs_text p, .tabs_text2 p{
  color:#666; line-height:16px;
}
.tabs_text2{
	border-bottom:0;
}
#upgrade .tabs_text{
	margin-bottom:15px;
}
#upgrade .tabs_text2{
	margin-bottom:0px;
	border-bottom:0;
}

#upgrade{
}

.updateTab{
  text-align:right;
  margin:0 0 10px;
}

.tabs_text table{
  border:1px solid #DFDFDF;
  line-height:3em;
}
.tabs_text tr{
  border:1px solid #F1F0EC;
}
.tabs_text td{
  /*border:1px solid #F1F0EC;*/
  border:1px solid #DFDFDF;
  padding:0 1em;
}

.upgrade_banners{
  width: 630px;
}
.tabs_text img{
  margin-right:10px;
}



#tip7-title { text-align: left; }

#tip7-title.row { height: 30px; line-height: 31px; padding-left: 3px; }

#tip7-title b { display: block; margin-right: 80px; }

#tip7-title span { float: right; }




.left{ margin: 0px 0 0 -320px; position: relative; width: 300px; z-index: 10; }
.wysiwg_text { position:static; margin: 0px 0px 0px 0px; }
.wysiwg_text2 { position:static; margin: 10px 0px 0px 0px; }
.left_side_nav {	position:static; margin: 10px 0px 30px 0px; }

#ui-datepicker-div {
	z-index: 20000;
}

a#logout_link {
	text-decoration: none;
}

/*#tutorial-trigger {
	position: absolute;
	margin: 78px 0 0 -300px;
}*/



#dontSee{
	float: right;
	line-height: 36px;
	padding-right: 1ex;
	text-align: right;
	width: 180px;
}
#dontSee a{
	font-size:12px;
	font-weight: normal;
	color:#666;
}
#my_themes .button span{
	font-size:12px;
	font-weight: normal;
	line-height:20px;
}


#page_link2{
	color:#666;
	line-height:28px;
	margin:5px 0 0 10px;
	display:block;
	width:auto;
	float:left;
}

#page_select3{
	margin-top:5px;
}


#payment_form{
}
#payment_form select{
	margin:5px 0 0 0;
}
#payment_form input[type=text]{
	margin-top:5px;
}
#payment_form{
}
#payment_form{
}



#homepage_samples_heading
{
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	font-size:34px;
	height:34px;
	line-height:34px;
	background:transparent url(../images/samplesheading3.png) center center no-repeat;
	color:#ff6600;
	margin:35px 0px 15px;
}

#homepage_samples,
#homepage_features
{
	clear:both;
	float:left;
	width:100%;
}

.homepage_sample
{
	width:229px;
	float:left;
	height:229px;
	margin:0px 14px 14px 0px;
}

.homepage_sample.nomargin
{
	float:right;
	margin-right:0px;
}

#homepage_features_heading
{
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	font-size:27px;
	height:27px;
	line-height:27px;
	background:transparent url(../images/featuresheading3.png) center center no-repeat;
	color:#ff6600;
	margin:30px 0px 15px;
}

.homepage_feature
{
	width:470px;
	float:left;
	height:106px;
	overflow:hidden;
	margin:0px 0px 35px 0px;
	text-align:left !important;
	padding-right:10px;
}

.homepage_feature.right
{
	float:right;
}

.homepage_feature .image
{
	float:left;
	width:106px;
	height:106px;
	text-align:left;
	padding-right:20px;
}

.homepage_feature .texts
{
	float:left;
	width:344px;
	text-align:left;
	height:106px;
}

.homepage_feature .texts .heading
{
	width:100%;
	float:left;
	clear:both;
	text-align:left;
	font-size:22px;
	height:28px;
	overflow:hidden;
	color:#44433a;
}

.homepage_feature .texts .subheading
{
	width:100%;
	float:left;
	clear:both;
	text-align:left;
	font-size:18px;
	color:#98958e;
}

.homepage_feature .texts .description
{
	width:100%;
	float:left;
	clear:both;
	padding-top:15px;
	text-align:left;
	font-size:16px;
	color:#787877;
}

#readyforfame
{
	float:left;
	clear:both;
	width:100%;
	height:86px;
	background:transparent url(../images/smphp_footer.jpg) top left no-repeat;
	padding-bottom:20px;
	text-align:right;
}

#readyforfame #fb_connect_footer
{
	display:block;
	float:right;
	background:transparent url(../images/getstartedbutton_sprite.jpg) top left no-repeat;
	position:static;
	margin:22px 0px 0px 0px;
	height: 64px;
	width: 266px;
}

#readyforfame #fb_connect_footer:hover
{
	background:transparent url(../images/getstartedbutton_sprite.jpg) bottom left no-repeat;
}


#updatable{
	position:relative;
	/* margin-left:-303px; */
	z-index:10;
	padding: 40px 0px 0px;
}


#updatable .col, #trackTabs .col{
	position:absolute;
	top:-48px;
	left:-8px;
	z-index:100;
}
#trackTabs .col{
	position:absolute;
	top:15px;
	left:150px;
	z-index:100;
}
#updatable .col label, #trackTabs .col label{
	margin-top:0;
	width:50px;
	margin-right:10px;
}
#updatable .col #page_select, #trackTabs .col #page_select{
	font-size: 14px;
	width:130px;
}


.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: ProximaNovaSoft-Regular, arial;
}

a.usetemplatelink
{
	position: absolute;
	display:block;
	/*margin-top:15px;*/
	color:#666666;
	text-decoration:underline;
}

a.usetemplatelink:hover
{
	text-decoration:none;
	color:#666666;
}

#splash
{
	clear:both;
	margin-top:7px;
}

.tabs_upgradelink
{
	position:relative;
	left:573px;
	width:150px;
	top:34px;
}

.tabs_upgradelink a:hover,
#my_themes .template a:hover
{
	color:#666;
}

.button.floated {
	float: left;
	margin: 2px 8px 0 32px;
	padding: 0;
	height: 31px;
	width: 115px;
}

.tracking_detail_part
{
	width:100%;
	clear:both;
	float:left;
	margin-top:20px;
}

.tracking_detail_part .labels
{
	background-color:#ccc;
	color:#666;
	min-height:30px;
	line-height:30px;
	font-size:14px;
}

.tracking_detail_part .labels div
{
	/*text-decoration:underline !important;*/
}

.tracking_detail_part .values
{
	margin:0px;
	color:#666;
	padding:4px 0px;
	line-height:25px;
}

.tracking_detail_part .values:hover
{
	background-color:#fff;
}

.tracking_detail_part .values,
.tracking_detail_part .labels
{
	clear:both;
	float:left;
	width:100%;
	/*font-weight:bold;*/

}

.tracking_detail_part .values
{
	font-weight:normal;
	min-height:10px;
	border-bottom:1px solid #ccc;
}

.tracking_detail_part .values a
{
	font-size:14px;
	color:#222;
	text-decoration:underline;
}

.tracking_detail_part .values a:hover
{
	color:#ff6600;
	text-decoration:none;
}

.tracking_detail_part .labels .thumb,
.tracking_detail_part .values .thumb,
.tracking_detail_part .labels .action,
.tracking_detail_part .values .action,
.tracking_detail_part .labels .campaign,
.tracking_detail_part .values .campaign,
.tracking_detail_part .labels .count,
.tracking_detail_part .values .count,
.tracking_detail_part .labels .value,
.tracking_detail_part .values .value
{
	float:left;
	min-width:460px;
	text-align:center;
}

.tracking_detail_part .labels .campaign,
.tracking_detail_part .values .campaign
{
    text-align:left;
    padding-left: 10px;
}

.tracking_detail_part .values.sub-campaign .campaign
{
    padding-left: 24px;
    min-width: 446px;
}

.tracking_detail_part .values .graph button
{
    display: none;
    height: 25px;
    margin: 0 10px 0 0 !important;
}

.tracking_detail_part .values:hover .graph button
{
    display: block;
}

.tracking_detail_part .values .graph button span
{
    line-height: 25px;
}

.tracking_detail_part .labels .thumb,
.tracking_detail_part .values .thumb,
.tracking_detail_part .labels .count,
.tracking_detail_part .values .count,
.tracking_detail_part .labels .value,
.tracking_detail_part .values .value
{
	min-width:170px;
}

.tracking_detail_part .labels .link,
.tracking_detail_part .values .link,
.tracking_detail_part .labels .fanname,
.tracking_detail_part .values .fanname
{
	float:left;
	min-width:250px;
	text-align:left;
}

.tracking_detail_part .labels .link,
.tracking_detail_part .values .link
{
	/*text-align:left;*/
	padding-left: 5px;
}


.tracking_detail_part .labels .created,
.tracking_detail_part .values .created,
.tracking_detail_part .labels .shareddate,
.tracking_detail_part .values .shareddate
{
	float:left;
	min-width:200px;
	text-align:left;
}

.tracking_detail_part .labels .visitorgenerated,
.tracking_detail_part .values .visitorgenerated,
.tracking_detail_part .labels .shares,
.tracking_detail_part .labels .visits,
.tracking_detail_part .labels .referrals,
.tracking_detail_part .values .shares,
.tracking_detail_part .values .visits,
.tracking_detail_part .values .referrals
{
	float:left;
	min-width:150px;
	text-align:left;
}

.tracking_detail_part .labels .referrals,
.tracking_detail_part .values .referrals
{
    float: right;
}

.tracking_detail_part .labels .visitorgenerated,
.tracking_detail_part .values .visitorgenerated
{
	text-align: right;
	float: right;
	padding-right: 5px;
}

.tracking_detail_part .labels .clicks,
.tracking_detail_part .values .clicks
{
	float:left;
	min-width:100px;
	text-align:left;
	margin-left:50px;
}

.tracking_detail_part .labels .action2,
.tracking_detail_part .values .action2
{
	float:left;
	min-width:170px;
	text-align:center;
}

.tracking_detail_part .labels .clicks2,
.tracking_detail_part .values .clicks2
{
	float:left;
	min-width:250px;
	text-align:left;
	margin-left:50px;
}

.tracking_detail_part .labels .label,
.tracking_detail_part .values .label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-left:30px;
	min-width:280px;
	width:280px;
}

.tracking_detail_part .values.total, table.full_table tr.total {
	font-weight: bold;
	background-color: rgba(241, 147, 27, 0.33);
}

#content .text ul li
{
	list-style: disc;
	margin-left:15px;
}

#userDetails,
#linkDetails
{
	clear:both;
	float:left;
	padding:10px;
	border:1px solid #ccc;
	margin:15px 10px 10px 0px;
    width: 1130px;
}

#linkDetails
{
    padding: 5px;
    background-color:#e5e3dc;
}

#userDetails a.fblink,
#linkDetails a.fblink
{
	display:block;
	float:left;
	width:60px;
	height:60px;
	text-align:left;
}

#linkDetails a.edit-link
{
    display:none;
    margin-left:10px;
}

#userDetails h3,
#linkDetails h3
{
	display:block;
	float:left;
	width:200px;
}

#userDetails .block,
#linkDetails .block
{
	float:left;
	width:200px;
	text-align:left;
}

#userDetails .block h4,
#linkDetails .block h4
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tracking_detail_part h2 button
{
	float:right;
	height:18px;
	font-size:12px;
}

span.premium_template {
	display: block;
	position: absolute;
	width: 108px;
	height: 108px;
	background: url(../images/premium_ribbon.png) no-repeat top left;
	margin: -6px 0px 0px 124px;
}

.trackingpagination
{
	clear:both;
	float:left;
	text-align:left;
	margin:2px 0px;
}

.trackingpagination a
{
	display:block;
	float:left;
	padding:2px 5px;
}

#tutorial-trigger {
	margin: -18px 0 0 298px;
	position: absolute;
}

#live_beta_holder {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #FF6600;
	color: #FFF;
	font-size: 15px;
	padding: 10px;
	text-shadow: 1px 1px 0px #000;
	opacity: 0.7;
    z-index: 1000;
}

#selected_loc {
	font-weight: normal;
}

#upgrade_page {
	width: 340px;
}

#upgrade_page span {
	width: 340px;
}

.upgrade_relevant .longer,
.upgrade_relevant h4 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}


.upgrade_relevant button {
	margin-top: 15px;
	font-size: 14px;
}

#homepage_availplans_heading
{
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	font-size:34px;
	height:34px;
	line-height:34px;
	background:transparent url(../images/availableplansheading.jpg) center center no-repeat;
	color:#ff6600;
	margin:20px 0px 0px;
}

#homepage_availplans_subheading
{
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	font-size:34px;
	color:#ff6600;
	margin:5px 0px;
	font-size:22px;
	color:#44433a;
}

#homepage_availplans_plans
{
	clear:both;
	float:left;
	width:100%;
	text-align:center;
}

#homepage_availplans_plans .selectedfeatures
{
	clear:left;
	float:left;
	width:235px;
	text-align:left;
	padding-top:139px;
}

#homepage_availplans_plans .selectedfeatures div.availablefeature,
#homepage_availplans_plans .selectedfeatures div.strong
{
	width:220px;
	clear:both;
	color:#44433a;
	font-size:16px;
	font-weight:normal;
	padding:5px 0px 5px 15px;
	margin:5px 5px 5px 0px;
	min-height:20px;
}

#homepage_availplans_plans .selectedfeatures div.strong
{
	font-weight:bold;
}

#homepage_availplans_plans .selectedfeatures div.availablefeature.even
{
	background-color:#eae8e2;
}

#homepage_availplans_plans .selectedfeatures div.availablefeature a.helplink
{
	display:block;
	float:right;
	width:10px;
	text-align:right;
	padding-right:7px;
}

#homepage_availplans_plans .availableplan
{
	float:left;
	width:240px;
	text-align:center;
	margin-top:12px;
}

#homepage_availplans_plans .availableplan .planheading
{
	clear:both;
	width:100%;
	text-align:center;
	height:162px;
	background:transparent url(../images/planheading_sprite.png) top left no-repeat;
}

#homepage_availplans_plans .availableplan .planheading.even
{
	background:transparent url(../images/planheading_sprite_orange.png) top left no-repeat;
}

#homepage_availplans_plans .availableplan .planheading .head
{
	clear:both;
	width:100%;
	height:47px;
	line-height:47px;
	text-align:center;
	font-size:28px;
	color:#ff6600;
}
#homepage_availplans_plans .availableplan .planheading.even .head
{
	color:#fff;
}

#homepage_availplans_plans .availableplan .planheading .desc
{
	clear:both;
	width:200px;
	line-height:18px;
	height:46px;
	text-align:center;
	font-size:14px;
	color:#787877;
	margin:0px auto;
	margin-top:5px;
}
#homepage_availplans_plans .availableplan .planheading.even .desc
{
	color:#fff;
}


#homepage_availplans_plans .availableplan .planheading .price
{
	clear:both;
	width:100%;
	line-height:22px;
	height:22px;
	text-align:center;
	font-size:14px;
	color:#787877;
	margin:0px auto;
	margin-top:5px;
}
#homepage_availplans_plans .availableplan .planheading.even .price
{
	color:#fff;
}

#homepage_availplans_plans .availableplan .planheading .price .big
{
	font-size:30px;
}

#upgradepage_link
{
	display:block;
	float:right;
	margin-right:20px;
}

#upgradepage_link a
{
	text-align:center !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.totals_div label, .totals_div  input {
	cursor: pointer;
}

body button.export_btn, body button.graph_btn {
	float: right;
	margin: -20px 0px 10px 0px;
	color: #000;
}

body button.graph_btn {
	margin-right: 10px;
}

body #export_div button.export_btn {
	position: absolute;
	left: -150px;
	top: 17px;
}

.cke_skin_kama *.dialog-ui-checkbox {
	margin: 20px 0px;
}

.preview_tabs {
	border: 0px none;
	/*border-top: 0px none;*/
	width: 810px;
	/* width: 520px; */
	/*height: 600px; */
	overflow: hidden;
	background: #FFF;
}

#message_log {
	background: #FFF;
	opacity: 0.8;
	width: 260px;
	height: 300px;
	position: fixed;
	top: 0px;
	right: 0px;
	overflow: auto;
	font-size: 10px;
	color: #000;
	word-wrap: break-word;
}

#message_log .in {
	background: #FFE882;
}

#message_log .out {
	background: #F9F875;
}

iframe.widget {
	width: 100%;
	/*height: 300px;*/
	border: 0px;
}
.ui-accordion .ui-accordion-content { padding: 0px; position: inherit; }

.loyalty_program  .ui-accordion-content {
	border: 1px solid #e7e6e2;
}

.accordion_widgets {
	width: 377px;
	margin: 0;
}

h5.ui-accordion-header {
	height: 38px;
	line-height: 38px;
}

h5.ui-accordion-header a {
	font-size: 18px;
	margin: 0px 0 0 30px;
	display: block;
	color: #333;
	font-weight: bold;
	text-shadow: 1px 1px 0px #FFF;
}

h5.ui-accordion-header a input {
	background: transparent;
	border: 0px none;
	color: #FFF;
	text-shadow: 1px 1px 0 #000000;
	padding: 2px;
	border-bottom: 1px solid #000;
}

.loyalty_program a.add_tab {
	font-size: 12px;
	margin: 0px;
	display: block;
	width: 150px;
	color: #FF6600;
	font-weight: bold;
	margin: -24px 0 0 80px;
	line-height: 24px;
	text-decoration: none;
	position: absolute;
}


/*
.loyalty_program .page h5.ui-accordion-header.ui-state-active a.add_tab  {
	margin: -30px 0 0 80px;
	color: #FF6600;
	font-size: 12px;
	line-height: 24px;
}*/

.loyalty_program  a.add_tab .plus{
	display: block;
	position: relative;
	float: left;
	right: 0px;
	margin: 0px 10px 0px 0px;
}

h5.ui-accordion-header.ui-state-active a {
	margin: 0px 0 0 30px;
}

h5.ui-accordion-header.ui-state-active {
	width: 377px;
}

.loyalty_program {
	padding: 0px 0px 16px 0px;
	/*border-bottom: 1px solid #999;*/
}
.width810.newd .loyalty_program {
	padding: 0px 0px 16px 0px;
    /*float: left;*/
    width: 540px;
    /*margin-right: 30px;*/
}

.loyalty_program .page_image {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0px 20px 0px 5px;
	display: block;
	border: 1px solid #d3d3d3;
}

.loyalty_program a.page_name {
	display: block;
	float: left;
	width: 490px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
	line-height: 23px;
}

.width810.newd .loyalty_program a.page_name {
	width: 460px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.loyalty_program a.page_name:hover {
	text-decoration: underline;
}

.loyalty_program.premium {
	/*background: #f7c8a8;*/
}



.loyalty_program.premium:hover  {
	/*background: #f78c42;*/
}

.loyalty_program:hover {
	/*background: #e5e3dc;*/
}

.loyalty_program .pagetab {
	padding-left: 90px;
	background: url("../images/bullet2.png") no-repeat scroll 13px center #f0efeb;
	height: 38px;
	line-height: 38px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #FFF;
}

.loyalty_program .pagetab input.pagetab_name {
	display: block;
	float: left;
	margin: 5px 0 0;
	padding: 4px;
	width: 200px;
}

.loyalty_program .pagetab.addtab, .loyalty_program .pagetab.openpage {
	/*background: none;*/
	border: 0px none;
	margin: -30px 0 0 170px;
	padding-left: 64px;
	position: absolute;
	background-color: transparent;
	color: #FF6600;
}

.loyalty_program .pagetab:hover, .loyalty_program:hover .pagetab.premium:hover {
	background-color: #ff6600;
	color: #FFF;
}

.loyalty_program .pagetab.openpage:hover {
	background-color: transparent;
}


.loyalty_program .pagetab:hover .hoverhide {
	display: none;
}
.loyalty_program .pagetab:hover .hovershow {
	display: block;
}

.loyalty_program .pagetab a.pagetab_name {
	width: 190px;
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

.loyalty_program .pagetab:hover a.pagetab_name, .loyalty_program .pagetab:hover a.make_premium, .loyalty_program .pagetab:hover a.edit_name, .loyalty_program .pagetab:hover a.remove_tab, .loyalty_program .pagetab:hover a.make_basic {
	color: #FFF;
}

.loyalty_program .pagetab a.make_basic, .loyalty_program .pagetab a.make_premium, .loyalty_program .pagetab a.edit_name , .loyalty_program .pagetab a.remove_tab {
	float: right;
	color: #000;
	display: none;
	padding-right: 10px;
	margin: 10px 10px 0px 0px;
	line-height: 18px;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
}


.loyalty_program .pagetab a.edit_name, .loyalty_program .pagetab a.make_basic, .loyalty_program .pagetab a.make_premium {
	border-right: 1px solid #FFF;
}


.loyalty_program .pagetab .premium  {
	width: 60px;
	display: block;
	float: right;
	color: #ff6600;
	font-size: 12px;
	font-weight: normal;
}

.loyalty_program .pagetab a.open_page, .ui-widget-content a.open_page {
	display: block;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	line-height: 36px;
}

.loyalty_program .page h5.ui-accordion-header {
	padding: 5px 0px;
	height: 50px;
	border: 0px none;
	background: #f0efeb;
	cursor: pointer;
}

.loyalty_program .page h5.ui-accordion-header.ui-state-active {
	width: 919px;
	background: #f0efeb;
}

.width810.newd .loyalty_program .page h5.ui-accordion-header.ui-state-active {
	width: 540px;
	background: #f0efeb;
}

.loyalty_program .page h5.ui-accordion-header.ui-state-active a {
	margin: 0px;
	color: #666666;
    width: 460px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.loyalty_program .page .ui-icon {
	float: left;
	visibility: hidden;
}

div.def_for {
	/*background: none repeat scroll 0 0 yellow;*/
	border: 1px solid #CCCCCC;
	display: none;
	font-size: 10px;
	font-weight: normal;
	/* margin: -110px 0 0 -20px; */
	padding: 5px;
	/*position: absolute;*/
	/* height: 120px; */
	/*width: 200px;*/
	z-index: 1;
	margin-bottom: 20px;
}

div.def_for strong, div.def_for b {
	font-weight: bold !important;
}

div.def_for table#df_edit_view {
	float:left
}
div.def_for .delete_view {
	float: right;
}

div.def_for table#df_edit_view td {
	border: none;
	padding: 4px 10px 8px 0;
}

div.def_for table#df_edit_view label.checkbox {
	position: relative;
	top:-1px;
	margin-right: 10px;
}
div.def_for table#df_edit_view input.checkbox {
	position: relative;
	top:1px;
}

div.def_for input.text {
	color: #666666;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #888888;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0 #BBBBBB;
	width: 190px;
}

div.def_for.hover{
	display: block;
}

a.def_for_close {
	position: absolute;
	top: 3px;
	right: 3px;
}

#available_premium_tabs {
	color: #FF6600;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	margin: -72px 0 0 696px;
	/*background: url("../images/available_premium_tabs_back.png") no-repeat left top;*/
	display: block;
	padding: 27px 0 0 20px;
	height: 34px;
	width: 400px;
    right: 37px;
}

#available_premium_tabs b {
	color: #666666;
}
#available_premium_tabs .analytics-link {
    float:right;
}

button#purchase_more {
	position: absolute;
	margin: -52px 0 0 986px;
}

#tablinks_arrows {
	position: absolute;
	height: 60px;
	width: 88px;
	margin: 0 0 0 451px;
}

.width810 #tablinks_arrows {
	margin: 0 0 0 704px;
}

a.tl_arrows {
	display: block;
	width: 44px;
	height: 60px;
	/*background-image: url(../images/arrows.png);*/
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;
}

a#tablinks_arrows_left {
	background-position: left -60px;
}
a#tablinks_arrows_right {
	background-position: right -60px;
    border-radius: 0 15px 0 0;
}

a#tablinks_arrows_left.active {
	background-position: top left;
}
a#tablinks_arrows_right.active {
	background-position: top right;
}


a#tablinks_arrows_left.active:hover {
	background-position: bottom left;
}
a#tablinks_arrows_right.active:hover {
	background-position: bottom right;
}


#page_tab_wrap {
	float: left;
	font-size: 15px;
}

#page_tab_wrap p {
	font-weight: bold;
}

#page_tab_wrap p span {
	font-weight: normal;
}

#page_tab_wrap a {
	font-size: 12px;
}

.general_edit {
	display: block;
	background: url(../images/general_edit.png) no-repeat center right transparent;
	border: 0px none;
	text-decoration: none;
	cursor: pointer;
	padding-right: 25px;
	margin-right: 10px;
}

.general_edit:hover {
	 background-image: url(../images/general_edit_hover.png);
}

.general_edit .change_span {
	visibility: hidden;
	color: #FF6600;
	font-size: 0.5em;
	margin: -2px 0px 0px 240px;
	position: absolute;
	font-weight: bold;
}

.general_edit.small .change_span {
    color: #FF6600;
    visibility: hidden;
    font-size: 1em;
    font-weight: bold;
    margin: -11px 0 0 0px;
    position: absolute;
}

a.general_edit.small .change_span {
    margin: 0 0 0 0px;
}

.general_edit:hover .change_span {
	visibility: visible;
}

.accordion_widgets .ui-corner-top  {
	border-radius: 0px;
}

.accordion_widgets .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 0px none;
	border-top: 1px solid #fff;
	cursor: pointer;
}

.accordion_widgets .ui-corner-bottom  {
	border-radius: 0px;
}

.accordion_widgets .ui-widget-content {
	border: 0px none;
	border-top: 1px solid #fff;
}

.accordion_widgets .ui-icon-triangle-1-s, .accordion_widgets .ui-state-default .ui-icon  {
	display: none;
	position: absolute;
}

.accordion_widgets .ui-state-active .ui-icon-triangle-1-s {
	position: absolute;
	width: 17px;
	height: 10px;
	background: url(../images/arrow_down.png) no-repeat top left;
	display: none;
	margin: 38px 0 0 10px;
}

.accordion_widgets h5.ui-accordion-header.ui-state-default a{
	cursor: pointer;
}

.accordion_widgets h5.ui-accordion-header.ui-state-default {
	background: #e5e5e5;
	border-radius: 0px;
	border: 0px none;
	border-top: 1px solid #FFF;
	color: #333;
	cursor: pointer;
}

.accordion_widgets h5.ui-accordion-header.ui-state-active a {
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
}

.accordion_widgets h5.ui-accordion-header.ui-state-active {
	background: #FF6600;
	color: #FFF;
}

.plus_sign {
	/* background: url(../images/plus_minus.png) no-repeat; */
	background-position: top left;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 5px;
}

.plus_sign2 {
	/* background: url(../images/plus_minus.png) no-repeat; */
	background-position: top left;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.minus_sign2 {
	/* background: url(../images/plus_minus.png) no-repeat; */
	background-position: top right;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.ui-accordion-header .minus_sign2 {
	position: absolute;
	margin: 7px 0 0 347px;
	cursor: pointer;
}

.ui-accordion-header .duplicate {
	background: url(../images/widgets/duplicate.png) no-repeat;
	background-position: top left;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	margin:8px 0 0 322px;
}

.ui-accordion-header .edit_widget_title {
	position: absolute;
	margin: 9px 0 0 297px;
	cursor: pointer;
	color: #FFF;
	/*display: none;*/
	line-height: 20px;
	/*text-decoration: underline;*/
	display: block;
}

.ui-accordion-header.ui-state-active.ui-state-hover .edit_widget_title:hover  {
	text-decoration: none;
}

a.add_new {
	display: block;
	line-height: 24px;
	height: 24px;
	color: #666;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	font-size:16px;
}

a.add_new.plus {
	background: none;
	position: relative;
	margin: 0px;
	width: 200px;
	right: 0px;
}

a.add_new.plus:hover {
	color: #FF6600;
}

.ui-button-text-only .ui-button-text {
	padding: 0px;
	width: 140px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.highlight .ui-button-text-only, .highlight .ui-button-text {
	color: #FFF;
}

.row .highlight .ui-button-text {
	display: block !important;
	margin: 0;
	padding: 0;
	width: 115px !important;
	line-height: 29px !important;
	color: #FFF !important;
}

.row .premium .ui-button-text {
	display: block !important;
	margin: 0;
	padding: 0;
	line-height: 29px !important;
	color: #FFF !important;
}

span.cke_skin_kama {
	border: 0px none;
	padding: 0px;
}

a.addaviewlink {
	line-height: 24px;
	height: 24px;
	text-decoration:none;
	margin-left: 200px;
}

#tabviews {
	height: 60px;
	width: 100%;
}

.tcs {
	margin-top: 10px;
}

#iframes {
	margin: 20px 0px 0px -20px;
	width: 810px;
	overflow-x: auto;
	box-shadow: 0 0 8px #B1ACAC;
}

#total_price {
	font-size: 20px;
	float: left;
	margin-top: 7px;
}

#widgets_wrap {
	width: 650px;
	background: url(../images/widgets_cats_back.png) repeat-y 221px top #ccc;
}

#widgets_categories {
	width: 238px;
	float: left;
	/*padding: 20px 0 0 20px;*/
}

#widgets_list {
	width: 382px;
	float: right;
	background: #e8e6e0;
	padding: 20px 10px 20px 20px;
	overflow: auto;
	height: 558px;
}


#widgets_list .left_lists li .widget_descr{
	float: left;
	width: 226px;
	margin-right: 5px;
	color: #707070;
	font-size: 12px;
}

#widgets_list .left_lists li {
	border-bottom: 1px solid #dfdcd4;
	margin-bottom: 0px;
	padding: 10px 0px;
}

#widgets_list .left_lists li .widget_descr h4 {
	color: #454545;
	font-size: 13px;
}

#widgets_list .left_lists li p.row .ui-button-text-only {
	float: right;
	margin: 0;
}

#widgets_list .left_lists li p.row .ui-button-text-only .ui-button-text  {
	width: 70px;
	color: #333333;
	font-weight: bold;
}


.left_lists li a {
	display: block;
	height: 49px;
	line-height: 49px;
	font-weight: bold;
	padding: 9px 7px;
}

#widgets_categories .left_lists li {
	margin-bottom: 0px;
	position: relative;
}

#widgets_categories .left_lists li a {
	background: #c3c3c3;
	text-decoration: none;
}

#widgets_categories .left_lists li a img{
	/*border: 1px solid #9c9c9c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;*/
}

#widgets_categories .left_lists li a:hover img, #widgets_categories .left_lists li.active a img {
	/*border: 1px solid #cc5300;*/
}

#widgets_categories .left_lists li a:hover, #widgets_categories .left_lists li.active a {
	background: #FF6600;
}

#widgets_categories .left_lists li a h3{
	font-weight: bold;
	font-size: 13px;
	color: #444444;
}

#widgets_categories .left_lists li a:hover h3, #widgets_categories .left_lists li.active a h3{
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
}


.left_lists li a.select_w_category:hover h3{
	color: #FFF;
}

.left_lists li  {
	margin-bottom: 10px;
}

.left_lists li a:hover{
	background: #FF6600;
	color: #FFF;
}

.left_lists li img, .left_lists li span.no_img {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border: none;
}

.left_lists li a h3, .left_lists li a h4 {
	float: left;
}

a.editme {
	position: absolute;
	display: block;
	background: url(../images/general_edit.png) no-repeat center left transparent;
	height: 19px;
	cursor: pointer;
	padding-left: 20px;
	margin: 3px 0 0;
	line-height: 19px;
	text-decoration: none;
}

#fancybox-frame {
	width: 520px;
}

.width810 #fancybox-frame {
	width: 810px;
}

.question_mark {
	/* background: url(../images/question_mark.png) no-repeat center left; */
	height: 24px;
	width: 24px;
	/*padding-left: 30px;*/
	line-height: 24px;
	position: absolute;
	margin: 7px 0 0 4px;
	cursor: pointer;
}


/* purchase premium comparison */
.available-plans {
	overflow: hidden;
	clear: both;
}

.selected-features, .available-plan {
	width: 250px;
	float: left;
}

.tabs_text2 .selected-features, .available-plan {
	width: 188px;
}

.available-plan {
	margin-left: 6px;
}

.available-feature {
	height: 25px;
	line-height: 25px;
	text-indent: 5px;
}

.available-plan .available-feature {
	text-align: center;
}

.available-feature.even {
	background-color: #EAE8E2 !important;
}

.plan-heading {
	height: 90px;
	display: block;
	background: #f5f5f5;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #aaa;
	text-align: center;
}

.plan-heading .head {
	border-bottom: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	width: 250px;
	font-weight: bold;
	font-size: 18px;
	color: #F60;
}

.tabs_text2 .plan-heading .head {
	width: auto;
}


.plan-heading.even {
	background: #F60;
	color: #FFF;
}

.plan-heading.even .head {
	color: #FFF;
	border-bottom: 1px solid #E40;
}

.plan-heading .desc {
	height: 30px;
}

.plan-heading .price {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}

.selected-features .strong {
	padding: 70px 0 0 0;
	line-height: 20px;
	text-indent: 5px;
}

.selected-features.even {
	border-radius: 0 0 6px 6px;
	box-shadow: 0px 0px 4px #aaa;
}

.background-smp-gray {
	background-image: -ms-linear-gradient(top, #FAF8F1 0%, #EAE8E2 100%);
	background-image: -moz-linear-gradient(top, #FAF8F1 0%, #EAE8E2 100%);
	background-image: -o-linear-gradient(top, #FAF8F1 0%, #EAE8E2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAF8F1), color-stop(1, #EAE8E2));
	background-image: -webkit-linear-gradient(top, #FAF8F1 0%, #EAE8E2 100%);
	background-image: linear-gradient(top, #FAF8F1 0%, #EAE8E2 100%);
}

.selected-features.even .available-feature {
	padding: 0 8px;
	background: transparent !important;
}

.selected-features.even .available-feature div {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	height: 24px;
	line-height: 24px;
}

.selected-features img {
	margin-top: 3px;
}

.del {
	background: url("../images/widgets/del.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 23px;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 23px;
}
#tab_background-wrap {
	position: relative;
	background: #DFDEDC
}
.background_wrap {
  font-size: 12px;
	color: #666666;
	padding: 5px 7px;
}
.background_wrap label {
	font-weight: bold;
	display: block;
	float:left;
	width:110px;
	padding:9px 0;
	float: left;
	clear: both;
}
.background_wrap input, .background_wrap select, .background_wrap textarea {
	float: right;
	margin: 3px 0;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	background: -moz-linear-gradient(center top , #D3D3D3 0%, #FAFAF8 47%) repeat scroll 0 0 transparent;
	border: 1px solid #999999;
	color: #666666;
	padding: 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	width: 190px;
}
.background_wrap .checkbox, .background_wrap .radio {
	float: left;
	clear: both;
	padding: 0;
	margin: 10px 5px 10px 0;
	width: auto;
	border-radius:1px;
	-moz-border-radius:1px;
}
.background_wrap .button, .background_wrap .text, .background_wrap textarea {
	display: block;
}
.background_wrap input.file {
	float: left;
	width: 140px;
}
.background_wrap .button {
	float: right;
	text-align: center;
  width: 100px;
	font-weight:bold;
	padding: 4px;
}
.background_wrap .button.highlight {
	background: #FAFAF8; /* old browsers */
	background: rgb(255, 102, 0);/* other */
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.54, #FF6905),
    color-stop(0.58, #FC802D)
		); /* chrome */
	background: -moz-linear-gradient(
		center bottom,
		#FF6905 54%,
		#FC802D 58%
		); /* firefox */
	color:white;
}
.background_wrap .img_preview {
	float: left;
	min-height: 150px;
	line-height: 150px;
	text-align: center;
	color: #FF6600;
	width: 200px;
	margin-bottom:7px;
	position: relative;
}
.background_wrap .img_preview img {
	max-width: 200px;
	margin: 0 auto;
}
.background_wrap .bg_repeat {
	float: right;
	width: 156px;
	margin-bottom:7px;
}
.background_wrap .bg_repeat label {
	clear: right;
}
.background_wrap .bg_submit {
	margin: 100px 0 0;
}
#tab_background_error {
	display: none;
	padding:1em 1em 1.5em;
	text-align: center;
	color:#FF0000;
	font-weight:bold;
}
#droppable_background {
	display: none;
	position: absolute;
	left:25px;
	bottom:30px;
}
.dragzone {
	background: url("../images/widgets/drag_area.png") repeat scroll 0 0 transparent;
	clear: both;
	color: white;
	float: none;
	font-weight: bold;
	height: 50px;
	margin: 10px auto 15px;
	padding-top: 34px;
	text-align: center;
	text-shadow: 1px 1px 1px black;
	width: 330px;
}

#views_tab_done {
	margin:12px 0 18px;
	font-weight: bold;
	text-align:center;
}

#refresh_pages {
	position: absolute;
	margin: 0 0 0 190px;
	background: url(../images/refresh_pages_btn.png) no-repeat top left;
	width: 140px;
	height: 31px;
	display: block;
	border: 0px none;
	cursor: pointer;
}

#refresh_pages.small {
    display: inline;
    height: 18px;
    margin: 0;
    width: 120px;
    background: url("../images/general_edit.png") no-repeat scroll left center transparent;
    position: relative;
	padding: 0px 0px 0px 20px !important;
	text-align: left;
}

#refresh_pages.small:hover {
    background: url("../images/general_edit_hover.png") no-repeat scroll left center transparent;
}

#refresh_pages.small.left {
    margin-left: 10px;
    position: absolute;
}

.tutorial-step
{
	position: absolute;
}

.tutorial-box
{
	background: #fff;
	-moz-border-radius: 5px;
	-moz-outline-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: 5px solid rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 378px;
}

.tutorial-box .message
{
	border: 1px solid #555;
	border-bottom: 1px solid #ccc;
	color: #333;
	padding: 15px;
}

.tutorial-box .title
{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

.tutorial-box .buttons
{
	border: 1px solid #555;
	border-top: 0;
	background: #f2f2f2;
	padding: 6px;
	text-align: right;
}

.tutorial-box button
{
	background: #637bad;
	border: 1px solid #29447e;
	-moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 1ex;

	background: -moz-linear-gradient(top, #8a9cc2, #637bad 1px, #5872a7 100%);
}

.tutorial-box button.cancel
{
	background: #e0e0df;
	border-color: #999;
	color: #333;

	background: -moz-linear-gradient(top, #ffffff, #f5f6f6 1px, #e0e0df 100%);
}

.tutorial-box button span
{
	display: block;
	line-height: 19px;
	padding: 0 3px;
	padding-bottom: 1px;
}

.tutorial-style-top-left .tutorial-box
{
	left: -14px;
	top: 14px;
}

.tutorial-style-top-right .tutorial-box
{
	left: -360px;
	top: 14px;
}

.tutorial-style-top-left .arrow,
.tutorial-style-top-right .arrow
{
	background: url(../images/tutorial-arrow.png) no-repeat;
	left: -5px;
	height: 9px;
	position: absolute;
	top: 0;
	width: 15px;
}

.intro_links  {
    padding-left: 230px;
}
.intro_links a{
	background-position: top center;
	display: block;
	width: 168px;
	height: 80px;
	float: left;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	padding-top: 160px;
	text-shadow: 1px 1px 0px #FFF;
    margin-right: 90px;
}
.intro_links a.leftpadded {
    padding-left: 7px;
}


.intro_links a:hover {
	text-decoration: underline;
}
/*
.intro_links a#managepage {
	background-image: url(../images/manage_my_page_img.png);
}

.intro_links a#postpage {
	background-image: url(../images/post_to_my_page_img.png);
}

.intro_links a#updatesettings {
	background-image: url(../images/update_my_settings_img.png);
	margin-left: 130px;
}
     */
.intro_links hr {
	background: url(../images/intro_hr.png) no-repeat top left;
	clear: both;
	height: 15px;
	width: 533px;
	display: block;
	border: 0 none;
	margin-bottom: 30px;
}

.intro_links .intro_border {
	background: url(../images/intro_border.png) no-repeat top left;
	height: 163px;
	width: 2px;
	display: block;
	float: left;
}

.paging a, .trackingpagination a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	float: left;
	margin-right: 3px;
	text-decoration: none;
	padding: 2px;
	cursor: pointer;
}

.trackingpagination {
    margin-top:10px;
    width: 1149px;
}

.trackingpagination a.active {
    font-weight: bold;
    color: #000000;
    cursor: default;
    text-decoration: underline;
}

.paging a:hover {	
	text-decoration: underline;
}

.paging a.actual {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	cursor: default;
}

.orig_link, .tracking_detail_part .values a.orig_link {
	font-size: 0.8em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 310px;
}

.link_image {
	max-height: 50px;
	float: left;
	display: block;
	margin-right: 10px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #d7d7d6;
	background-color: #e5e3dc;
	background-position: -993px -27px;
	background-image: url(../images/sprite1.png);
	background-repeat: no-repeat;
	padding: 7px 7px 7px 20px;
	/*opacity: 0.85;*/
	border-radius: 4px;
	box-shadow: 1px 1px 1px #000;
	width: 215px;
}
#tooltip h3, #tooltip div {
	margin: 0;
	text-shadow: 1px 1px 0 #FFF;
	/*font-weight: bold;*/
	color: #333;
}

.tooltip_element {
	cursor: default;
	padding-left: 16px;
	background-position: -996px -34px;
	margin-left: 3px;
}

table.full_table th.tooltip_element {
	background-position: -996px -27px;
	padding-left: 15px;
}

.grouped_labels {
	clear: both;
}

#enlarge_view {
	margin: 3px 0 0 350px;
}

#apply_dates {
	position: absolute;
	margin: 4px 0px 0px 10px;
}

.get_from_ajax {
	min-height: 100px;
}

.get_from_ajax.loading {
	background: url(../images/loadingAnimation.gif) center center no-repeat;
}

.width810 #editors {
	margin-left: -20px;
	width: 810px;
}

.tracking_wrap {
	width: 100%;
	overflow: auto;
}

.column {
    float: left;
    width: 388px;
    background: url("/images/arrow2.png") no-repeat scroll 374px 13px;
}

.column.last {
    background: transparent none;
    width: 373px;
}

.column h3 {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
}

.column .item {
    padding: 4px 4px 4px 4px;
    border: 1px solid #f0efee;
    margin: 8px 0px;
    cursor: pointer;
    background-color: #ccc;
    width: 363px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	display: block;
    min-height: 35px;
}

.column .item.head {
    height: 50px;
}

.column .item:hover {
    background-color: #FFF;
}

.column .item.selected {
    background-color: #f6a828;
    color: #FFF;
}

.column .item.hidden {
	display: none;
}

.column .item.margined {
	margin-left: 20px;
    width: 343px;
    /*cursor: default;*/
    background: #F1DAB2;
}

.column .item .clicks, .column .item .values {
    text-align: right;
    display: block;
    font-weight: normal;
    width: 80%;
    float: right;
}

.column .item .item-name {
    width:100%;
    float:left;
    clear:both;
}

.column .item .values {
    float: left;
    text-align: left;
    width: 20%;
}

.column .item .collapsed {
    float:right;
    background-image: url('../images/arrow_down_black.png');
    width:19px;
    height:19px;
    display:block;
}
.column .item .expanded {
    float:right;
    background-image: url('../images/arrow_up_black.png');
    width:19px;
    height:19px;
    display:block;
}

.column .item.head .clicks {
    font-size: 15px;
}

.converted-group .group-action {
    width: 335px;
    background-color: #e5e5e5;
    border:0px;
    float:left;
    margin-top: 1px;
    margin-right: 1px;
}

.sub-wrapper {
    float: left;
    clear: both;
    position: relative;
    padding-left: 13px;
    width: 360px;
}

.dashboard-tree {
    float:left;
    position: relative;
    left: 0px;
    top: -8px;
}

.converted-child-group {
    display:none;
}

#col_reached .head {
    background-color: #fbb789;
}

#col_engaged .head {
    background-color: #f9db76;
}

#col_converted .head {
    background-color: #cad980;
}

.info_text {
    font-weight: bold;
}

#users .user {
    background: none repeat scroll 0 0 #F9D8AD;
    border: 1px solid #C99124;
    float: left;
    height: 50px;
    margin: 0 15px 10px 0;
    padding: 5px;
    width: 230px;
    border-radius: 4px;
}

#users .user:hover {
    box-shadow: 0px 0px 4px #C99124;
}

#users .user .user_name, #users .user select {
    margin: 0px 0px 5px 10px;
    float: left;
    width: 170px;
}

#users .user img {
    float: left;
}
#users .user .remove_user {
    margin: -62px 0 0 219px;
    position: absolute;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 9px;
    visibility: hidden
}

#users .user:hover .remove_user {
    visibility: visible;
}

#users .user .remove_user:hover {
    background: #f6a828;
    color: #FFF;
}


.autocomplete-w1 { background:url("../images/shadow.png") no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

#help_steps {
    font-size: 15px;
    margin: 10px 0 -50px;
    padding: 0 30px;
    height: 57px;
}

.help_step {
    float: left;
    width: 330px;
    background: url("../images/arrow_left.png") no-repeat scroll right center;
    padding-right: 30px;
}

span.help_step_text {
    display: block;
    float: left;
}

span.help_text_i {
    display: block;
    float: left;
    width: 20px;
    height: 43px;
    margin: 0 15px;
    padding-top: 7px;
    font-size: 30px;
}

span.help_step_text.firstone {
    font-weight: bold;
    margin-top: 8px;
}

.subaction_menu {
	margin:0;
	margin-bottom:25px;
	padding:0;
	font-weight:bold;
}

.subaction_menu li {
	display:inline-block;
	padding:4px 7px;
	margin:0 2px;
}

li#subaction_menu_active {
	background-color:#ff6600;
	color:#fff;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-border-radius:4px;
	font-weight:normal;
}

#table_likes_overview {
	text-align:center;
}

#table_likes_overview th{
	text-align:center;
}

td.left_col {
	text-align:left;
	font-weight:bold;
}

table#table_country_overview {
	margin:35px 0;
}

td.country_num {
	font-weight:bold;
	text-align:right;
	width:30px;
}

a.more_button {
	padding-right:25px;
	background-position:100% -1px;
	background-repeat:no-repeat;
}

a.arrow_down {
	background-image:url(/images/arrow_down_black.png);
}

a.arrow_up {
	background-image:url(/images/arrow_up_black.png);
}

a.arrow_right {
    background-image:url(/images/arrow_right_black.png);
}

a.campaign-collapser {
    height: 19px;
    width: 15px;
    display: inline-block;
    text-decoration: none !important;
    vertical-align: middle;
    background-position:-5px 0;
}

.campaign-group {
    background-color: #F4F4F4;
}

tr.hide_show_row {
	display:none;
}


/* social icons */
.social {
    width: 34px;
    height: 114px;
    display: block;
    z-index: 80 !important;
    position: fixed;
    left: 0;
}

.social span {
    display: none;
}

.social.twitter {
    top: 165px;
    background: url("../images/sprite-homepage.png") no-repeat scroll -1256px -828px transparent;
}

.social.facebook {
    top: 290px;
    height: 104px;
    background: url("../images/sprite-homepage.png") no-repeat scroll -1256px -942px transparent;
}
/* //social icons */

.left_pages {
    float: left;
    width: 49%;
}

.right_pages {
    float: right;
    width: 49%;
}

.dyn_page {
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    float: left;
    margin: 5px 15px 0 0;
    padding: 10px;
}

.dyn_page:hover {
    background: #FFF;
    box-shadow: 0px 0px 2px #AAA;
}

.dyn_page.selected {
    background: #FF6600;
    color: #FFF;
}

.del_dynpage {
    background: url("fancy_close.png") repeat scroll 0 0 transparent;
    height: 30px;
    margin: -24px 0 0 -24px;
    position: absolute;
    width: 30px;
    opacity: 0.7;
}

.dyn_page:hover .del_dynpage {
    opacity: 1;
}

#cke_text {
    float: left;
    width: 598px;
}

a.missing_loyalty {
    margin-left: 10px;
}

#placeholders {
    margin: 110px 0 0;
    position: absolute;
    width: 150px;
}

a.placeholder {
    display: block;
    padding: 2px 4px;
    font-size: 12px;
}

a.placeholder:hover {
    background: #FF6600;
    color: #FFF;
    border-radius: 4px;
}

.values-dec,
table.full_table th.values-dec,
.tracking_detail_part .values .visits.values-dec,
.tracking_detail_part .labels .visits.values-dec,
.tracking_detail_part .labels .clicks.values-dec,
.tracking_detail_part .values .clicks.values-dec
{
    text-align: right;
    padding-right: 50px;
}


table.full_table td.values-dec {
    padding-right: 50px;
}

table.full_table td img {
height: auto !important;
max-width: 150px !important;
}

.loyalty_details {
    border: 1px solid #AAAAAA;
    font-size: 0.9em;
    margin: 20px 0;
    width: 770px;
    table-layout: inherit;
    word-break: break-all;
}

.loyalty_details tr td {
	 zoom: 1;
    border-bottom: 1px dotted #AAAAAA;
    padding: 2px;
    text-align: left;
}
.loyalty_details tr th {
    padding: 2px;
    text-align: center;
    background: #AAA;
    color: #FFF;
    word-break:initial;
}

.loyalty_details tr:hover td {
    background:  #CCCCCC;
}

.ld_action_instance,
.ld_action_instance div,
.ld_action_instance div a,
.ld_error_type,
.ld_error_url,
.ld_shortcodes_label,
.ld_shortcodes_destination,
.ld_error_type,
.ld_error_type div
{
	width:200px;
}

.ld_error_url,
.ld_action_instance,
.ld_action_instance div,
.ld_action_instance div a
{
	word-break:break-all;
}

.ld_error_date,
.ld_shortcodes_date,
.ld_shortcodes_date div,
.ld_action_date{
	width:70px;
}

.ld_action_label,
.ld_action_action,
.ld_shortcodes_shortcode,
.ld_shortcodes_shortcode a,
.ld_shortcodes_id{
	width:120px;
	white-space: normal;
	
}
.ld_action_label {
	width: 200px;
	white-space: normal;
}

#change_loyalty {
    margin-left: 10px;
}

#user-manager-label {
    margin-top:0px;
}

#links-note {
    position: relative;
    top: -18px;
    text-align: right;
    font-size: 13px;
}

#links-note-detail {
    position: absolute;
    right: 0;
    top: 126px;
    font-size: 13px;
}

#shortlink-url-details {
    position: absolute;
    margin: 10px 0px 0px 510px;
    width:637px;
}

#shortlink-url-details span {
    float:left;
    width: 510px;
    white-space: nowrap;
    overflow: hidden;
}

#shortlink-url-details a {
    float:left;
    text-decoration: none;
    color: #FF6600;
    line-height: 27px;
}

#url_to_this_page {
    display: block;
    font-size: 13px;
    border: 1px solid #CCC;
    padding: 4px;
    margin-right: 11px;
    clear:both;
}


.oneLine div {
    float:left;
    margin-right:20px;
}

.oneLine span.selectBtn {
      margin-top:22px;
      margin-right:5px;
      display:block;
      float:left;
}
.oneLine #select_winner span.selectBtn button {
    margin:0 !important;
}

.oneLine .selectWinner {
    margin-right:10px;
}

/* new pagination */
.rightPaging {
    float:right;
}

.arrowPagination {
    background:url('../images/paging.png') no-repeat left top;
}
.arrowPagination span {
    text-indent:0;
    line-height:0;
    visibility:hidden;
}
.leftPagination {
    background-position:2px 2px;
    margin-left:10px;
}
.leftPagination:hover {
    background-position:2px -14px;
}
.rightPagination {
    background-position:-14px 2px;
}
.rightPagination:hover {
    background-position:-14px -14px;
}
.paging a.arrowPagination {
    width:15px;
    height:15px;
    border:0;
    float:right;
}
.pagingSum {
    line-height:20px;
}
span.pagsep {
    display:block;
    float:left;
     margin-right: 3px;
}

/*** create-link ***/
.reward-shortcode-create #create-link,
.reward-shortcode-create .create_link {
    font: 13px;
}

.reward-shortcode-create #create-link .row,
.reward-shortcode-create .create_link .row {
    height: 35px;
    overflow: hidden;
    float: left;
    width: 600px;
}

.reward-shortcode-create #create-link .row label,
.reward-shortcode-create .create_link .row label {
    float: left;
    width: 210px;
    display: block;
    height: 40px;
}

.reward-shortcode-create #create-link .row select,
.reward-shortcode-create #create-link .row input,
.reward-shortcode-create .create_link .row select,
.reward-shortcode-create .create_link .row input
{
    width: 370px;
    float: left;
    line-height: 25px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #CCC;
    box-shadow: inset 1px 1px 6px #DDD;
    box-sizing: border-box;
    -moz-box-sizing:    border-box;
}

.reward-shortcode-create #create-link .row label,
.reward-shortcode-create .create_link .row label {
    line-height: 25px;
}

.reward-shortcode-create #create-link .row input,
.reward-shortcode-create .create_link .row input,
.reward-shortcode-create #gate .row input,
.reward-shortcode-create .gate .row input
{
    padding: 0 5px;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.reward-shortcode-create #create-link .button,
.reward-shortcode-create .create_link .button {
    display: inline-block;
    color: #666;
    border: 1px solid #A0A0A0;
    padding: 0px 25px;
    border-radius: 5px;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    -moz-box-sizing:    border-box;
    cursor: pointer;
}

.reward-shortcode-create #shortlink {
    border: 1px solid #A0A0A0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 5px;
    width: 375px;
    box-sizing: border-box;
    -moz-box-sizing:    border-box;
    background: #DDD;
    margin-top: 20px;
}

.reward-shortcode-create ul.token-input-list-facebook {
    overflow: hidden;
    float: left;
    height: auto !important;
    height: 1%;
    width: 370px;
    border: 1px solid #aaa;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    border-radius: 5px;
    border: 1px solid #CCC;
    box-shadow: inset 1px 1px 6px #DDD;
    -moz-box-sizing:    border-box;
    box-sizing:    border-box;
}

.reward-shortcode-create ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 0;
    background-color: transparent;
    margin: 0;
    -webkit-appearance: caret;
    height: 20px;
}

.reward-shortcode-create li.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eee;
    color: #000;
    cursor: default;
    border: 1px solid #aaa;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
    line-height: 16px;
}

.reward-shortcode-create li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0
}

.reward-shortcode-create li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: 700;
    cursor: pointer
}

.reward-shortcode-create li.token-input-selected-token-facebook {
    background-color: #999;
    border: 1px solid #ddd;
    color: #fff;
    line-height: 16px;
}

.reward-shortcode-create li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.reward-shortcode-create div.token-input-dropdown-facebook {
    position: absolute;
    width: 375px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 10000
}

.reward-shortcode-create div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: 700;
    color: #777
}

.reward-shortcode-create div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0
}

.reward-shortcode-create div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none
}

.reward-shortcode-create div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff
}

.reward-shortcode-create div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff
}

.reward-shortcode-create div.token-input-dropdown-facebook ul li em {
    font-weight: 700;
    font-style: normal
}

.reward-shortcode-create div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #aaa;
    color: #fff
}

.reward-shortcode-create #token-input-owner {
    box-shadow: none !important;
    border: 0 !important;
}

.reward-shortcode-create #edit_link label {
    width:199px;
}

.reward-shortcode-create #sc_search {
    width:191px;
}

.reward-shortcode-create #sc_search_btn {
    float: left;
    width: 169px;
    margin-left: 10px;
}

.reward-shortcode-create #docache,
.reward-shortcode-create #sc_docache,
.reward-shortcode-create #gate,
.reward-shortcode-create #sc_gate
{
    width: auto !important;
}

.reward-shortcode-create .row-hidden-more-options
{
    display: none;
}

.reward-shortcode-create .row-more-options
{
    margin-left: 210px;
}

/* suggest options for the "create link" subpage */
.reward-shortcode-create ul.ui-autocomplete {
    width: 368px !important;
}

.reward-shortcode-create li.ui-menu-item a{
    display: block !important;
    text-decoration: none !important;
    padding:6px 8px !important;
}

.reward-shortcode-create li.ui-menu-item a.ui-state-hover{
    border:0px !important;
}

/* suggest options for the "reward" subpage */
ul.ui-autocomplete.reward-campaign {
    width: 349px !important;
}

ul.ui-autocomplete.reward-campaign li.ui-menu-item a{
    display: block !important;
    text-decoration: none !important;
    padding:6px 8px !important;
}

ul.ui-autocomplete.reward-campaign li.ui-menu-item a.ui-state-hover{
    border:0px !important;
}

/* global program selector widget */
#global-program-selector {
    position: relative;
    top:24px;
    left:17px;
    width:50%;
}

#global-program-selector label{
    font-size: 14px;
}

#create-new-shortlink {
    display: none;
    float: left;
    margin-top: 42px;
}

.shortcodes-create-link {
    width: 600px;
    margin: auto auto;
    margin-top: 40px;
}

/* tokeninput typeahead */
ul.token-input-list-facebook {
    overflow: hidden;
    display:inline-block;
    vertical-align: middle;
    height: auto !important;
    height: 1%;
    width: 370px;
    border: 1px solid #aaa;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0 20px 0 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    border-radius: 5px;
    border: 1px solid #CCC;
    box-shadow: inset 1px 1px 6px #DDD;
    -moz-box-sizing:  border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 0;
    background-color: transparent;
    margin: 0;
    -webkit-appearance: caret;
    height: 20px;
}

li.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eee;
    color: #000;
    cursor: default;
    border: 1px solid #aaa;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
    line-height: 16px;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: 700;
    cursor: pointer
}

li.token-input-selected-token-facebook {
    background-color: #999;
    border: 1px solid #ddd;
    color: #fff;
    line-height: 16px;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 375px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    z-index: 10000
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: 700;
    color: #777
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff
}

div.token-input-dropdown-facebook ul li em {
    font-weight: 700;
    font-style: normal
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #aaa;
    color: #fff
}

#token-input-owner {
    box-shadow: none !important;
    border: 0 !important;
}
#sc_view_details {
	float: right;
	margin-right:20px;
}

.tracking_search_btn,
.tracking_search_reset_btn {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-top: -4px;
}
.tracking_search_btn,
.tracking_search_btn span,
.tracking_search_reset_btn,
.tracking_search_reset_btn span{
	width:90px !important;
}

#search {
	position: relative;
	top: -1px;
}

#fb_connect {
    width: 220px;
    height: 35px;
    display: block;
    position: absolute;
    right: 35px;
    top: 17px;
    background:url(../images/sprite-homepage.png) -6px -592px no-repeat !important;
    cursor: default;
}
.home #fb_connect {
    top: 12px;
}

#fb_connect.active {
    background-position: -6px -537px  !important;
    cursor: pointer;
}

#fb_connect span { display: none; }

.manage_actions {
    border: 0px;
    margin: 24px 0;
    float: left;
}

.manage_actions td {
    text-align: center !important;
}

.manage_actions td.action_name {
    text-align: left !important;
    width: 40%;

}

#execute-preview-dialog .notice {
    color: #f00;
    float: none;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 0 0 10px;
}

.block-button {
    display: none;
    float: right;
    margin-top: 10px;
}

#g_campaign_details,
#sc_g_campaign_details
{
    display:none;
}