.iframe-finance-history {
	padding: 10px 30px 10px 30px;
}
.iframe-finance-history-table {
	width: 100%;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	margin-top: 15px;
	background-color: rgb(235,235,235);
	color: #045e71;
}
.iframe-finance-history-table th {
	background-color: rgb(197,197,197);
	color: #353121;
	height: 30px;
	font-weight: bold;
}
.iframe-finance-history-table-col-0 {
	text-align: left;
	width: 60px;
	padding-left: 5px;
}
.iframe-finance-history-table-col-1 {
	text-align: center;
	width: 80px;
}
.iframe-finance-history-table-col-2 {
	text-align: left;
}
.iframe-finance-history-table-col-3 {
	text-align: left;
}
.iframe-finance-history-table-col-4 {
	text-align: left;
	width: 130px;
	white-space: nowrap;
}
.iframe-finance-history-table-col-5 {
	text-align: right;
	width: 70px;
}
.iframe-finance-history-table-col-6 {
	text-align: left;
	padding-left: 20px;
	font-style: italic;
}
.iframe-finance-history-table tr {
	height: 30px;
}
.checked-column {
    background-image: url("images/checked.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.unchecked-column {
    background-image: url("images/unchecked.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.iframe-finance-history-purse-table {
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    border-collapse: collapse;
    width: 350px;
    border-collapse: collapse;
    border: 0;
    background-color: #d4cbae;
    color: #353121;
    margin: auto;
}
.iframe-finance-history-purse-table th{
	height: 30px;
	font-weight: bold;
}
.iframe-finance-history-purse-col-0 {
	padding-left: 15px;
	text-align: left;
	height: 30px;
}
.iframe-finance-history-purse-col-0 td {
	text-transform: capitalize;
}

.iframe-finance-history-purse-col-1 {
	text-align: right;
	min-width: 70px;
	white-space: nowrap;
	padding-left: 15px;
    padding-right: 15px;
}