/* sticky
--------------------------------- */

* { margin:0; padding:0; }

html, body { height: 100%; }

#jgnt_wrapper { min-height: 100%; }

#jgnt_main { overflow:auto; padding-bottom: 90px; }

#jgnt_bottom {
	position: relative;
	margin-top: -90px; /* negative value of footer height */
	height: 90px;
	clear:both;
} 

/* Opera Fix */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* general
--------------------------------- */

#jgnt_main div.content {
	margin-bottom: 25px;
}


/* autocomplete
--------------------------------- */

.autocomplete-w1 { background:url(/images/shadow.png) no-repeat bottom right; position:absolute; top:4px; left:3px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete-w2 { padding:0 0 0 0; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { font-size: 12px; padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#859968; }
