.user table {
	width: auto;
	margin-left: 20px;
	margin-right: 10px;
}
.user td {
   padding-top: 3px;
	padding-right: 10px;
   padding-bottom: 3px;
   vertical-align: top;
}
.user th {
  text-align: right;
   padding-top: 3px;
	padding-right: 10px;
   padding-bottom: 3px;
   vertical-align: top;
}

.username {
   float: left;
	color: #7667C6;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 50px;
}



.pregnameter_belly {
  width: 67px;
  height: 88px;
	background-image: url(../img/background/title/pregnant.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	text-align: left;
	margin-right: 15px;
	margin-top: 0px;
}
.belly_month {
	color: #BC9CFD;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	line-height: 30px;
	left: 18px;
	top: 37px;
}
.pregnameter_label {
  width: 150px;
  line-height: 20px;
	margin: 10px 0px 0px 0px;
	padding: 3px 3px 3px 8px;
	text-align: left;
	vertical-align: middle;
	font-size:10px;
	float: right;
}
.pregnameter_value {
  border-right: thin solid black;
  width: 40px;
  line-height: 20px;
	margin: 10px 0px 0px 0px;
	padding: 3px 8px 3px 3px;
  color: #7667C6;
  font-size: 12px;	
  text-align: right;
	vertical-align: middle;
	float:right;
}

.userlist th {
   background-image: url(../img/background/title/gray.jpg);
	background-position: top;
	background-repeat: repeat-x;
   vertical-align: bottom;
   font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: thin solid #7667C6;
	padding: 3px 3px 3px;
}

.userlist td {
	font-weight: normal;
   vertical-align: top;
	padding: 7px 2px 5px 2px;
	border-bottom: thin solid;
}

.centered {
	vertical-align: middle;
	text-align: center;
}

.male_user a:link {
	color: #7667C6;
	font-weight: bold;	
}
.male_user a:visited {
	color: #7667C6;
	font-weight: bold;
}
.male_user a:hover {
	color: #7667C6;
	font-weight: bold;
	text-decoration: none;
}

.male {
   vertical-align:top;
	font-size: 11px;
	font-weight: normal;
/*	background-color: #EFF4FA; */
}
.male a:link {
	color: #7667C6;
	font-weight: normal;
}
.male a:visited {
	color: #7667C6;
	font-weight: normal;
}
.male a:hover {
   text-decoration: underline;
	color: #7667C6;
	font-weight: normal;
}

.female_user a:link {
	color: #FE6614;
	font-weight: bold;	
}
.female_user a:visited {
	color: #FE6614;
	font-weight: bold;
}
.female_user a:hover {
	color: #FE6614;
	font-weight: bold;
	text-decoration: none;
}


.female {
   vertical-align:top;
	font-size: 11px;
	font-weight: normal;
/*	background-color: #FEF4F2;*/
}
.female a:link {
	color: #FE6614;
	font-weight: normal;
}
.female a:visited {
	color: #FE6614;
	font-weight: normal;
}
.female a:hover {
   text-decoration: underline;
	color: #FE6614;
	font-weight: normal;
}
.pregnant {
   vertical-align: top;
	background-image: url(../img/users/pregnant.gif);
	background-repeat: no-repeat;
	background-position: bottom;
   width: 40px;
	height: 35px;
   font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}

.girl {
   vertical-align: top;
   font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #FE6614;
   width: 40px;
	height: 35px;
	background-image: url(../img/users/girl.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

.boy {
   vertical-align: top;
   font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #7667C6;
   width: 40px;
	height: 35px;
	background-image: url(../img/users/boy.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

.baby_girl {
   vertical-align: top;
   font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #FE6614;
   width: 40px;
	height: 35px;
	background-image: url(../img/users/baby_girl.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}

.baby_boy {
   vertical-align: top;
   font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #7667C6;
   width: 40px;
	height: 35px;
	background-image: url(../img/users/baby_boy.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}
