

.clearFloatWindow{
	clear:both;
	position:relative;
	z-index:1000;
}



.floatWindow{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #D3DFE9;
/*	height:225px;	*/
	height:245px;
	position:absolute;
	width:280px;
	z-index:88;
/*	left:109px;*/
}
.floatWindowTitle{
	height:20px;
	width:280px;
	z-index:88;
	background-color:#FFFFFF;
}

.floatWindowTitleFont{
	color:#3C454B;
	float:left;
	font-size:12px;
	height:20px;
	line-height:20px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100px;
}

.floatWindowTitleClose{
	color:#3C454B;
	float:right;
	font-size:12px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin:0;
	overflow:hidden;
	padding:0;
	border:0px;
	width:60px;
	text-align:right;
}
.floatWindowContent{
	height:200px;
	width:280px;
	position:relative;
	z-index:88;
}
.floatWindowLink{
	color:#016EB5;
	cursor:pointer;
	float:left;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	width:45px;
	font-size:12px;
}
.subject{
/*	color:#FFFFFF;*/

}



/**AutoCompleteCSS**/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	z-index: 99999;
}

.ac_results ul{
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
/*	color:#000000;	*/
	color:#555555;
}

.ac_results li {

	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 13px;
	line-height: 20px;
	height:20px;
	overflow: hidden;
	font-family:SimSun;
	font-weight:bold;
	
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: white;
}

.ac_over {
	background-color: #4778DA;
	border:1px solid #4778DA;
	color:#FFF;
}



