/*
	.IMIS : attributed to all tables
	.divAJAX, .spanAJAX : auto-fill dropdown textbox in searches (bounding box, inner text box)
	.NW : no wrap fields
	.IMISEdit1, .IMISEdit2 : fiels for web input (old version)
	A : global IMIS a href style (links are not underlined)
	.thinline : to create a thin line with HR
	.divclaimer, .innerdivclaimer : disclaimer for pdf files (bounding box, inner text box)
	#gglmap, #gglfra, #gglinfo : Google map linked to location of institutes aso (map, frame, info)
	.UMAP, .PIC : clickable maps
	.checkbox, .checkbox_yellow : checkbox for input (new web input)
*/

	.IMIS,
	.spanAJAX, .NW { font-family:Arial,Book Antiqua;color:#666666;font-size:12px; }
	.NW { white-space:nowrap; }

	.IMISEdit1 { background-color:#CCFFFF; }
	.IMISEdit2 { background-color:#6699FF; }
	INPUT.IMISEdit2, TEXTAREA.IMISEdit2, SELECT.IMISEdit2 {
		border: 1px solid #6699FF; margin: 1px;
		background-color:white; color:#6699FF;
	}

	A { text-decoration:none; }
	HR.thinline {  border:0;height:1px; border-top:1px solid gray; line-height:3px; }

	div.toggle { display:none; border:1px; border-style:dashed; }

	div.divclaimer { font-size:13px;
		z-index:10;display:none;position:absolute;top:-100%;left:25%;width:100%;height:auto;
		text-align:center;padding:5 10;background-color:lightyellow;border:gray 1px solid;
	}
	td > div.divclaimer { position:fixed;top:25%;left:20%;width:60%; }
	div.innerdivclaimer { min-height:30px;height:auto; }

	div#gglmap { width:100%;height:250px;display:none; }
	iframe#gglfra { width:100%;height:100%;border: 1px solid gray; }
	table#gglinfo { font-family:Arial,Book Antiqua; }

	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;
		font-size:11px;
	}
	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; }

	.checkbox, .checkbox_yellow, .checkbox_disabled {
		width: 20px; height: 20px; padding: 0 0 0 0;
		background: url(/Images/imis/icons/checkbox.png) no-repeat;
		display: block; clear: left; /*float: left;*/
	}
	.checkbox_yellow { background: url(/Images/imis/icons/checkbox_yellow.png) no-repeat; }
	.checkbox_disabled { background: url(/Images/imis/icons/checkbox_disabled.png) no-repeat; }
