.PaperDoll {
	background-image:url('/images/parchment_gray_dark.jpg');
	width:400px;
	height:400px;
	padding:10px;
	border:1px solid black;
	margin:0 auto;
}

.PaperDoll table.Foundation {
	width:100%;
}

.PaperDoll td.ItemSlot {
	width:36px;
	height:36px;
	font-size:9px;
	padding:0;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}

.PaperDoll .InfoPane {
	border:1px solid #404040;
	margin-bottom:10px;
	margin-top:5px;
	height:310px;
	width:285px;
	overflow-y:auto;
	overflow-x:hidden;
	font-size:11px;
	color:white;
}

.PaperDoll .Name {
	text-align:center;
	font-size:16px;
	color:white;
}
.PaperDoll .Name a {text-decoration:none;color:white;}

.PaperDoll .Race {
	text-align:center;
	font-size:11px;
	color:yellow;
}

.PaperDoll .Owner {
	text-align:center;
	font-size:11px;
	color:yellow;
	padding-bottom:4px;
}

.PaperDoll .InfoBlock {
	border-bottom:1px solid #454545;
	text-align:left;
	padding-bottom:8px;
	padding-left:5px;
}
.PaperDoll .InfoBlock .Title {
	font-weight:bold;
	text-align:center;
	margin-left:-5px;
	padding:2px 0;
}