@charset "utf-8";
/* CSS Document */

body {
	font-size:76%;
	font-family:Tahoma, Trebuchet MS, Georgia, "Times New Roman", Times, serif;

}

.relationshipTbl {
	display:block;
	margin:auto;
	width:90%;
	padding:0;
  	border-radius: 3px;
	min-width:1000px;
		overflow: auto;
		z-index:1000;
}

.rlnRowHead .rlnCell, .rlnCell-1 {
	font-weight:bold;
	background:#3C3C3C;
	color:#CCC;
}

.rlnRow, .rlnRowHead {
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}

.relationshipTbl div.rlnCell, .relationshipTbl div.rlnCell-1 {
	padding:6px 1px;
	border:1px solid #CCC;
	width:9.6%;
	float:left;
	height:50px;
}

.relationshipTbl div.rlnCell {
	text-align:center;
}

ul {
	list-style:none;
	margin-left:100px
}

li {
	line-height:18px;
	padding-left:18px;
	background:url(../images/leaf.gif) 0 5px no-repeat;
	margin-bottom:6px;
}

li i {
	margin-right:5px;
	color:#D3B996;
}

.clear { /* All-purpose float clearer. Use as a last resort */
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1px;
	height: 0px;
	width: 1px;
	overflow: hidden;
}