/* CSS Document */

#profiles {
	display: none;
	}
	
.profile_image {
	position: absolute;
	top: 0;
	right: 0;
	-moz-box-shadow: 0 1px 1px #ccc;
	}
	
.profile_position {
  margin: -10px 0 10px;
}

.profile_detail {
  clear: both;
  padding-right: 230px;
  min-height: 1px;
  
  position: relative;
}

.profile_detail:after {
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	}

.profile_stats {
	clear: both;
	margin: 2em 0;
	}

	
#stats_table {
	width: 100%;
	margin: 0;
	}
	
#stats_table th,
#stats_table td
 {
	text-align: left;
	padding: 4px 10px;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	background: url(stats_table_td.gif) repeat-x top;
	}
	
#stats_table th {
	width: 150px;
	padding-left: 0;
	font-size: 11px;
	}
	
#stats_table .odd {
	}
	
