@media Print    
{
	thead { 
		display: table-header-group; 
		border: 1px solid #a0a0a0;
	} 
	tfoot { 
		display: table-footer-group; 
	} 
	body
	{ 
		margin:0;
		padding:0;
		height:100%;
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.data
	{
		font-family:"Times New Roman", Times, serif;
		font-size: 14px;
		height: 20px;
	}
	.data-title
	{
		font-family:"Times New Roman", Times, serif;
		font-size: 16px;
		font-weight: bold;
		height: 20px;
		padding-top: 20px;
	}
	.page-break
	{
		page-break-before: always;
	}	
	/* Spausdinimo stilius */
	.uppercase
	{
		text-transform:uppercase;
	}
	.print-header
	{
		font-family:"Times New Roman", Times, serif;
		font-size: 12px;
		color: #000;
	}
	.print-place-date
	{
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		padding-bottom: 10px;
	}
	.print-data-table 
	{
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		font-family: Arial, sans serif;
		
	}
	.print-data-table th
	{
		font-size:14px;
		font-weight:bold;
		padding:5px;
		color:#000000;
		background-color:#ffffff;
		border-left:1px solid #000000;
		border-bottom: 2px solid #000000;
		font-family: Arial, sans serif;
	}
	.print-data-table td
	{
		font-family: Arial, sans serif;
		font-size:12px;
		font-weight:bold;
		padding-left: 3px;
		padding-top:1px;
		padding-bottom:1px;
		border-bottom: 1px solid #000000;
		border-left:1px solid #000000;
		height:20px;
		background-color:#ffffff;
	}
	.print-bottom
	{
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		color:#000000;
		padding-right: 30px;
		
		padding-top: 15px;
		background-color:#ffffff;
	}
}
