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

table {
	border-collapse: collapse;
}
table#listApp td {
	vertical-align: middle;
	padding: 0px;
}
#listApp div#listAppLeft {
	width: 225px;
	height: 300px;
	overflow: auto;
	text-align: right;
	padding-right: 15px;
	background: #F3F3F3;
}
#listApp div#listAppRight {
	width: 225px;
	height: 300px;
	overflow: auto;
	text-align: left;
	padding-left: 15px;
	background: #F3F3F3;
}
#listApp .loading {
	text-align: center;
}
table#listApp dl {
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table#listApp div#listAppLeft dt {
	padding: 3px;
	padding-right: 0px;
	cursor: pointer;
	list-style-type: none;
	position: relative
}
table#listApp div#listAppRight dt {
	padding: 3px;
	padding-left: 0px;
	cursor: pointer;
	list-style-type: none;
	position: relative
}
#listApp a:hover {
	color: #0000FF;
}