
#LeviathanNewTownIcon
{
	background-image:url(../skin/buttons/map_add.png);
	
}

#LeviathanTownListIcon
{
	background-image:url(../skin/buttons/map_magnify.png);
	
}

.RegionCells
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/emptycell.png);
	
}

,TownSidebar
{
	float:right;
}

.EmptyTownCells
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/emptycell.png);
	
}

.FilledTownCell
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/filledcell.png);
	
}

.SelectionCell
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/selectioncell.png);
	z-index:32768;
	
}

.ConstructionCell
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/constructioncell.png);
	
}

.TownViewerFrame
{
	border: 0px;
	padding: 6px;
	float: left;
}

.TownSidebar
{
	width: 330px;
	float:right;
	padding: 6px;
	padding-left:0px;
}

.LeviathanProduceGoodsIcon
{
	
}

.ConstructionStructures
{
	float:left;
}

.ConstructionStructureImages
{
	margin-left:2px;
	margin-right:2px;
	width:100px;
	height:100px;
}

.ConstructionStructureLabels
{
	text-align: center;
}


.LeviathanTooltip
{
	position:fixed;
	visibility:hidden;
	opacity:0.9;
	top:0px;
	left:0px;
	z-index:65536;
	background:#ffefef;
	padding:5px;
	barder: 1px solid #ffafaf;
}

.StandardLeviathanContainer
{
	height:400px;
	width:700px;
}

.LeviathanNewsTicker
{
	position:fixed;
	top:0px;
	left:0px;
	z-index:65536;
	background:#ffefef;
	padding:5px;
	barder: 1px solid #ffafaf;
}



.StructureCellResidential
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/cellR4.png);
	
}


.StructureCellRawMaterial
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/cellM4.png);
	
}


.StructureCellManufacturing
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/cellI4.png);
	
}


.StructureCellServices
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/cellS4.png);
	
}

.StructureCellShops
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/cellC4.png);
	
}

.StructureCellAmountEmpty
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/cellAmountEmpty.png);
	
}

.StructureCellAmountFull
{
	width:128px;
	height:128px;
	background-image:url(../skin/leviathan/cellAmountFull.png);
	
}

.LeviathanRankRank
{
	width:32px;
}

.LeviathanRankName
{
	width:96px;
}

.LeviathanRankOwner
{
	width:128px;
}

.LeviathanRankScore
{
	width:48px;
}

.LeviathanRankLevelSum
{
	width:48px;
}

.LeviathanRankLevelMax
{
	width:20px;
}

.LeviathanRankStructureCount
{
	width:32px;
}

.LeviathanRankCurrency
{
	width:40px;
}

.LeviathanRankPopulation
{
	width:48px;
}

.LeviathanRankResearchLevel
{
	width:32px;
}

.LeviathanRankQuality
{
	width:32px;
}

.LeviathanRankMilitary
{
	width:48px;
}

.LeviathanRankRebel
{
	width:48px;
}



#LeviathanRankRank
{
	padding-left:5px;
	text-align:center;
	width:32px;
}

#LeviathanRankName
{
	padding-left:5px;
	text-align:center;
	width:96px;
}

#LeviathanRankOwner
{
	padding-left:5px;
	text-align:center;
	width:128px;
}

#LeviathanRankScore
{
	padding-left:5px;
	text-align:center;
	width:48px;
}

#LeviathanRankLevelSum
{
	padding-left:5px;
	text-align:center;
	width:48px;
}

#LeviathanRankLevelMax
{
	padding-left:5px;
	text-align:center;
	width:20px;
}

#LeviathanRankStructureCount
{
	padding-left:5px;
	text-align:center;
	width:32px;
}

#LeviathanRankCurrency
{
	padding-left:5px;
	text-align:center;
	width:40px;
}

#LeviathanRankPopulation
{
	padding-left:5px;
	text-align:center;
	width:48px;
}

#LeviathanRankResearchLevel
{
	padding-left:5px;
	text-align:center;
	width:32px;
}

#LeviathanRankQuality
{
	padding-left:5px;
	text-align:center;
	width:32px;
}

#LeviathanRankMilitary
{
	padding-left:5px;
	text-align:center;
	width:48px;
}

#LeviathanRankRebel
{
	padding-left:5px;
	text-align:center;
	width:48px;
}


.StructureInformation
{
	border: 1px solid #BC7E7E;
	background: repeat scroll 0 0 #ffefef;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 2px;
	margin-bottom: 2px;

}

.TooltipHelpContainer
{
	float:right;
	margin-right:10px;
}


.TooltipHelpContainerLeft
{
	float:left;
	margin-right:10px;
}