/*
Date Picker Stuff
*/
.CustomJQUI .ui-widget
{
    font-size: 9pt;
}

.CustomJQUI .ui-widget-header a
{
    text-decoration: none;
    font-weight: normal;
    font-size: 7pt;
}

.CustomJQUI .ui-widget-header a:hover
{
    font-weight: bold;
}

.CustomJQUI .ui-state-active, .CustomJQUI .ui-widget-content .ui-state-active, .CustomJQUI .ui-widget-header .ui-state-active
{
    border: 1px solid #79b7e7;
    background: #a0dc4f;
    font-weight: bold;
    color: #000000;
}


/*
For the buttons to make them go green when selected

*/
.CustomJQUI .ui-widget input, .CustomJQUI .ui-widget select, .CustomJQUI .ui-widget textarea, .CustomJQUI .ui-widget button
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
    background: #a0dc4f;
    font-weight: bold;
}



