.feeTable td, .feeTable .labelColumn label {
	line-height: 30px;
}

.feeTable td, .feeTable tr {
	padding: 0 !important;
}
.feeTableForView {
	width: auto !important;
}
.feeTableForView td {
	padding-right: 0.5em !important;
	text-align: right !important;
	font-weight: bold !important;
}

.aui table.invoice-table tr th {
	font-weight: bold;
	font-family: 'etelka_text', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background-color: transparent;
	border-bottom: 1px solid #b0444b;
}
.aui table.invoice-table tr td {
	border: none;
	border-collapse: separate !important;
	padding: 3px !important;
	vertical-align: middle;
	border-bottom: 1px solid #f0f0f0;
}
.aui table.invoice-table tr.last-row td {
	border-bottom: 1px solid #ddd;
}
.aui table.invoice-table .no-border {
	border: none !important;
}

.aui table.invoice-table tr td .control-group{
	margin-bottom: 0px;
}

.bold, .bold td, .bold a {
	font-weight: bold !important;
}

.w75 {
	width: 75px !important;	
}

.w50px {
	width: 50px !important;	
}

.w50 {
	width: 50% !important;	
}

.w60 {
	width: 60px !important;	
}

.w100 {
	width: 100px !important;
}

.w150 {
	width: 150px !important;
}

.w175 {
	width: 175px !important;
}

.w200 {
	width: 200px !important;
}

.w225 {
	width: 225px !important;
}

.w230 {
	width: 230px !important;
}

.w250 {
	width: 250px !important;
}

.w125 {
	width: 125px !important;
}

.hideableFormPart {
	display: none;
}

.smallTextarea {
	height: 113px !important;
	width: 99%;
	min-width: 250px !important;
	max-width: 500px !important;
}

.largeTextarea {
	min-width: 600px !important;
	max-width: 1600px !important;
	min-height: 50px !important;
	width: 99%;
}

.aui .end-transaction-container label {
	font-size: 1.2em;
	font-weight: bold;
}

.aui .end-transaction-container .help-message {
	padding: 1em;
	background: #faf9f7;
	color: #666666;
	margin-bottom: 1em;
}

.help-block {
	display: none !important;	
}

.aui .expired-row td, .aui .expired-row td a {
	color: #888888 !important;
}

.shortInput {
	width: 75px !important;
}

.panel-for-dates {
	min-width: 205px;
}

.aui .table-table tr.active {
	border: 1px solid gray;
	background: #EEFFCC;
}

.aui .table-table tr.active td {
	font-weight: bold;	
}