.managementMenu { padding: 5px; }
.managementMenuHead {
  text-align: center;
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #000080;
  border-bottom-color: #000080;
  background-color: #008080;
}
.ItemDiv {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  width: 80%;
  padding: 10px 10px 2px 20px;
  text-align: right;
  border: 2px solid navy;
  background-color: #f4fdff;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.BoldText {
  font-weight: bold;
  color: #3399ff;
}
.FooterButtonsDiv {
  text-align: left;
  margin: 0 auto;
  width: 520px;
}

