/* CUSTOM CPI OVERRIDES */

.ui-widget {font-family:Arial; }
.ui-widget-header { color: #FFFFFF; font-weight: bold; }

/* Following affects the appearance of collapsed accordions */
h3.ui-state-default{ border:none; background:none; font-weight: bold; color: #2e6e9e; outline: none; }

/* Following removes the border from a selected accordion title (anchor) */
.ui-accordion .ui-accordion-header{border:none;background:none;}

/* The following removes the light-blue shading behind a selected accordion title */
.Accordian_Outer_Div .ui-state-active, .ui-accordion .ui-accordion-header a
{
	/*background:none; border:none; */
}

/* The following changes the anchor text color of a selected accordion title to gold */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color: #9C7D50;}
.ui-state-active, .ui-widget-content .ui-state-active {color: #9C7D50;}

/* The following adjusts the background and border for the content of a selected accordion section */
.ui-accordion .ui-accordion-content {border-color:#DEE8EF; background-color:#DEE8EF;background-image:none;}

/* The following rounds the corners of selected accordion content */
.ui-accordion-content  
{
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	/* This is used so accordion content (such as tables and links) remains visible in IE6 */
	zoom: 1;
}
.ui-accordion-content a 
{
	color:#466F8F;
}
