/*slider*/
.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	background: url('../../images/filters/bck_filter_posuv_line.gif') 0 0 no-repeat;
	height: .8em;
	position: relative;
	margin: 20px 1px 2px 1px;
	width: 183px;
    }
.ui-slider-handle {
	/*resets*/margin: 0 0 0 -5px; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	top: -13px;
	width: 1.2em;
	height: 1.2em;
	background: url('../../images/filters/bck_filter_posuv.gif') 0 -13px no-repeat;
	border: none;
}
.ui-slider-handle:hover {
	background: url('../../images/filters/bck_filter_posuv.gif') 0 1px no-repeat;
	border: none;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
	background: url('../../images/filters/bck_filter_posuv.gif') 0 1px no-repeat;
	border: none;
}
.ui-slider-range {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	height: .8em;
	position: absolute;
	top: -1px;
	z-index: 1;
	opacity:.7;
	filter:Alpha(Opacity=70);
    }

/* autocomplete*/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}
.ac_input {
	border: 1px solid #000;
	padding: 1px;
	font-size: 12px;
	}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

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


/* Interaction Cues */
.ui-state-disabled { cursor: default !important; }
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Component containers
----------------------------------*/
.ui-dialog .ui-widget-header { border: 1px solid #7E7973; background: #CCC url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #333; font-weight: bold; }
/*.ui-dialog .ui-widget-header { border: 1px solid #7E7973; background: #CCC url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #333; font-weight: bold; }*/
.ui-dialog .ui-widget-header a { color: #ffffff; background: url(../../images/icons/bck_close_ico.gif) 50% 50% no-repeat; }
.ui-dialog.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }

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

/* 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: #85BBDF url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); z-index: 10;}
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.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 { text-align: center; margin: 0em 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-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; }


.small.ui-corner-all, .small .ui-corner-all, .small .ui-corner-top, .small .ui-corner-left, .small .ui-corner-tl, .small .ui-corner-right, .small .ui-corner-tr, .small .ui-corner-all, .small .ui-corner-bottom, .small .ui-corner-left, .small .ui-corner-bl, .small .ui-corner-right, .small .ui-corner-br { -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px; }
.ui-dialog.small .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: 0 1em 1.75em; }
.ui-dialog.small .ui-dialog-buttonpane .ui-dialog-buttonset { width: 100%; }
.ui-dialog.small { position: absolute; padding: 0; width: 300px; overflow: hidden; background: #fff; border: 1px solid #CCCCCC; font-size: 12px; z-index: 15;}
.ui-dialog.small .ui-widget-header { border: 1px solid #CCCCCC; background-color: #CCCCCC; color: #000000; }
.ui-dialog.messageError .ui-widget-header { border: 1px solid #FF0000; background-color: #FF0000; color: #FFFFFF; }
.ui-dialog.small .ui-dialog-content { background: none;padding: 15px;overflow: hidden;font-weight: bold; position: relative; border: 0; zoom: 1; }
.ui-dialog.messageError .ui-dialog { border-color: #FF0000; }

.ui-dialog.messageError .ui-dialog-content, .ui-dialog.messageInfo .ui-dialog-content { padding: 15px 15px 15px 35px; font-weight: bold; background: no-repeat 15px 15px; text-align: left; }
.ui-dialog.messageError .ui-dialog-content { background-image: url('../../images/jquery_alerts/mes_error.gif'); color: #FF0000; }
.ui-dialog.messageInfo .ui-dialog-content { background-image: url('../../images/jquery_alerts/mes_info.gif');  }


.ui-dialog .ui-dialog-buttonpane .bck_continue,
.ui-dialog .ui-dialog-buttonpane .bck_continue:hover {
    border: none;
    outline: 0;
    }