@charset "utf-8";
/* CSS Document */
.panelheader {
	background-color : #6b79a5;
	height: 26px;
	color : #FFFFFF;
	font-weight : normal;
	font-size:14px;
	border-bottom:1px solid #182052;
	border-top:1px solid #BDC7E7;
	font-weight : bold;
	padding-left: 5px;
}
 
.mdHover {
  background-color : #63699c;
  color : #ffffff;
}
.mdSelected {
  background-color : #63699c;
  color : #ffffff;
  font-weight : bold;
  
}
.panelContent {
  border : 1px solid #1f669b;
  border-top-width    : 0px;
  border-bottom-width : 0px;
  overflow: auto;
  height: auto;
}
#accordionExample {
	margin-top : 6px;
	border : 1px solid #4f4f4f;
	width: 600px;
}

