.tileviewer {
	position: relative;
	border: 0px solid black;
	line-height: 0%; /*without this, there will be a weird bottom space..*/
}
.tileviewer #canvas {
	
}

.tileviewer #annotationCanvas {
	border: 1px #00cc00 solid;
}

.tileviewer p.status {
	width: 120px;
	height: 200px;
	position: absolute;
	font-size: 9pt;
	top: 8px;
	right: 7px;
	line-height: 12px;
	color: #cc0000
}

.tileviewer p.viewerControls {
	width: 160px;
	height: 24px;
	position: absolute;
	top: 8px;
	right: 7px;
	border: solid 1px #000000;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.7);
	
	opacity: 0.7;
	
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

.tileviewer p.viewerControlsWithAnnotations .tileViewToolbarRow {
	margin-bottom: 5px;
	padding: 0px;
}

.tileviewer p.viewerControlsWithAnnotations {
	width: 150px;
	height: 62px;
	position: absolute;
	top: 8px;
	right: 7px;
	border: solid 1px #000000;
	padding: 3px;
	background-color: rgba(255, 255, 255, 0.7);
	
	opacity: 0.7;
	
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
}

.tileviewer p a.tileviewerControl {
	margin:0 5px 0 5px;
	opacity: 0.5;
}

/*
.tileviewer canvas.mode_pan:active {
cursor: pointer;
}
.tileviewer canvas.mode_pan:active {
cursor: move;
}
*/
