/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, 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
 */
/*@import "jquery.ui.base.css";
@import "jquery.ui.theme.css";*/

.ui-datepicker .ui-datepicker-title {
    color: #0176B9;
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;

}
.ui-widget-content {
    /*background: url("../images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;*/
    
    color: #222222;
}
.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_222222_256x240.png");
}









