table.relations-table{ border:none; }
table.relations-table input.form-submit{ margin-bottom:0; }
	
table.relations-table tr.relation-head-row td{
	border       : 1px solid #CCC;
	background   : #EDEDED url(../images/folder-open.png) 8px center no-repeat;
	padding-left : 32px;
	font-weight  : bold;
}


table.relations-table td{	vertical-align : top; padding-right:0; }
table.relations-table td.icon{
	width         : 8%;
	padding-right : 20px;
	padding-top   : 8px;
	text-align    : right;
}
table.relations-table td.pid{
	color       : #AAA;
	font-weight : 0.8em;
	word-wrap   : nowrap;
}
table.relations-table td.label{
	overflow : hidden;
	text-overflow : ellipsis;
}

/* ADMIN FORM =============================================================== */
div.reverse_predicate{
	padding-left : 25px;
	background: url(../images/arrow-turn-000-left.png) 5px center no-repeat;
}

/* ADD RELATION FORM ======================================================== */
div.add-relation-form *{
	display:inline-block;
}