/*! jQuery UI - v1.9.2 - 2013-09-17

* http://jqueryui.com

* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css, jquery.ui.theme.css

* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&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 */



/* Layout helpers

----------------------------------*/

 .ui-helper-hidden { display: none; }

 .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

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

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

 .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; }





/* 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%; }

 .ui-autocomplete {

	position: absolute;

	top: 0;

	left: 0;

	cursor: default;

    max-height: 100px;

    max-width:75px;

    overflow-y: auto;

	overflow-x: hidden;

    font-size:11px;

	font-family: Tahoma, sans-serif;

}



/* workarounds */

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

 .ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }

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

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

 .ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }

 .ui-menu .ui-menu-item a {

	text-decoration: none;

	display: block;

	zoom: 1;

	font-weight:normal;

	font-size: 11px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

 .ui-menu .ui-menu-item a.ui-state-focus,

 .ui-menu .ui-menu-item a.ui-state-active {

	font-weight: normal;

	margin-left: -1px;

	margin-bottom: -1px;

}



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

 .ui-menu .ui-state-disabled a { cursor: default; }



/* icon support */

 .ui-menu-icons { position: relative; }

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



/* left-aligned */

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



/* right-aligned */

 .ui-menu .ui-menu-icon { position: static; float: right; }



/* Component containers

----------------------------------*/

 .ui-widget {

    font-size:11px;

	font-family: Tahoma, sans-serif;

    pointer-events:auto;

}

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

 .ui-widget input,  .ui-widget select,  .ui-widget textarea,  .ui-widget button { font-size:11px; font-family: Tahoma, sans-serif; }

 .ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd 50% bottom repeat-x; color: #222222; }

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

 .ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc 50% 50% repeat-x; color: #ffffff; font-weight: bold; }

 .ui-widget-header a { color: #ffffff; }



/* Interaction states

----------------------------------*/

 .ui-state-default,  .ui-widget-content .ui-state-default,  .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }

 .ui-state-default a,  .ui-state-default a:link,  .ui-state-default a:visited { color: #2e6e9e; 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 #79b7e7; background: #d0e5f5 50% 50% repeat-x; font-weight: bold; color: #1d5987; }

 .ui-state-hover a,  .ui-state-hover a:hover,  .ui-state-hover a:link,  .ui-state-hover a:visited { color: #1d5987; text-decoration: none; }

 .ui-state-active,  .ui-widget-content .ui-state-active,  .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 50% 50% repeat-x; font-weight: bold; color: #e17009; }

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



/* Interaction Cues

----------------------------------*/

 .ui-state-highlight,  .ui-widget-content .ui-state-highlight,  .ui-widget-header .ui-state-highlight  {border: 1px solid #fad42e; background: #fbec88 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 50% 50% repeat-x; color: #cd0a0a; }

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

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

 .ui-priority-primary,  .ui-widget-content .ui-priority-primary,  .ui-widget-header .ui-priority-primary { font-weight: bold; }

 .ui-priority-secondary,  .ui-widget-content .ui-priority-secondary,   .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

 .ui-state-disabled,  .ui-widget-content .ui-state-disabled,  .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

 .ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */



/* Icons

----------------------------------*/



/* states and images */

 .ui-icon { width: 16px; height: 16px;}

 .ui-widget-content .ui-icon {}

 .ui-widget-header .ui-icon {}

 .ui-state-default .ui-icon {}

 .ui-state-hover .ui-icon,  .ui-state-focus .ui-icon {}

 .ui-state-active .ui-icon {}

 .ui-state-highlight .ui-icon {}

 .ui-state-error .ui-icon,  .ui-state-error-text .ui-icon {}



/* Misc visuals

----------------------------------*/



/* Corner radius */

 .ui-corner-all,  .ui-corner-top,  .ui-corner-left,  .ui-corner-tl {  }

 .ui-corner-all,  .ui-corner-top,  .ui-corner-right,  .ui-corner-tr {

}

 .ui-corner-all,  .ui-corner-bottom,  .ui-corner-left,  .ui-corner-bl {  }

 .ui-corner-all,  .ui-corner-bottom,  .ui-corner-right,  .ui-corner-br {



}



/* Overlays */

 .ui-widget-overlay { background: #aaaaaa 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }

 .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30);  }

