﻿#importTo {}
	#listBox {width:230px;height:105px;overflow-y:scroll;}
		#listBox li{width:95%;padding:3px 5px;}
		#listBox span{font-size:9px;font-family:Arial;color:#666;float:right;margin-right:6px;}
		.repeaterList {background:#fafafa;}
		.selectListHover {background:#efefef;}
		#selectList {cursor:hand;}
		#listBox .pagebar {padding:0;}

	#importToJoin {display:none;}
	#createNew {display:none;margin:8px 0;}
		#createNew input {width:180px;padding:2px;}
		#createNew .caption {margin-bottom:9px;}
	.Area .nav li,#listBox .nav li {width:auto;padding:0 !important;float:left;}


#appendRow {position:absolute;width:830px;display:none;margin-top:-2px;z-index:99;}
	#appendRow ul {list-style:none;}
	#appendRow li {padding:3px 0;}
.Area { color:#000;}
	.Area .side_northwest {padding:13px;}
	.Area input { padding:1px; }
	.Area textarea { width:240px;height:50px; }
	.Area li { width:240px;list-style:none;}
	.cornerArea {background:#fff;}
	.submitArea {text-align:center;}
	.statusArea {display:none;width:95%;background:#fff url(/static/lexrus/styles_images/global/loading.gif) no-repeat 18px 5px;padding:5px 0;min-height:20px;* height:20px;}
	.msgArea {background:#FF6633;color:#fff;margin-bottom:8px;display:none;text-align:center;}
	.successArea {background: #009900;padding:10px;margin:0;}
	.loadingTd { background: url(/static/lexrus/styles_images/global/loading_ico.gif) no-repeat 60px 16px }
	.submitAlias { background: url(/static/lexrus/styles_images/global/loading_ico.gif) no-repeat 110px 10px }


	.pagebarMicro {margin-top:5px;border:none;}
		.pagebarMicro a {
			display:block;
			float:left;
			width:20px;
			height:16px;
			padding-top:2px;
			margin-right:3px;
			text-align:center;
			color:#666;
			border:1px solid #efefef;
			text-decoration: none;
		}
		.pagebarMicro a:hover {
			color:#f60;
			border:1px solid #f60;
		}
		.pagebarMicroCurrent {
			color:#f60 !important;
			border:1px solid #fff  !important;
		}