.selectedRow {
	background-color:yellow;
}

.bgcolored {
	background-color: #E0E0E0;
}

.profile_picture {
	border-radius: 50%;
	width: auto;
	height: auto;
	display: none;
}

.horizontalMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #868E96;
	border:	1px solid #000;
}

.hMenuItem {
	float: left;
	display: block;
	color: white;
	text-align: left;
	padding: 16px;
	text-decoration: none;
}

.hMenuItem:hover {
	background-color: #111111;
}

.ListArea {
	width: 250px;
	height: 300px;
	overflow: auto;
	border:	1px solid #000;
}

.tree {
	width: 450px;
	height: 500px;
	overflow: auto;
}
.listItem {
	list-style-type: none;
}

.DetailedInfoArea {
	width: auto;
	height: 180px;
	overflow: auto;
	border:	1px solid #000;
}

.ui-autocomplete {
	position: absolute;
	z-index: 2150000000 !important;
	cursor: default;
	border: 2px solid #ccc;
	padding: 5px 0;
	border-radius: 2px;
}

/* styles for useradmin.php */
.matrixTable {
	width: 100%;
}

/* styles for dashboard_body.php */
.dashboardCard {
	width: 100%;
	border-style: solid;
	border-width: 4px 4px 4px 4px;
	border-color: grey;
	border-radius: 10px;
}
tr.border_bottom td {
	border-bottom: 3px solid black;
  }
