@charset "utf-8";
/* CSS Document */

div {
		margin: 0px 0px 5px 5px;
}

.invoice {
		float: right;
		text-align: right;
		font-size: 11px;
}

.blockHead {
		width: auto;
		padding: 0px;
		padding-bottom: 2px;
		float: left;
		border: 1px solid #000000;
		text-align: center;
}

.blockHead p{
		clear: left;
		font-size: 9px;
		margin: 0;
		padding: 2px 5px;
		border-bottom: 1px solid #000000;
		background-color: #c0c0c0;
		text-align: center;
		height: 1%;
}

.blockHead span{
		padding: 2px;
		text-align: center;
}

.pajak {
		font-weight: bold;
		text-align: center;
		padding: 5px 0px;
		border-bottom: 1px solid #000000;
}

.payment {
		padding: 10px 8px;
}

.left {
		float: left;
		width: 530px;
}

.left table{
		width: 100%;
}

.left table thead tr td {
		text-align: center;
		background-color: #c0c0c0;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
}

.left table thead tr td.f {
		width: 70px;
		border-left: 1px solid #000000;
}

.left table thead tr td.k { width: 260px; }
.left table thead tr td.j { width: 110px; }
.left table thead tr td.d { width: 40px; }

.left table tbody tr td.total { border-top: 1px solid #000000; text-align: right; }

.balance {
		border: 1px solid #000000;
		font-weight: bold;
		padding: 3px 45px 3px 15px;
		float: right; 
		width: auto;
		background-color: #c0c0c0;
}

.balance label{
		width: 118px;
		text-align: right;
}

.left p{
		width: auto;
		clear: left;
		font-size: 11px;
		margin: 0;
		padding: 5px;
		border: 1px solid #000000;
		text-align: left;
		height: 40px;
}

.left p.center{
		width: auto;
		clear: left;
		font-weight: bold;
		font-size: 11px;
		margin: 0;
		padding: 5px;
		border: 1px solid #000000;
		border-top: 0px;
		text-align: center;
		height: 1%;
}

.left p.vanid{
		width: 200px;
		clear: left;
		font-weight: bold;
		font-size: 9px;
		margin: 0;
		padding: 5px;
		border: 1px solid #000000;
		text-align: center;
		height: 1%;
}

.right {
		float: right;
		border: 1px solid #000000;
		width: 208px;
		height: 613px;
}

.right ul{
		list-style-image: url(min.gif);
		margin-left: 20px;
		padding: 0px;
}

.right ul li{
		font-size: 10px;
		padding-bottom: 1em;
		padding-right: 1em;
}

.right div{
		text-align: center;
		font-weight: bold;
		font-size: 11px;
}

.left tbody tr td {
		padding: 1px 5px 2px 1px;
}
