/*! jQuery UI - v1.10.3 - 2013-12-24
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

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

.ui-tabs .ui-tabs-panel {
	background:#FFFFFF url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	border:1px solid #AAAAAA;
}
/*
.ui-tabs .ui-tabs-nav li {
	background: white;
	opacity: 0.5;
}
*/
.ui-tabs .ui-tabs-nav li a {
	color: #686868;
	font-weight: bold;
}
/*
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	opacity: 1;
}
*/

.ui-widget-overlay {
	background: #FFFFFF;
	opacity: 0.7;
}

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

.ui-dialog {
/*	overflow: visible;*/
}

.ui-dialog .ui-dialog-titlebar {
	background: #686868;
	margin: -4px -4px 0 -3px;
}

.ui-dialog .ui-dialog-titlebar span {
	color: #FFFFFF;
}
.ui-dialog .ui-dialog-titlebar button {
	background: #FFFFFF;
}

.ui-dialog .ui-dialog-content {
/*	overflow: inherit;*/
/*	overflow: visible;*/
}

.ui-dialog .ui-dialog-buttonpane {
	padding: 0.2em 0 0;
}

.ui-dialog .ui-dialog-buttonpane button span {
	font-size: 14pt;
	padding: 5px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: none;
	text-align: center;
}

.ui-state-error, 
.ui-widget-content .ui-state-error, 
.ui-widget-header .ui-state-error {
	background: url("images/ui-bg_glass_95_fef1ec_1x400.png") repeat-x scroll 50% 50% #FEF1EC;
	border: 1px solid #CD0A0A;
}

.ui-state-error span, 
.ui-widget-content .ui-state-error span, 
.ui-widget-header .ui-state-error span {
	color: #CD0A0A;
}

.ui-widget button {
	font-size: 12pt;
}

/****************************/
/*      DATE PICKER         */
/****************************/
.ui-datepicker-trigger {
    vertical-align: middle;
	cursor: pointer;
}

/****************************/
/*     AUTOCOMPLETE         */
/****************************/
.autocomplete-suggestions {
	background: #ffffff;
	border: 1px solid #999999;

	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-ms-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-o-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);

	cursor: default;
	overflow: auto;
}

.autocomplete-suggestion {
	overflow: hidden;
	padding: 2px 5px;
	white-space: nowrap;
}

.autocomplete-selected {
	background: #f0f0f0;
}

.autocomplete-suggestions strong {
	color: #3399ff;
	font-weight: normal;
}
