﻿#viewer {
	position: relative;
	top: 0;
	left: 0;
	
	/* NOTE: the size and width should be set dynamically when initialized */
	width: 0;
	height: 0;
	
	width: 740px; height: 569px;
}
#viewer .well, #viewer .surface {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/* FIXME: let's apply this in GSV.js */
	/*cursor: grab;*/
	cursor: -moz-grab;
		_cursor: url(../images/grab.cur);
}
#viewer .surface {
	z-index: 20;	
	background: url(../images/blank.gif) no-repeat center center; /* all browsers including Mac IE */
   *background: url(../images/blank.gif) no-repeat center center; /* IE 7 and below */
   _background: url(../images/blank.gif) no-repeat center center; /* IE 6 and below */
		
	/* 
    width: 100%;
	height: 100%;
    */
}
#viewer .well {
	overflow: hidden;
	z-index: 10;
}
#viewer .well .tile {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	/*-moz-outline: 1px dashed #FF0000;*/
}
#viewer .controls        
{
	position: absolute;
	/* NOTE: the right and bottom can be adjusted when initialized */
	left: 7px;
	top: 7px;
	width: 21px;
	height: 44px;
	margin: 0;
	z-index: 30;
}
#viewer .controls a
{
	color: #000000;
	text-decoration: none;
	-moz-outline: none;
}
#viewer .controls a img {
	border: 0;
	vertical-align: middle;
}
#viewer .controls a:active {
	color: #FF0000;
}
#tooltip {
    padding: 3px;
    background: #aaa;
    text-align: center;
    font-size: smaller;
    color: #fff;
    font-weight: bold;
    border: solid 1px #666;
}
span.tip {
    
}
.typologyInfo {
    background-color: #fff; 
    border: solid 1px #666; 
    z-index: 99999; 
    position: absolute;
    left: 133px; 
    top: 50px; 
    display: none; 
    width: 477px; 
    padding: 5px;
}
.typologyInfoTitle {
    font-weight: bold;
}
.typologyCharacteristics {
    padding-right: 20px;
    padding-top: 3px;
}