#trap-status
{
	width: 		320px;
	height: 	300px;
	border: 	1px solid #666666;
	overflow: auto;
	margin: 	5px;	
	line-height: 0.9em;
}


.trap-status-item
{
	display: flex;
	position: relative;
}

.trap-status-drop
{
	width: 12px;
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}

.trap-status-field
{
	font-family: 	arial;
	font-size: 		12px;
	color: 				#666666;
	margin-right: 5px;
	margin-left: 	5px;	
	cursor: 			pointer;	
}

.trap-status-time-field
{

}

.trap-status-host-field
{

}

.trap-status-detail
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #f0f0f0;
	border: 1px solid #666666;
	width: 420px;
	min-height: 50px;
	display: none;
	z-index: 10;
	padding: 5px;
	line-height: 0.9em;
}


.trap-status-detail-item
{
	display: flex;
}

.trap-status-detail-fieldname
{
	text-align: right;
	width: 60px;
	font-weight: bold;
	font-family: arial;
	color: #666666;
	font-size: 12px;
	margin-right: 5px;
	
}
.trap-status-detail-value
{
	font-family: arial;
	color: #666666;
	font-size: 12px;
}