
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}

ul.menu {
  list-style-type: none;
  padding: 0em 1em;
}

.iText {
	width: 100% ;
}

#frmSearch td:last-child {
	padding: 12px 15px !important;
}

td:first-child {
	padding: 12px 15px !important;
}

#content > .inner > div {
padding: 1em !important;
}

#content > .inner > div > table {
width: 100%;
}

.hideEmpty:empty {
	display: none;
}