﻿.popup-trophy-container
{
	font-size: 16px;
	font-weight: bold;
}
.trophy-category-header
{
	background-color: #444;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	height: 25px;
	text-align: center;
	width: 645px;
	margin-bottom: 10px;
	padding-top: 5px;
}
.trophy-category
{
	width: 200px;
	padding-top: 5px;
	height: 20px;
	border: solid 1px #FFF;
	background: #DDD;
	color: #fff;
	text-align: center;
	vertical-align: text-bottom;
	font-weight: bold;
}
.trophy
{
	text-align: left;
}
.trophy-container
{
	position: relative;
	width: 645px;
	height: 142px;
	background-color: #EEE;
	margin-bottom: 10px;
}
.trophy-icon
{
	position: absolute;
	left: 555px;
	top: 27px;
	width: 90px;
	height: 115px;
	z-index: 10;
}
.trophy-name
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 645px;
	height: 33px;
	font-size: 12px;
	background-image: url('/images/trophy-header.png');
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 3px;
	vertical-align: text-bottom;
}
.trophy-earned
{
	position: absolute;
	left: 560px;
	top: 10px;
	width: 45px;
	height: 33px;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
	text-align: right;
}
.trophy-description
{
	position: absolute;
	left: 0px;
	top: 40px;
	width: 536px;
	height: 35px;
	font-size: 12px;
	color: #09263c;
	font-weight: bold;
	padding: 3px;
}
.trophy-requirements
{
	position: absolute;
	left: 0px;
	top: 73px;
	width: 536px;
	height: 45px;
	font-size: 10px;
	color: #444;
	font-weight: bold;
	padding: 3px;
}
.trophy-requirement
{
	position: relative;
	width: 536px;
}
.unearned
{
	color: Red;
}
