/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@import "base.css";
@import "theme.css";


/*Custom .. changed bg color for dialog box and title bar */ 
.ui-widget-content {
border: 1px solid #404040;
background: #4d4d4d url(images/ui-bg_gloss-wave_16_4d4d4d_500x100.png) 50% top repeat-x;
color: #eeeeee;
}

.ui-widget-header {
border: 1px solid #404040;
background: #cc6029 url(images/ui-bg_highlight-hard_35_cc6029_1x100.png) 50% 50% repeat-x;
color: #ffffff;
font-weight: bold;
}
