#accordion {
    border : 1px solid #0082b5;
    width: 560px;
}

.header {
  background-color : #0082b5;
  height: 22px;
  color : #f0f9ca;
  font-weight : normal;
  border-bottom:1px solid #ffffff;
  border-top:1px solid #084d8a;
  font-weight : normal;
  padding-left: 5px;
}

.content {
  border : 1px solid #0082b5;
  border-top-width    : 0px;
  border-bottom-width : 0px;
  font-size: smaller;
  overflow:auto;
}

.mdHover {
  background-color : #084d8a;
  color : #ffffff;
  cursor: pointer;
  font-weight : bold;
  font-size: 12px;
}

.mdSelected {
  background-color : #084d8a;
  color : #ffffff;
  font-weight : bold;
  font-size: 12px;
  
}
