/**
*   Author: David Kubat 2010, david.kubat@gmail.com
*/

/* Map object */
#mapwrapper{ width: 512px; height: 512px; margin: auto auto; position: relative; float:left; z-index: 1; top:20px; 	 -moz-box-shadow: 0px 0px 2px 2px #999999;
    -webkit-box-shadow: 0px 0px 2px 2px #999999;
	box-shadow: 0px 0px 2px 2px #999999;}
#main_map { width: 512px; height: 512px; cursor: move; z-index: 1; margin: auto auto; overflow: hidden; /*keep map contents from spilling over if JS is disabled*/ }
#canvas { width: 512px; height: 340px; position: absolute; top: 0; left: 0; z-index: 127; display: none; cursor: crosshair; background-color: #fff; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }

.map-control { position: absolute; top: 30px; right: 10px; background: url(../images/map-control.png) no-repeat; height: 63px; width: 100px; z-index: 120;}
.map-control a { height: 18px; width: 18px; display: block; text-indent: -999em; position: absolute; outline: none; }
.map-control a:hover { background: #535353; opacity: .4; filter: alpha(opacity=40); }
.map-control a.left { left: 39px; top: 22px; }
.map-control a.right { left: 79px; top: 22px; }
.map-control a.up { left: 59px; top: 2px; }
.map-control a.down { left: 59px; top: 42px; }
.map-control a.zoom { left: 2px; top: 8px; height: 21px; width: 21px; }
.map-control a.back { left: 2px; top: 31px; height: 21px; width: 21px; }

/* Grave selection controls */
#confirm-grave, #cancel-grave  { display: none; }
.right {float: right;}
.left {float: left;}

div#small-info {
	position: absolute;
	padding: 15px;
	background-color: #FFFFAA;
	border: 2px solid #7d5434;
	display: none;
	z-index: 120;
	background-image: url(../admin/grafika/svetlyvzorek.jpg);
	opacity:1  !important;
		-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#saving { display: none; min-height: 20px; min-width: 105px; position: absolute; top: 100px; left: 40%; z-index: 5000; background-color: white; border: 1px solid black; padding: 16px;}