/* P6 use */

div.main {
	background: #000000;
	position:absolute;
	top:0px;
	left:0px;
	width:1800px;
	height:700px;
}

/*	overflow:auto;*/


a
{
	color: #333366;
	text-decoration: underline;
    	font-size: 12px;
}


.movable {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 100px;
	top: 100px;
	background-color: yellow;
	cursor:pointer;
	border:solid 1px gray;
}



.mapBackground {
	background: #777777;
	position: absolute;
	top:0px;
	left:200px;	
	width: 1400px;
	height: 700px;
	z-index: 1;
}


.menue {
	position: absolute;
	background: #FFFFFF;
	width: 200px;
	height: 700px;
	z-index: 1;
}

.menueLabel {
	position: absolute;
	font-size:20px;
	width: 100px;
	z-index: 1;
	left: 0px;
}

.menueContent {
	position: absolute;
	font-size:20px;
	width: 100px;
	z-index: 1;
	left: 100px;
}

.fieldMenue {
	position: absolute;
	width: 140px;
	height: 180px;
	background-color: #CCFFFF;
	border:solid 1px gray;
	z-index: 0;
}


.menueItem {
	position: absolute;
	width: 138px;
	height: 81px;
}

.smallFont {
	font-size:10px;
}


.towerMenue {
	position: absolute;
	width: 140px;
	height: 50px;
	background-color: #CCFFFF;
	border:solid 1px gray;
	z-index: 0;
}


.gameOver {
	position: absolute;
	width: 300px;
	height: 300px;
	left: 300px;
	top: 200px;	
	background-color: #CCFFFF;
	border:solid 1px gray;
	z-index: 150000;
	display: none;
}


.bigFont {
	font-size:20px;
}


.menuInvalid {
	position: absolute;
	width: 200px;
	height: 700px;
	z-index: 0;
}


/* not decided*/
.copyMenue {
	position: absolute;
	width: 130px;
	height: 25px;
	background-color: #CCFFFF;
	border:solid 1px gray;
	z-index: 1;
}

div.fieldMenue img {
	cursor: pointer;
}

div.copyMenue img {
	cursor: pointer;
}

div.fieldMenue div {
	font-size:16px;
	height: 20px;
}



.itemDiv {
	cursor: pointer;
}

div.fieldMenue select {
	font-size:12px;
	width:120px
}







.headerFont {
	font-size:30px;
}

.hiddenArea {
	visibility:hidden;
}


