#accordion {
	margin:20px 0px;
	border: solid 0px #EEEEEE;
}

#accordion h2{
	font-size: 14px;
	padding: 7px 0 7px 30px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { 
	border-radius: 0px;
}
.ui-state-default {
	border:#DDDDDD 1px solid;
	color:#0058A8;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
	
.ui-state-active{
	color:#FFFFFF;
	background: rgb(0,126,197);
	
	background: -moz-linear-gradient(top,  rgba(0,126,197,1) 0%, rgba(0,76,159,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,126,197,1)), color-stop(100%,rgba(0,76,159,1)));
	background: -webkit-linear-gradient(top,  rgba(0,126,197,1) 0%,rgba(0,76,159,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,126,197,1) 0%,rgba(0,76,159,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,126,197,1) 0%,rgba(0,76,159,1) 100%);
	background: linear-gradient(top,  rgba(0,126,197,1) 0%,rgba(0,76,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ec5', endColorstr='#004c9f',GradientType=0 );
}

.ui-widget-content{
	border:#EEEEEE 1px solid;
}

.ui-widget-content li {
	list-style: none;
	padding: 5px 0;
	border: none;
/*	border-bottom: 1px solid #EEEEEE;
*/}
.ui-widget-content a {
	color:#0166b2; text-decoration: none
}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {*/
