@CHARSET "UTF-8";

.negative-balance-cell {
	color: #d34d17;
	font-weight: bold;
}

a:hover.fisheye {
	font-size: 110%;
	font-weight: normal;
}

table.action-bar {
	background-color: #f7e79c;
	width: 100%;
	margin-bottom: 0.5em;
	padding: 4px;
	white-space: nowrap;
	border: 1px solid;
}

table.action-bar a {
	font-size: 11pt;
}

.bt-content {
	font-size: 8pt;	
}

.input-error-message {
	font-size: 10pt;
	font-weight: bold;
	color: red;
}