/* CSS Document */
    body {
      font-size:14pt;
      background:#F1F1F0 ;
    }  
    .igen{
        background-color: #C8FFC8 
    }
    .nem{
        background-color: #FFCAC8 
    }
    .tart{
        background-color: #FFFFCC 
    }    
    .gomb {
 /*     font-weight: bold;    */
      font-size: 14pt;
      text-align: center;
      border-width: 4px;
	    width: 180px;
	    height: 50px;
     
    }
    .cella {
       font-size:14pt;
       width :160px ;
       text-align:center; 
       border: thin solid InactiveCaption;
    }

    .cel {
       font-size:14pt;      
    }

    .radijo {
      width: 1em;
      height: 1em;      
/*
      width:0.7em;
      height:0.7em;      
*/

      border: red;
/*    border: thick solid InactiveCaption;
      color:red;
      background-color:red; */   
    }
     .gomb2 {
       font-size:14pt;
       background-color: #E4E3CD;
	     width: 180px;
	     height: 50px;
    }
    .hjgomb {
       font-size:10pt;      
       background-color: #E4E3CD;     
	     width: 88px;
	     height: 24px;
    }


   td.feher {
       background-color: #FFFFFF; 
       padding: 15px; 
       border: 15px;
  }

   .kek {
       background-color: #C0DDFF; 
       padding: 5px; 
  }
  .nemlat
{
    display:none;
    visibility:false;
}
.delat
{
    display:inline;
    visibility:true;
}

textarea {      /* none|horizontal|vertical|both */ 
resize:vertical; 
} 

  .feher {
   background-color: #FFFFFF; 
  }
  .behuz {
  text-align:justify;
   font-size:12pt;  
	margin: 0.5em 0em 0em 1em;
	padding: 0px;
	text-indent: 0em;   
  }