.financehistoryframe {
	box-shadow: 3px 0px 3px #666, -3px 0px 3px #666;
}
.financehistoryframe-body {
	background-color: #f5f5f5 !important;
}
.financehistoryframe-pnlframe {
	background-color: #f5f5f5 !important;
}
.financehistoryframe-pnlframe-body {
}
.financehistoryframe-pnlmain {
}
.financehistoryframe-pnlmain-body {
}
.financehistoryframe-pnlheader {
}
.financehistoryframe-pnlheader-body {
	background-color: #045e71 !important;
}
.financehistryframe-htmlvoucherlist-body {
	overflow-y: scroll !important;
}
.financehistoryframe-header-table {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	border-collapse: collapse;
	height: 100%;
	background-color: #045e71;
	margin: auto;
}
.financehistoryframe-header-title {
	text-align: center;
	color: #fff;
	font-size: 17px;
	padding-left: 29px;
	white-space: nowrap;
	width: 1px;
	position: absolute;
    padding-top: 19px;
}
.financehistoryframe-header-datefilter-table {
	margin: auto;
}
.financehistoryframe-datefilter-button {
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	color: #353121;
    background-color: #d4cbae;
}
.financehistoryframe-datefilter-button:hover {
	background-color: rgb(173,158,137);
}
.financehistoryframe-datefilter-text {
	color: rgb(236, 236, 236);
	font-size: 11px;
	font-weight: bold;
	text-align: center;
    padding-bottom: 5px;
}
.financehistoryframe-datefilter-sep {
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
}
#financehistoryframe-header-table-filter {
	width: 100%;
}