/* - jquery ui - 

 The following css are changes to jquery ui css
 that was not possible with the theme roller
 or is required in all themes used with this design.
*/
.ui-widget {
    margin-bottom: 20px;
}
.widget .ui-widget {
    margin-bottom: 0;
}
.ui-accordion-content a, 
.ui-dialog-content a,
.ui-tabs-panel a {
    color: #56a0d3;
}
.ui-button {
    height: auto;
    text-height: inherit;
    margin: .5em .4em .5em 0 !important;
}