body {
  	margin: 0px;
  	padding: 0px;
}

.titleText, .idText, .msgText {
	/* ACT-166021 */
	padding-left: 6px;
	margin: 0px;
}

.titleText {
	font-weight: bold;
}

.idText {
  	vertical-align: top;
  	text-align: left;
  	height: 19px;
}

.keyText {
	vertical-align: top;
  	text-align: right;
  	margin: 0px;
}

.searchText {
  	height: 21px;
  	margin: 0px;
  	padding-left: 2px;
}

.buttonsBar {
	background-color: white;
	border-color: #ef7f01;
	border-style: solid;
	border-width: 1px;
}

/*
.topBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
}
*/

.topCenter {
  	overflow-y: auto;
}

/* ACT-166021 */
.topCenter button {
	height: 2.25rem!important;
	width: 2.25rem!important;
}

.topLeft {	
	float: left;
	width: 150px;
}

.topRight {	
	float: right;
}

.topLeft, .topCenter, .topRight, .topBackground, .keyText {
	/* ACT-166021 */
	/*height: 60px;*/
	/* ACT-173764 */
	height: 2.5rem;	
}

#BodyLeftPanel {
	position: absolute;
 	left: 25px;
 	top: 60px;
}

.topBackground {
	width: 100%;	
}

a:hover {
	text-decoration: underline;
}