.titlebar
	{
	
		position:relative;
		left:0px;
		top:0px;
		width:114%;
		height:23px;
		background: linear-gradient(#efefef, #bbbabb); /* Standard syntax */
		margin-top:-20px;
		margin-left:-20px;
		box-sizing:border-box;
		border-top:2px solid #f0f0f0;
		border-bottom:1px solid #6A6A6A;
		font: 600 12px Helvetica, Arial;
		color:#333333;
		text-align:center;
		line-height:18px;
	
	}
	
	.paneltitlebar
	{
	
		 /* background: #3b9bf3; */ 
		 /* background: #aaaaaa; */
		 background :#ededed; 
		border:0px;
		color: #444444; 
	
	}