@CHARSET "ISO-8859-1";
#eh-main-css-wrapper {
	border: 2px solid #FFFFFF;
	width:990px;
	margin: auto;
}

.eh-heading1{
	height: 20px;
	color: #2E74B2;
	background-color: #C5DDFC;
	margin-bottom : 30px;
	padding: 10px;
	border: 1px solid #2E74B2;
	border-radius: 3px;
	text-align: center;
	font:18px Tahoma, Arial, Helvetica, sans-serif;
}

.eh-heading2{
	height: 20px;
	color: #2E74B2;
	background-color: #C5DDFC;
	margin-bottom : 30px;
	margin-top:40px;
	padding: 5px;
	border: 1px solid #2E74B2;
	border-radius: 3px;
	text-align: center;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
}


#playerProfile{
	margin-top : 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	font:13px Tahoma, Arial, Helvetica, sans-serif;
	border-right: 1px solid #2E74B2;
	border-top: 1px solid #2E74B2;
	border-bottom: 1px solid #2E74B2;
	border-radius: 3px;
	
}

table.displayProfile tr.top{
border-top: 1px solid #000;
background-color: #C5DDFC;
height: 30px;
}

table.displayProfile tr.end{
border-top: 1px solid #000;
background-color: #C5DDFC;
height: 3px;
}

table.displayProfile td.info{
border-top: 1px solid #2E74B2;
background-color: #C5DDFC;
height: 20px;
padding: 8px;
}

table.displayProfile td.pics{
border: 1px solid #CD0A0A;
width: 150px;
}
