/* IMIS CLASS ATTRIBUTED TO ALL TABLES */

.IMIS {
	font-family:Arial,Book Antiqua;
	color:#666666;
	font-size:12px;
}

.IMISEdit1 {
	background-color:#CCFFFF;
}
.IMISEdit2 {
	background-color:#6699FF;
}
INPUT.IMISEdit2, TEXTAREA.IMISEdit2, SELECT.IMISEdit2 {
	background-color:white;
	border: 1px solid #6699FF;
	margin: 1px;
	color:#6699FF;
}

A { text-decoration:none; }
HR.thinline {  border:0;height:1px; border-top:1px solid gray; line-height:3px; }

div.divclaimer {
	z-index:5;
	visibility:hidden;position:absolute;
	width:195px;height:60px;overflow:auto;
	text-align:center;
	background-color:lightyellow;
	border:gray 1px double; border-style:double;
	margin-top:10px;margin-bottom:10px;padding-left:10px;padding-right:10px;
}
div.innerdivclaimer {
	position:absolute;top:5px;bottom:5px;left:5px;right:5px;
}

div#gglmap { width:100%;height:250;display:none; }
iframe#gglfra { width:100%;height:100%;border: 1px solid gray; }

div.divAJAX {
	overflow:hidden;position:absolute;visibility:hidden;
	height:186px;border-style:solid;border-width:1px;
	padding-left:4px;padding-right:4px;background-color:white;
}
span.spanAJAX {
	behavior:url(hover.htc);
	background-color:white;
	cursor:pointer;
}
span.spanAJAX:hover, spanAJAX.hover {
	background-color:#CCCCCC;color:white;
}
IMG.UMAP {
	cursor:crosshair; border-style:solid; border-width:1px; border-color:gray;
}
IMG.PIC {
	cursor:pointer; border:1px solid gray;
}