/*/* Component containers
----------------------------------*/
/*.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget-header {
	background: #2191c0 url(images/ui-bg_gloss-wave_75_2191c0_500x100_picker.png) 50% 50% repeat-x;
	color: #fff;
	font-weight: bold;
}

	.ui-widget-header a {
		color: #eaf5f7;
	}*/


.ui-corner-all {
	border: none!important;
}


/* Interaction states
 * ----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none repeat scroll 0 0 #DAE0E9;
	color: #666666;
	font-weight: normal;
}

	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
		color: #ffffff;
		text-decoration: none;
	}

.ui-state-hover a, .ui-state-hover a:hover {
	color: #026890;
	text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: url("images/ui-bg_gloss-wave_50_6eac2c_500x100_picker.png") repeat-x scroll 50% 50% #6EAC2C;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}

	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
		color: #ffffff;
		text-decoration: none;
	}

.ui-widget :active {
	outline: none;
}



/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #E98B36 url(images/ui-bg_glass_55_f8da4e_1x400_picker.png) 50% 50% repeat-x;
}

	.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
		color: #915608;
	}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #e14f1c url(images/ui-bg_gloss-wave_45_e14f1c_500x100_picker.png) 50% top repeat-x;
	color: #ffffff;
}

	.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
		color: #ffffff;
	}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #ffffff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
