





/* Styles defined for tags: */

/* Classes defined: */







  input, select, textarea
  {
    border: solid 1px #cccccc;
    background: #fbfbfb;
  }

  input:focus, select:focus, textarea:focus
  {
    background: white;
  }

  form tr.focused
  {
    background-color: #fff7c0;
  }


  .req
  {
    color: red;
    font-weight: bold;
  }



  .infoImgTooltip
  {
    margin-left: 2px;
    vertical-align: middle;
    border: none;
  }

  .tooltip
  {
    font-weight: normal;
    color: #ffffff !important;
    text-decoration: none;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    position: absolute;
    z-index: 999999;
    margin: 7px 0 0 7px;
    padding: 9px 15px 10px 10px;
    width: 250px;
    border: 1px solid #45709F;
    border-top: 1px solid #6B93BF;
    border-left: 1px solid #6B93BF;
    background-color: #5781AF;
    font-size: 10pt;
    line-height: 13px !important;
    white-space: normal;
  }

  .tooltip em, .tooltip i
  {
    letter-spacing: .02em;
  }




  .recordOperationButton
  {
    padding: 3px 10px;
    font-weight:bold;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    cursor: hand;
    cursor: pointer;
  }

  .recordOperationButton img
  {
    margin-right: 10px;
    border: none;
  }

  .recordOperationButton a
  {
    text-decoration: none;
  }

  .recordOperationButtonRED a
  {
    color: #c13b0d;
  }

  .recordOperationButtonGREEN a
  {
    color: #518c51;
  }

  .recordOperationButtonYELLOW a
  {
    color: #aea50e;
  }

  .recordOperationButtonBLUE a
  {
    color: #088eb5;
  }

  .recordOperationButtonRED
  {
    border-top: solid 1px #c13b0d;
    border-left: solid 1px #c13b0d;
    color: #c13b0d;
    border-right: solid 1px #c16342;
    border-bottom: solid 1px #c16342;
    background: #f7ece8;
  }

  .recordOperationButtonRED:hover
  {
    background: #f6ddd4;
  }

  .recordOperationButtonGREEN   /* "New record", "Ok", "Submit" ... */
  {
    border-top: solid 1px #518c51;
    border-left: solid 1px #518c51;
    color: #518c51;
    border-right: solid 1px #8cb18c;
    border-bottom: solid 1px #8cb18c;
    background: #d2e7d2;
  }

  .recordOperationButtonGREEN:hover
  {
    background: #b9d4b9;
  }

  .recordOperationButtonYELLOW    /* "Edit record" */
  {
    border-top: solid 1px #d7cc23;
    border-left: solid 1px #d7cc23;
    color: #aea50e;
    border-right: solid 1px #d7d063;
    border-bottom: solid 1px #d7d063;
    background: #edece0;
  }

  .recordOperationButtonYELLOW:hover
  {
    background: #e0dec6;
  }

  .recordOperationButtonBLUE    /* "Search record" */
  {
    border-top: solid 1px #088eb5;
    border-left: solid 1px #088eb5;
    color: #088eb5;
    border-right: solid 1px #2895b5;
    border-bottom: solid 1px #2895b5;
    background: #d7ebf1;
  }

  .recordOperationButtonBLUE:hover
  {
    background: #a8d8e6;/* #f6ddd4;*/
  }



  .sep5px
  {
    width: 5px;
  }






