/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

   /* Begin Navigation Bar Styling */
  .nav_ul {
      width: 100%;
      float: left;
      margin: 0 0 0 0;
      /*padding: 0 0 0 2px;*/
      list-style: none;
      background-color: #f2f2f2;
      border-bottom: 1px solid #ccc; 
      border-top: 1px solid #ccc; }
   .nav_ul li {
      float: left; }
   .nav_ul li a {
      display: block;
      padding: 8px 8px;
      text-decoration: none;
      font-size:14px;
      font-weight: bold;
      font-family:Arial;
      color: #eee;
      border-right: 1px solid #ccc; }
   .nav_ul li a:hover {
      color: #c00;
      background-color: #fff; }
   /* End navigation bar styling. */

    .highlightRow {
        background-color: #ffeb95;
    }

    .highlightCell {
        background-color: #ffeb95;
    }