/**
* IMPORTANT: Contient les propriétés modifiées du CSS de base JQuery
*/


.ui-buttonset .ui-state-default, .ui-buttonset .ui-widget-content, .ui-buttonset  .ui-state-default,.ui-buttonset .ui-widget-header, .ui-buttonset  .ui-state-default
{
    background-color:#FFF;
    background-image: none;
}

.ui-button{
    background-color:#FFFFFF;
    background-image: none;
}

input.ui-autocomplete-input{
    background-color:#FFFFFF;
    background-image: none;
}

.ui-autocomplete
{
    max-height:150px;
    overflow-x:hidden;
    overflow-y:auto;
    padding-right:20px;
}

* html .ui-autocomplete
{
    height:150px;
}

.ui-button
{
    min-height:20px;
}

a.ui-corner-all,a.ui-corner-top,a.ui-corner-right,a.ui-corner-tr
{
    border-radius:0 4px 4px 0;
}

.ui-combobox-toggle
{
    left:-1px;
    top:-1px;
}

input.ui-autocomplete-input
{
    padding:3px;
}

.today
{
    height:21px;
    left:4px;
    top:4px;
}

.save
{
    font-size:10px;
    height:21px;
    left:4px;
    top:2px;
}

div.ui-progressbar
{
    -khtml-border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
}

div.journal-content .ui-corner-all,div.journal-content .ui-corner-top,div.journal-content .ui-corner-left,div.journal-content .ui-corner-tl
{
    -khtml-border-top-left-radius:0;
    -moz-border-radius-topleft:0;
    -webkit-border-top-left-radius:0;
    border-top-left-radius:0;
}

div.journal-content .ui-corner-all,div.journal-content .ui-corner-top,div.journal-content .ui-corner-right,div.journal-content .ui-corner-tr
{
    -khtml-border-top-right-radius:0;
    -moz-border-radius-topright:0;
    -webkit-border-top-right-radius:0;
    border-top-right-radius:0;
}

div.journal-content .ui-corner-all,div.journal-content .ui-corner-bottom,div.journal-content .ui-corner-left,div.journal-content .ui-corner-bl
{
    -khtml-border-bottom-left-radius:0;
    -moz-border-radius-bottomleft:0;
    -webkit-border-bottom-left-radius:0;
    border-bottom-left-radius:0;
}

div.journal-content .ui-corner-all,div.journal-content .ui-corner-bottom,div.journal-content .ui-corner-right,div.journal-content .ui-corner-br
{
    -khtml-border-bottom-right-radius:0;
    -moz-border-radius-bottomright:0;
    -webkit-border-bottom-right-radius:0;
    border-bottom-right-radius:0;
}

div.journal-content .ui-corner-all
{
    background-color:#DDECF7;
}

div.journal-content .ui-corner-top
{
    background-color:#87B6D9;
}

div.journal-content button.ui-corner-all
{
    background-color:#FFF;
}

div.journal-content .ui-button
{
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

span.ui-combobox input.ui-widget-content
{
    font-weight:400;
}

.ui-tooltip
{
    -webkit-box-shadow:0 0 5px #aaa;
    box-shadow:0 0 5px #aaa;
    max-width:300px;
    padding:8px;
    position:absolute;
    z-index:9999;
}

body .ui-tooltip
{
    border-width:2px;
}
