  .aciButton {
    background-color: yellow;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin-right: 4px;
    margin-bottom: 2px;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    min-width: 10px;
    max-width: 90px;
    height: 17px;
    padding-left: 3px;
    padding-right: 3px;
  }
  img.aciImage{
    display:inline;
    vertical-align:middle;
  }
  .aciButtonReadOnly {
    background-color: red;
    color:white;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin-right: 4px;
    margin-bottom: 2px;
    font-family: Arial;
    font-size: 11px;
    width: 1px;
    padding-left: 3px;
    padding-right: 3px;
  }
  a.aciButtonReadOnly {
    color:white;
  }
  .aciButtonVisible{
  background-color: rgb(0,30,0);
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin-right: 4px;
    margin-bottom: 2px;
    font-family: Arial;
    font-size: 11px;
    width: 1px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .aciButtonGrey{
   background-color: white;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin-right: 4px;
    margin-bottom: 2px;
    font-family: Arial;
    font-size: 11px;
    min-width: 10px;
    max-width: 90px;
    height: 17px;
    padding-left: 3px;
    padding-right: 3px;
    color:black; 
    }
    .clear {
      clear:both;
    }

