﻿/* CUSTOM JQUERY UI OVERRIDES HERE */

.ui-widget-content
{
    background:#fff url("../images/jquery.ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
}

.ui-widget-header
{
    background:#486CAE url("../images/jquery.ui/ui-bg_flat_50_486CAE_40x100.png") 50% 50% repeat-x;
}

.ui-state-default
{
    background:#f6f6f6 url("../images/jquery.ui/ui-bg_flat_100_f6f6f6_40x100.png") 50% 50% repeat-x;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus
{
    background:#5288cc url("../images/jquery.ui/ui-bg_flat_25_5288cc_40x100.png") 50% 50% repeat-x;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active
{
    background:#fff url("../../../images/jquery.ui/ui-bg_flat_65_ffffff_40x100.png") 50% 50% repeat-x;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight
{
    background:#fff url("../../../images/jquery.ui/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error
{
    background:#fff url("../../../images/jquery.ui/ui-bg_flat_55_ffffff_40x100.png") 50% 50% repeat-x;
}

.ui-icon,
.ui-widget-content .ui-icon
{
    background-image:url("../../../images/jquery.ui/ui-icons_ff0000_256x240.png");
}

.ui-widget-header .ui-icon
{
    background-image:url("../../../images/jquery.ui/ui-icons_666666_256x240.png");
}

.ui-state-default .ui-icon
{
    background-image:url("../../../images/jquery.ui/ui-icons_666666_256x240.png");
}


.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon
{
    background-image:url("../../../images/jquery.ui/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon
{
    background-image:url("../../../images/jquery.ui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon
{
    background-image:url("../../../images/jquery.ui/ui-icons_486CAE_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon
{
    background-image:url("../../../images/jquery.ui/ui-icons_ff0000_256x240.png");
}

.ui-widget-overlay
{
    background:url("../../../images/Portal/VitalChek/background/maskBG.png") 50% 50% repeat;
}

.ui-widget-shadow
{
    background:#aaa url("../../../images/jquery.ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
}


/**********************************************************************************/
/* these styles override those in jquery-ui.css, and are specific for Cook County */
/**********************************************************************************/
.ui-widget-header {
	border: .063rem solid #dddddd;
	background: #030066 url("../../../images/jquery.ui/ui-bg_flat_25_030066_40x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: .063rem solid #c5c5c5;
	background: #030066 url("../../../images/jquery.ui/ui-bg_flat_25_030066_40x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus  {
	border: .063rem solid #cccccc;
	background: #160F73 url("../../../images/jquery.ui/ui-bg_flat_25_160f73_40x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: .063rem solid #003eff;
	background: #030066 url("../../../images/jquery.ui/ui-bg_flat_25_030066_40x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}
