body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}/*simple reset*/
/*html, body{width:100%;height:100%;}*/


body{/*daca folosim "*"-nu mai avem bold si alte formatari standard */
	font: 16px "Times New Roman", Times, serif ;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; 
}


@media print { 
		.hide,img{display:none;}
		.in2 td{padding:1px;}
		.hd3{font-size:16px;margin:0px;}
		body{
			font: 12px "Times New Roman", Times, serif ;
			-webkit-font-smoothing: antialiased;
			text-rendering: optimizeLegibility; 
		}
 }
		 


	a{text-decoration:none; color:#000000}
	
	.menu {font-weight:bold; margin:5px 0 5px 0;}
	.menu2 { max-width:1200px; margin:5px auto;}
	.menu a{
		font-weight:bold;
		background-color:#eeeeee; 
		padding: 0.1em 0.3em;
	}
	.menu2 a{
		background-color:#eeeeee; 
		padding: 0.1em 0.3em;
	}
	.menu a:hover, .menu2 a:hover, .menu2 .active{
		background-color:#ccFFcc; 
		padding: 0.2em 0.3em;
	}

	/* tabele */
	.in1 {border:1px #333333 dashed;} 
	.in2 td{ 
			border-width:0px 1px 1px 1px; 
			border-style: dotted; 
			border-left-color: #cccccc; 
			border-right-color: #cccccc; 
			border-bottom-color:#999999; 
			padding:2px;
			}
	.in2_1 td{border-width:0px 0px 1px 0px;}
	.in3 select{width:300px;}
	.in4 input:not([type=checkbox]):not([type=radio]){width:300px;}
	
	
	.in8 select, .in8 input:not([type=checkbox]):not([type=radio]){width:100px;}


		.in1 img{margin:0 3px -3px 3px; border:0px}/*toate imaginile din tabel*/
		
		.qwe1{color:#000000;} 
		.qwe3{color:#999999;}
		
		.qwe5{color:#ff0000;}/*vechi*/
		.qwe6{color:#0000ff;}/*ieri*/
		.qwe7{color:#000000;}/*azi*/
		.qwe8{color:#009900;}/*ctr*/
		
		.hd3{font-size:18px;font-weight:bold;margin:2px;}

		


@keyframes fadeIn { 
  from { opacity: 0; } 
}
@-o-keyframes fadeIn { 
  from { opacity: 0; } 
}
@-moz-keyframes fadeIn { 
  from { opacity: 0; } 
}
@-webkit-keyframes fadeIn { 
  from { opacity: 0; } 
}
