.page-breadcrumbs {
	/*
	background-color : #fbfbfb;
	border : 1px solid #ccc;
	box-shadow : #888 0 0 4px;
	*/
	font-size: 1.2em;
	font-weight: bold;
	line-height : 140%;
	padding : 30px 49px;
	margin : 0px 0 -40px;
}

#page-content {
	margin : 0 auto;
	max-width : 1200px;
	padding : 0 60px;
}

#page-header {
	display:  block;
	margin : 20px 20px 30px;
	padding : 0 30px;
}

.page-section {
	background-color : #fbfbfb;
	border : 1px solid #ccc;
	box-shadow : #888 0 0 4px;
	line-height : 140%;
	padding : 30px 49px;
	margin : 40px 0;
}

.tac {
	text-align: center;
}

body,
html {
/*	background-attachment : fixed;*/
	background-image : url(bg_body.png);
	background-position : center top;
}

input:invalid {
	background-color: lightpink;
}

/* Page-specific */

table.input-form textarea {
	width: 100%;
}

/* Page: /expenses/../view */

#add-invoice-item-form td {
	padding-top: 20px;
}

#add-invoice-item-form input[type="button"] {
	border: 1px solid black;
	margin-bottom: 5px;
}

#add-invoice-item-form td {
	vertical-align: top;
}

#product-select-menu {
	background-color: white;
	border: 1px solid gray;
	display: none;
	max-height: 600px;
	min-width: 400px;
	padding: 15px;
	overflow-y: auto;

	position: absolute;
	top: 0;
	left: 0;
}

#product-select-menu > button {
	position: absolute;
	top: 0;
	right: 0;
}

#product-select-menu > table.product-menu {
	width: 100%;
}

#product-select-menu > table.qty-menu {
	border: 1px solid gray;
	margin-left: 1em;
	margin-top: 1em;
}

#product-select-menu > table.qty-menu tr > * {
	padding: 5px 10px;
	text-align: center;
}

#product-select-menu > * > *:has(> td) {
	cursor: pointer;
}

#product-select-menu > * > *:has(> td):hover {
	color: red;
}

table.invoice-items .pi-key {
	width: 60px !important;
}

table.invoice-items .pi-qty {
	width: 60px !important;
}

