.stats{
	font-weight: bold;
	font-size:14px;
	margin:15px 0 10px 0;
}
.achivment-title {
	font-weight: bold;
	font-size:16px;
	margin:15px 0 10px 0;
}
.achivment-body{
	width:520px;

}
.achivment-item{
	float:left;
	width:150px;
	height:150px;
	margin:20px 0 0 20px;
	cursor:pointer;
	position:relative;

}
.achivment-text{
	display: none;
	width:100%;
	position: absolute;
	top:80px;
	left:5px;
	text-align:center;
	font-size:18px;
	color:white;
	background-color: black;
	opacity:0.4;
	z-index:10;
	padding: 10px 0;
}
.achivment-complete {
	background: transparent url('/images/complete.png') no-repeat center center;
	width:48px;
	height:48px;
	display:none;
	position:absolute;
	top:10px;
	left:100px;
	z-index: 10;
}
.achivment-detail-img .achivment-complete{
	left:180px;
}
.complete .achivment-complete {
	display: block;
}
.active .achivment-text {
	display:block;
}
.achivment-img {
	zoom: 1;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: top;
	border:5px solid gray;
}
.achivment-gray {
	display: block;
}
.achivment-color {
	display:none;
}
.active .achivment-gray {
	display:none;
}
.active .achivment-color {
	display:block;
	border-color: black;
}

.complete  .achivment-color {
	display: block;
	border-color:black;
}
.complete  .achivment-gray {
	display: none;
}

.players-title{
	font-size:16px;
	margin:15px 0 5px 0;
	font-weight: bold;
	cursor:pointer;
}
.players-list{

}
.players-column{
	width:160px;
	float:left;
}
.player-item{
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
}
.players-list .selected{
	color:red;
}
.player-item:hover{
	text-decoration: underline;
}
.achivment-detail{

}

.achivment-detail-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;

}
.achivment-detail-img{
	float:left;
	width:270px;
	margin:20px 0;
	font-size: 14px;
	position:relative;
}
.achivment-detail-description{
	float:left;
	width:200px;
	margin:20px 0;
	font-size: 14px;
}
.achivment-detail-reward{
	margin:20px 0;
	font-size: 14px;
}
#backToList{
	text-decoration: underline;
	cursor:pointer;
	font-weight: bold;
}
.current-player-title{
	font-size:14px;
	font-weight:bold;
}
.confirm-title {
	font-weight:bold;
	font-size: 16px;
	margin:0 0 10px;
}
.confirm-img {
	margin:0 20px 20px 0;
	float:left;
	width:150px;
}