.panel-group {
	font-size: 13px;
	background: #ffffff;
	/* padding: 5px 10px 10px 10px;*/
	/* border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px #cccccc;*/
	background: url(../gif/inactive-header2.gif) no-repeat -9999px -9999px;
}

.panel-heading {
	font-size: 16px;
	background: #ebebeb;
	/* margin: 5px 0 0 0;
	padding: 5px 20px;*/
	/* border: 1px solid #cccccc;*/
	cursor: pointer;
	color: #666666;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.active-header {
	/*-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;*/
	background: url(../gif/active-header.gif) #f9f9f9;
	/*background: url(../img/active-header.gif) #cef98d;*/
	background-repeat: no-repeat;
	background-position: right 50%;
	border-bottom: 1px solid #f9f9f9;
}

.active-header:hover {
background: url(../gif/active-header2.gif) #f1f1f1;
	/*background: url(../img/active-header.gif) #c6f089;*/
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
background: url(../gif/inactive-header.gif) #fff;
	/*background: url(../img/inactive-header.gif) #ebebeb;
	border-bottom:1px solid #E3E3E3;
	*/
	background-repeat: no-repeat;
	background-position: right 50%;
	border-bottom: 1px solid #E3E7E9;
	
}

.inactive-header:hover {
background: url(../gif/inactive-header2.gif) #f9f9f9;
	/*background: url(../img/inactive-header.gif) #f5f5f5;*/
	background-repeat: no-repeat;
	background-position: right 50%;
}

