@media all 
{
	.hline, .hline:hover
	{
    background-color: #BBBB90 !important;
  }
  
	.menulogo {
		background: url("/img/bg_hd.gif") repeat-x scroll center top #1F1E2E;
		height: 95px;
	}
		
	.menulogo img
	{
		cursor: pointer;
		position: absolute;
	}

  .secondary 
  {
    border-top: 1px solid #BBBBBB;
    margin-top: 1px !important;
    padding-top: 3px !important;
  }

	.radioboxoption, .radioboxgroupclear {
	    margin: 0px 5px 5px 0px !important;
	}

	span.mirrored
	{
		display: inline-block; 
	}

	.mirrored
	{
		-moz-transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
		transform: scale(-1, 1);
		cursor: pointer;
	}
	
	#receipt_content
	{
		width: 100%;
	}
	
	.suppliercommhistory
	{
		font-size: 80%;
		white-space: nowrap;
		line-height: 70%;
	}
	.linedTable td { padding: 5px; border: 1px solid black; }
}

@media print 
{
}

@media screen 
{
}
