div#squadStats
{
	position: absolute;
	top: 118px;
	left: 10px;
	width: 165px;
	height: 37px;
	text-align: center;
}
div#squadList
{
	position: absolute;
	top: 156px;
	left: 13px;
	width: 148px;
	height: 377px;
	padding: 5px;
	overflow: auto;
}
div#squadList div.squad, div#squadList div.character
{
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0px 2px 25px;
}
div#squadList div.member
{
	background-image:url(../pics/squad_bullet.png);
	background-repeat: no-repeat;
	background-position: 25px 5px;
	padding: 0px 0px 0px 40px;
}
div#squadList div.GM
{
	text-align: center;
	color: white;
	font-weight: bold;
}
div#squadList div.sectionTitle
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
