
.MapTable {
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: #000000 #000000 #000000 #000000;
	position: relative;
}


.MapCell {
	padding: 2px 3px 3px 3px;
	border-style: solid;
	border-width: 3px 3px 3px 3px; 
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	background: #FFFFFF;
	position: relative;
	height: 72px;
	width: 52px;
	vertical-align:top;
}

.MapCellHalf {
	padding: 2px 3px 3px 3px;
	border-style: solid;
	border-width: 3px 3px 3px 3px; 
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	background: #FFFFFF;
	position: relative;
	height: 36px;
	width: 26px;
	vertical-align:top;
}

.BlankRoom {
	padding: 2px 3px 3px 3px;
	border-style: solid;
	border-width: 3px 3px 3px 3px; 
	border-color: #000000 #000000 #000000 #000000;
	background: #000000;
	position: relative;
	height: 72px;
	width: 52px;
	vertical-align:top;
}

.BlankRoomHalf {
	padding: 2px 3px 3px 3px;
	border-style: solid;
	border-width: 3px 3px 3px 3px; 
	border-color: #000000 #000000 #000000 #000000;
	background: #000000;
	position: relative;
	height: 36px;
	width: 26px;
	vertical-align:top;
}

.MonsterImage { 
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 58px;
	width: 50px;
	z-index: 1;
	display: block;
} 

.MonsterImageHalf { 
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	height: 29px;
	width: 25px;
	z-index: 1;
	display: block;
} 

.Icon {
	position: absolute;
	z-index: 2;
	height: 16px;
	width: 16px;
	border-style: solid;
	border-width: 1px;
	border-bolor: #000000;
	display: block;
}

.IconHalf {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 12px;
	width: 12px;
	border-style: solid;
	border-width: 1px;
	border-bolor: #000000;
	display: block;
}

.Icon1 {top: 1; left: 0;} 
.Icon2 {top: 1; left: 34;} 
.Icon3 {top: 43; left: 0;} 
.Icon4 {top: 43; left: 34;} 

.Icon1Half {top: 1; left: 0;} 
.Icon2Half {top: 1; left: 13;} 
.Icon3Half {top: 18; left: 0;} 
.Icon4Half {top: 18; left: 13;} 

.CellIDLink {
	position: absolute;
	top: 48;
	left: 17;
	width: 18;
	z-index: 3;
	border-style: solid;
	border-width: 1px;
	border-bolor: #000000;
	background: #FFFFFF;
	display: none;
	text-align:center;
	font-size: 9px;
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	text-transform: upper;
}

.CellIDLinkHalf {
	position: absolute;
	top: 19;
	left: 4;
	width: 19;
	z-index: 3;
	border-style: solid;
	border-width: 1px;
	border-bolor: #000000;
	background: #FFFFFF;
	display: none;
	text-align:center;
	font-size: 9px;
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	text-transform: upper;
}

.Nwall {border-top-color: #000000;}
.NPlatinum {border-top-color: #FD0007;}
.NCopper {border-top-color: #3F882B;}
.NSocket {border-top-color: #70F34C;}
.NBrass {border-top-color: #E08E00;}
.NGolden {border-top-color: #FFF82F;}
.NSilver {border-top-color: #A7A7A7;}
.NSkeleton {border-top-color: #0221F0;}
.NIron {border-top-color: #CB00DA;}
.NMagical {border-top-color: #33CCFF;}

.EWall {border-right-color: #000000;}
.EPlatinum {border-right-color: #FD0007;}
.ECopper {border-right-color: #3F882B;}
.ESocket {border-right-color: #70F34C;}
.EBrass {border-right-color: #E08E00;}
.EGolden {border-right-color: #FFF82F;}
.ESilver {border-right-color: #A7A7A7;}
.ESkeleton {border-right-color: #0221F0;}
.EIron {border-right-color: #CB00DA;}
.EMagical {border-right-color: #33CCFF;}

.SWall {border-bottom-color: #000000;}
.SPlatinum {border-bottom-color: #FD0007;}
.SCopper {border-bottom-color: #3F882B;}
.SSocket {border-bottom-color: #70F34C;}
.SBrass {border-bottom-color: #E08E00;}
.SGolden {border-bottom-color: #FFF82F;}
.SSilver {border-bottom-color: #A7A7A7;}
.SSkeleton {border-bottom-color: #0221F0;}
.SIron {border-bottom-color: #CB00DA;}
.SMagical {border-bottom-color: #33CCFF;}

.WWall {border-left-color: #000000;}
.WPlatinum {border-left-color: #FD0007;}
.WCopper {border-left-color: #3F882B;}
.WSocket {border-left-color: #70F34C;}
.WBrass {border-left-color: #E08E00;}
.WGolden {border-left-color: #FFF82F;}
.WSilver {border-left-color: #A7A7A7;}
.WSkeleton {border-left-color: #0221F0;}
.WIron {border-left-color: #CB00DA;}
.WMagical {border-left-color: #33CCFF;}

