/*! jQuery UI - v1.10.0 - 2013-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.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.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

.ui-widget-overlay {
	background:none;
	background-color:#000;
	opacity: .7;
	filter: Alpha(Opacity=70);	
}
.ui-widget-header {
	color:#FFF;
	text-shadow:-1px 1px 2px #000000;
	-moz-shadow:-1px 1px 2px #000000;
	-ms-shadow:-1px 1px 2px #000000;
	-o-shadow:-1px 1px 2px #000000;
	-webkit-shadow:-1px 1px 2px #000000;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-radius:2px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	/*background:none;*/
	border:0;
}
input.hasDatepicker {
	background-color:#FFF;
	background-image:url(/public/images/bg-datepicker-date.png) !important;
	background-repeat:no-repeat;
	background-position:right;
}
.ui-datepicker {
    background-color: #FFFFFF !important;
}

.ui-widget-header {
    background: url(/public/images/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50% #CCCCCC;
    border: 1px solid #AAAAAA;
    font-weight: bold;
}