.ac_results {
	padding: 0px;
	border: 1px solid #000;
	width:220px;
	overflow:hidden;
	background-color:#FFDB90;
}

.ac_results ul {
	min-width: 185px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color:#FFDB90;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	min-width: 185px;
	background-color:#FFDB90;
	overflow: hidden;
	border-bottom:1px solid #D9C18D;
}
.ac_results li:hover {
	background-color:#D9C18D;
}

.ac_loading {
	background : url('../ajax/ajax-loader.gif') no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.ac_results .username {
	width:130px;
	display:block;
	overflow:hidden;
	float:left;
}
.ac_results .userid {
	width:30px;
	font-size:85%;
}
.ac_results .userid:before {
	content:"ID ";
}




/* This file skins sliders */

.ui-slider { width: 305px; height: 23px; position: relative; background-repeat: no-repeat; background-position: bottom right; }
.ui-slider-handle { position: absolute; z-index: 1; height: 23px; width: 12px; top: 0px; left: 0px; background-image: url("tablesorter/flora/i/slider-handle_wr.gif");  }
.ui-slider-handle-active { border: 1px dotted black;  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background: #B6A445; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%;
	margin-left:5px;}

/* Default slider backgrounds */
.ui-slider, .ui-slider-1 { background-image: url("tablesorter/flora/i/slider-bg-1_wr2.gif") !important; }


/* ----- add selectors here for font sizing ----- */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}

#contentPad{
margin:20px;
}

.formInfo a, .formInfo a:active, formInfo a:visited{
	background-color:#FF0000;
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url("tooltip/images/arrow_left_wr.gif");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-10px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url("tooltip/images/arrow_right_wr.gif");
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	z-index:101;
	height:23px;
	width:10px;
	margin-left:-1px;
    top:-3px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #9B6B3D;
	background-color: #F8F0CD;
	font-size:90%;
}

#JT_copy{
	padding:5px;
	color:#333333;
}

.JT_loader{
	background-image: url("../ajax/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left,
#JT_close_right{
	background-color: #FFDB90;
	border-bottom:1px solid #9B6B3D;
	text-align: left;
	padding: 2px 4px;
	font-weight:bold;
}

#JT_copy img{
	padding: 0px;
	border: 0px none;
}

#JT_copy ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

