#Main
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	
}

#MainStats 
{
	position: absolute;
	left: 240px;
	top: 35px;
}

#OtherStats
{
	position: absolute;
	left: 2px;
	width:230px;
}

table 
{
	border: solid darkorange 1px;
	border-collapse: collapse;
	margin-top: 1em;
}

table th 
{
	text-align: left;
	border: solid darkorange 1px;
	padding: 5px;
}

table td 
{
	border: solid darkorange 1px;
}

#MainStats table
{
	border: none;
}

.StatBlock table 
{
	
	margin: 1px;
}

.StatBlock table th
{
	padding: 2px;
	text-align: center;
	width: 20px;
	height: 25px;
}

.StatBlock table td
{
	padding: 2px;
	text-align:center;
	width: 20px;
	height: 25px;
}

.WEIS table 
{
	padding: 2px;
	margin: 0px;
	border: none;
}

.WEIS td
{
	padding: 0px, 2px;
	border: none;
	font-size: smaller;
}

#Stash table th
{
	text-align: center;
	
}

#Stash table td
{
	text-align: left;
	vertical-align: top;
	width: 230px;
	height: 305px;
}

#StashMany table th
{
	text-align: center;
}

#StashMany table td
{
	text-align: center;
	vertical-align: top;
	width: 230px;
}

#GangRating table
{
	margin-top: 0px;
}

#GangRating table th
{
	width: 100px;
}

#GangRating table td
{
	text-align: center;
	width: 120px;
}

#GangName
{
	position: absolute;
	left: 240px;
}

#GangName table
{
	margin-top: 0px;
}

#GangName table th
{
	width: 100px;
}

#GangName table td
{
	width: 200px;
}

#GangHouse
{
	position: absolute;
	left: 560px;
}

#GangHouse table
{
	margin-top: 0px;
}

#GangHouse table th
{
	width: 100px;
}

#GangHouse table td
{
	width: 200px;
}

.noborder td
{
	border: none;
}
