body{
	background-color:#cccccc;
}

#map{
	width:800px;
	height:550px;
	margin-left:20px;
	margin-top:20px;
}

#details{
	position:absolute;
	border:1px black solid;
	/*background-color:#cccccc; */
	width:800px;
	min-height:600px;
	top:20px;
	left:20px;
	visibility:hidden;
}
#details #head{
	position:relative;
	width:100%;
	background-color:#B56CFF;
}
#details .rightcell{
	width:13px;
}
#details .but{
	cursor: pointer;
}
#details #image{
	text-align:center;
	vertical-align:middle;
}


.editsection{
	width:100%;	
}
.editsection .sublabel {
	text-align:right;
	padding-right: 10px;
}
.editsection .textblock {
	width:800px;
	text-align:left;
}
.editsection .entriesedit {
	width:800px;
}
.editsection .entriesedit th{
	text-align:left;
	border-bottom:2px solid black;
}
.editsection .entriesedit .entryrow {
	border-bottom:1px dotted black;
	padding-right: 10px;
}
