@charset "utf-8";
@import url("reset.css");
@import url("initialize.css");
@import url("core.css");
@import url("style_apireceipt.css");

table#border, td#border, th#border {
	border: 1px solid black;
}

 #tblbtn {
	width:100%;
	height:60px;
	align: center;
	margin:5px 0 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#aebfdd), to(#9ba9cd));
	-webkit-border-radius: 5px;
	font-size:100%;
	font-style: bold;
	font-weight: bold;
	font-size: 100%;
	color: #aa0000;
}
#AT {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
	width: 100%; 
	}
 #tblbtn2 {
	width:100%;
	height:60px;
	align: center;
	margin:5px 0 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#aebfdd), to(#9ba9cd));
	-webkit-border-radius: 5px;
	font-size:200%;
	font-style: bold;
	font-weight: bold;
	color: #000000;
}
 #tblbtn3 {
	width:33%;
	height:60px;
	align: center;
	margin:5px 0 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#aebfdd), to(#9ba9cd));
	-webkit-border-radius: 5px;
	font-size:200%;
	font-style: bold;
	font-weight: bold;
	color: #000000;
}
#t50 {
    padding: 0px 50px 0px 50px;
}
#t100 {
    padding: 0px 100px 0px 100px;
}
#t150 {
    padding: 0px 50px 0px 50px;
}
#t200 {
    padding: 0px 0px 0px 200px;
}
#t250 {
    padding: 0px 50px 0px 50px;
}
#t300 {
    padding: 0px 300px 0px 300px;
}
#t350 {
    padding: 0px 50px 0px 50px;
}
#t400 {
    padding: 0px 400px 0px 400px;
}
#t450 {
    padding: 0px 50px 0px 50px;
}
#t500 {
    padding: 0px 500px 0px 500px;
}
.t50 {
    padding: 0px 50px 0px 50px;
}
.t100 {
    padding: 0px 100px 0px 100px;
}
.t150 {
    padding: 0px 50px 0px 50px;
}
.t200 {
    padding: 0px 0px 0px 200px;
}
.t250 {
    padding: 0px 50px 0px 50px;
}
.t300 {
    padding: 0px 300px 0px 300px;
}
.t350 {
    padding: 0px 50px 0px 50px;
}
.t400 {
    padding: 0px 400px 0px 400px;
}
.t450 {
    padding: 0px 50px 0px 50px;
}
.t500 {
    padding: 0px 500px 0px 500px;
}
div.table {
	display: table;
	border-collapse: collapse;
}

div.tr {
	display: table-row;
}
div.tr1 {
	display: table-row;
	border: 1px solid black;
}
div.td {
	display: table-cell;
	text-align: left;
    padding: 5px 5px 0px 5px;
}
div.td1 {
	display: table-cell;
    padding: 0px 0px 0px 20px;
	font-style: bold;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
}
div.td2 {
	display: table-cell;
    padding: 5px 0px 0px 50px;
	text-align: left;
}
div.td3 {
	display: table-cell;
    padding: 5px 0px 0px 150px;
}
div.td4 {
	display: table-cell;
    padding: 5px 0px 0px 0px;
	text-align: right;
	font-size:100%;
	font-style: bold;
	font-weight: bold;
	font-size: 100%;
}
div.td5 {
	display: table-cell;
    padding: 5px 5px 0px 5px;
	text-align: right;
}
div.td6 {
	display: table-cell;
	text-align: left;
    padding: 5px 5px 0px 5px;
}
div.grossrot {
	color: #ff0000;
	font-size: 200%;
	font-style: bold;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	text-decoration: underline overline blink;
}