
.close {
	float: right;
	color: #f00;
	padding: 0 5px 0 0;
	cursor: pointer;
	font-weight: bold;
	font-family: Courier;
}

/* class */
.class {
	font-size: 9pt;
	font-family: Courier;
	border: solid #aaa;
	border-width: 5px 1px;
	background: #fff;
}
.class .title {
	padding: 2px;
	font-size: 10pt;
	font-weight: bold;
	background: #eee;
}
.class label {
	display: block;
	padding: 5px;
}
.class .in-attribute,
.class .in-function {
	background: #fee;
}
.class .in-attribute {
	margin: 3px;
	border: 1px dotted #00f;
	cursor: default;
}
.class .in-function {
	margin: 3px;
	border: 1px dotted #00f;
	cursor: default;
}

.class-popup {
	position: absolute;
	left: 0;
	top: 0;
}

/* attribute */
/* function */
.attribute, .function {
	margin: 2px 15px;
	height: 18px;
	line-height: 18px;
	clear: both;
}

.attribute-name, .function-name {
	float: left;
}
.attribute-type, .attribute-info,
.function-type, .function-info {
	float: right;
}

.type-sign, .info-sign {
	color: #666;
	border-bottom: 1px solid #666;
}

.attribute-over, .function-over {
	background: #fcc;
}

.attribute-focus, .function-focus {
	background: #faa;
}

/* comment */
.arguments, .comment {
	position: absolute;
	border: 3px solid #ccf;
	background: #eee;
	padding: 3px;
	font-size: 9pt;
	width: 200px;
	height: 50px;
}