a:hover {
	text-decoration: none;
}

.highlight {
	background-color: yellow;
}

.default_show {
}

.default_hide {
	display: none;
}

.formfieldtype_oneline {
	/* TODO */
}

.formdatatype_name{
	/* TODO */
}

#detailwrapper {
	display:	none;
	position:	absolute;
	background-color:	white;
	border:	1px gray solid;
}
#detailheader {
	height:	25px;
	background-color: gray;
}
#detailtitle {
	color: white;
}
#detailcloser {
	float:	right;
}

.multifieldmember {
	padding-left: 20px;
}

.multifieldaddbutton {
	float:	right;
	position:	relative;
	margin-left:	10px;
	cursor:	pointer;
}

.multifieldremovebutton {
	float:	right;
	position:	relative;
	cursor:	pointer;
}

/* TODO */