.FemaleGender td {
	background-color: #FFF4FF;
}

.Even {
	background-color: #ECEBEB;
}

.Odd {
	background-color: #FFFFFF;
}

.Even, .Odd {
	padding: 4px 4px 4px 28px;
}

.Interests li {
	list-style-image: url(/static/pics/leaf2.gif);
	margin-top: 4px;
	vertical-align: top;
	/*color: #215D00;*/
	font-weight: normal;
}

.Interests a {
	font-size: 12px;
	/*color: #215D00;*/
}

.Interests li a {
	/*color: #215D00;*/
	font-weight: normal;
}

.Interests strong a {
	font-size: 12px;
}

.Interests td {
	font-family: Arial, Helvetica, sans-serif;
}

.Interests .Main td {
	font: 12px Arial, Helvetica, sans-serif;
	color: #215D00;
	padding: 8px 4px 8px 2px;
}

.Interests td {
	vertical-align: top;
}

.Interests th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B2B9C7;
}

.Interests th a {
	color: #FFFFFF;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}

th.InterestsLeafs span {
	color: #FFFFFF;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	text-decoration: none;
}

.Interests th a:hover {
	text-decoration: underline;
}

.Interests th {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
}

th.InterestsLeafs {
	background-color: #9E9999;
}

.MaleGender td {
	background-color: #F4FAFF;
}

.SearchResults th {
	background-color: #E4E4E4;
}

.SearchResults td {
	border-bottom: 1px solid #BEBEBE;
}

.SearchResults th a {
	font-size: 11px;
}

ul {
	padding-left: 22px;
	margin: 0;
	-moz-user-select: none;
}

li {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #215D00;
	font-weight: normal;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}

li.Closed, li.OpenedOpera {
	list-style: none inside url(/static/pics/folder_plus.gif);
}

.Closed ul {
	display: none;
}

li.Opened {
	list-style: none inside url(/static/pics/folder_minus.gif);
}

