div.appbox {
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	padding: 4px;
}

#list-area {
	height: 500px;
	color: Black;
	font-size: 0.8em;
	overflow: auto;
	width: 100%
}
#list-area div.rowStyle1 {
	background-color: white;
	width: 100%;
	height: 20px;
	line-height: 20px
}
#list-area div.rowStyle2 {
	line-height: 20px;
	height: 20px;
	width: 100%;
	background-color: #ccffcc
}
#list-area div.rowHilite {
	background-color: #83b3e2;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #00255e	
}
#list-area div.cell {
	border-right: 1px dotted #4e8ccf;
	padding-left: 2px;
	float: left
}
#list-area div.cell img {
}
#list-area div.cell_last {
	padding-left: 2px;
	float: left
}
#list-area a.select:link,a.select:visited {
	color: blue;
	text-decoration: underline
}
#list-area a.select:hover {
	color: red;
	text-decoration: underline
}
