
#right-bar {
	width: 300px;
	float: right;
	height: 100%;
	background-color: white;
	padding-left: 20px;
	margin-left: 2px;
	z-index: 1;
}

.demo-heading {
	font-size: 11px;
	font-weight: bold;
}

span.action {
	font-weight: normal;
	text-align: right;
	padding-left: 4px;
}

a:visited {
	color: #0000ff;
}

.add-button {
	font-size: 11px;
}

#full-page {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9;
}

.translucent {
	opacity: 0.6;
	background-color: #dddddd;
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.info {
	opacity: 1.0; /* discarded, see http://developer.mozilla.org/en/docs/Useful_CSS_tips:Color_and_Background */
	background-color: #ffffff;
	vertical-align: middle;
	border: solid 2px black;
	z-index: 11;
	position: relative;
	margin: 0 auto;
	padding-top: 6px;
	padding-bottom: 9px;
	width: 60%;
	height: 80%;
	font-size: 11px;
}

.info-title {
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.query-text {
    overflow: auto;
}

#full-page-table {
	width: 100%;
	height: 100%;
}

#full-page-td {
	vertical-align: middle;
}

#people, #interests {
	overflow: auto;
	height: 200px;
}
