/**
 * Style sheet for displaying image annotation tool (imageMap) library
 * ===========================================================================
 * Copyright 2010, University of Auckland
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 * ===========================================================================
 * @author Mike Gouline <gouline(at)gmail.com>
 * @date 01/10/2010
 */

img {
	border: 0px;
}

.imageMapViewport {
	/*position: absolute;*/
	background-color: transparent;
	left: 0px;
	top: 0px;
	/*width: 746px;
	height: 400px;
	overflow: auto;*/
}

.globalSection {
	display: none;
}
.fillSection {
	position: absolute;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
	z-index: 15;
}
.outlineSection {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	z-index: 16;
}
.guideSection {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	z-index: 14;
}
.imageMapCanvas {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:600;
}

.imageMapTipDiv {
	position: absolute;
	display: none;
	max-width: 450px;
	z-index: 500;
	background-color: #fff;
	padding: 0 10px 10px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.imageMapTipDiv h4 {
	margin: 5px 0 5px 0;
}

.imageMapTipDiv p {
	margin: 5px 0 5px 0;
}
.mediaFileWhite{
z-index:1001;
}
