@charset "utf-8";
/* CSS Document */
body {
	font-family:'Verdana', '宋体';
	font-size:12px;
}
.inputText {
	width:400px;
	height:20px;
	line-height:20px;
	color:#006600;
}
.button {
	width:80px;
	height:25px;
	line-height:20px;
	margin:0 4px;
	border-right: #7b9ebd 1px solid;
	padding-right: 2px;
	padding-top: 2px;
	border-top: #7b9ebd 1px solid;
	padding-left: 2px;
	font-size: 14px;
	color:#CC3300;
	font-weight:bold;
filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#cecfde);
	border-left: #7b9ebd 1px solid;
	cursor:pointer;
	border-bottom: #7b9ebd 1px solid;
}
.searchResult {
	border:#339900 solid 1px;
	border-top:none;
	background:#FFFFFF;
}
.searchResult ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
}
.searchResult ul li {
	height:20px;
}
.searchResult ul li a {
	display:block;
	color:#009900;
	background: #fff;
	text-decoration:none;
	width:99%;
	height:100%;
	line-height:20px;
	padding:0px 2px;
	cursor:pointer;
}
.searchResult ul li a:hover, .searchResult ul li a.hover {
	background:#99CC99;
	color:#006600;
}
.searchResult ul li a span.left {
	color:#0000CC;
	display:block;
	width:80%;
	float:left;
	clear:left;
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.searchResult ul li a span.right {
	display:block;
	width:20%;
	text-align:right;
	float:right;
	clear:right;
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
#SearchType {
	width:400px;
	margin:auto;
	padding:0px;
	text-align:left;
	color:#006600;
	font-weight:bold;
}
#Logo {
	margin-top:40px;
	text-align:center;
}
#Message{
	width:400px;
	margin:5px auto;
	padding:0px;
	text-align:left;
}

#HotKeys {
	width:400px;
	margin:10px auto;
	padding:0px;
	text-align:left;
	line-height:18px;
}
#HotKeys a {
	color:#0000FF;
	background: #fff;
	line-height:20px;
	padding:0px 2px;
}
