@media all {
   
   body {
      font-family: "Verdana", "Arial", "sans-serif";
      /* font-family: "courier", "Arial", "sans-serif"; */
      font-size: 12px;          
      /* background-color : #F3EBEA; */
   }

   a {
      text-decoration: none;
      color: #BF0000;
   }
       
   a:hover {
      font-weight: bold;
   }

   a:active {          
          color: #FFBF00;
            }

   a:link {
          }

   a:visited {
             }

   .backtable {
      font-family: inherit;
      font-size: 12px;
   }

   .thead {
      font-size: inherit;
      font-weight: bold;
      text-align: left;
   }

   /* numeric table content */
   .tnum {
      font-size: inherit;
      text-align: right;
   }

   /* text table content */
   .ttxt {
      font-size: inherit;
      text-align: left;
      vertical-align: centre;
   }

   /* left panel mainmenu button */
   .mmbutton {   
      width: 130px; 
      text-align: center;
      margin-bottom: 1px;
   }   

               
   .validator_err  {
          font-family:Verdana;
          font-size:10px;
          color:#660000; 
                   }                   
   .formhelp {
          font-family: inherit;
          font-size: 0.8em;
          font-weight: lighter;
          color: #859369;
          border-top: 1px solid #45633A;
          border-bottom: 1px solid #45633A;
          border-left: 1px solid #45633A;
          border-right: 1px solid #45633A; 
          padding: 3px;
          background-color: white;
             }                              
}
