@charset "UTF-8";
/* CSS Document */

.results {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	margin-top: 50px;
	/* [disabled]width: 300px; */
	margin-bottom: 50px;
}
.line, .line2 {
	/* [disabled]background: #9C0; */
	float: left;
	width: 750px;
	margin-bottom: 0px;
	padding-top: 0px;
}
.line {
	/* [disabled]border-top: 1px solid #C1D9EC; */
	/* [disabled]background: #FC0; */
}

.line2 {
	border-top: 1px solid #369;
	/* [disabled]background: #F39; */
}
.uplink {
	background: url(../screen/ARRup20.png) no-repeat 195px;
	float: right;
	height: 10px;
	width: 20px;
	padding: 11px 477px 2px 200px;
}
.uplink:hover {
	background: url(../screen/ARRup21.png) no-repeat 195px;
}
.initial {
	color: #369;
	width: 24px;
	/* [disabled]background: #CCCCCC; */
	float: left;
	font-size: 1.15em;
	font-weight: bold;
	padding: 3px 0;
	margin-left: 4px;
}
.line a {
	float: left;
	/* [disabled]padding-left: 4px; */
}
.line a:hover {
	background: #EAF4FF;  /* #DBE8F3; */
}
.line a:hover .head0 {
	color: #76A0C8;
}
.head, .head0 {
	width: 230px;
	float: left;
	/* [disabled]background: #9C9; */
	padding-left: 4px;
}
.head {
	color: #444;
}
.head0 {
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.head, .pagelink {
	border-top: 1px solid #C1D9EC;
	padding-top: 4px;
	padding-bottom: 4px;
}
.pagelink {
	background: url(../screen/linemarke.png) no-repeat left 8px;
	padding-left: 14px;
	color: #369;
	width: 502px;
	float: left;
}
.instruction {
	font-size: 13px;
	color: #666;
}
.alphabar {
	margin-bottom: 20px;
	float: left;
}
.alphabar a {
	background: #FFF;
	padding: 3px 9px;
	color: #069;
	margin: 0 4px 0 0!important;
	display: inline;
	float: left;
	border: 1px solid #91B9DE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	width: 9px;
	text-align: center;
}
.alphabar a:hover {
	background: #C5DDF0;
}
.listbox   {
	display: block;
	margin-bottom: 0px;
	float: left;
	width: 520px;
	/* [disabled]background: #9CF; */
}

.emptybox   {
	display: none;
}
.scroll {
	position: fixed;
	margin-left: 120px;
	margin-top: -2px;
}
.scroll:hover {
	/* [disabled]opacity:0.7; */
}
