.trOver{
	background-color: #CCFFFF;
}

.trOut{
	background-color: white;
}

.formatLength{
	width: 180px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: blue;
	
}
.nociceLength{
	width: 175px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: blue;
	
}

.tjLength{
	width: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: blue;
	
}


.moveDiv{
	position: absolute;
	width: 300px;
	background-color: #CCCCCC;
	padding: 10px;
}


.divHeader {
	background: #99CCFF;
	font-size: 12px;
	color: #fff;
	width: 100%;
	height: 30px;
}