#blue .ui-state-active, #blue .ui-widget-content .ui-state-active, #blue .ui-widget-header .ui-state-active 
{ 
	border: 1px solid #0047be; 
	background: #0047be url(images/ui-bg_glass_65_0047be_1x400.png) 50% 50% repeat-x; 
	font-weight: normal;
    color: #ffffff; 
}

#blue .ui-icon
{ 
	background-image: url(images/ui-icons_ffffff_256x240.png); 
}

#orange .ui-state-default
{ 
	border: 1px solid #808080; 
	background: #FBB653 url(images/ui-bg_glass_65_fbb653_1x400.png) 50% 50% repeat-x; 
	font-weight: normal; color: #000000; 
}

#orange .ui-icon
{ 
	background-image: url(images/ui-icons_222222_256x240.png); 
}