/* CSS Document */

.nomargin{
	margin: 0;
	padding: 0;
}
.minimargin{
	margin: 1em;
}
.icon_separate{
	margin-left: .75em;
}

.nodisplay{
	display: none;
}
.clear{
	clear: both;
}
.ontop:hover{
	position: relative;
	z-index: 1;
}

.fleft{
	float: left;
}
.fright{
	float: right;
}

.tcenter{
	text-align: center;
}
.tjustify{
	text-align: justify;
}
.tright{
	text-align: right;
}

.pointer{
	cursor: pointer;
}

.small{
	font-size: .75em;
}
.usmall{
	font-size: .6em;
}


a img{
	border: 0;
	text-decoration: none;
}


.addlink{
	padding-left: 20px;
	background: url("/ifaz/icons/add.png") no-repeat left center;
}

.followlink{
	padding-right: 14px;
	background: url("/ifaz/icons/follow.png") no-repeat right center;
}

address{
	font-style: normal;
}

.vcard dt{
	font-size: 1.1em;
	font-weight: bold;
}
.vcard dd{
	margin-left: 2em;
}
