/* Previous entry button */
.previousEntryDetailFlag {
	border: none;
	background: url("../img/line/previousOrderProposalLineDetailFlagButton.png");
	background-repeat:no-repeat;
	width: 30px;
	height:25px;
	cursor: hand;
	vertical-align:bottom;
}

/* Next entry button */
.nextEntryDetailFlag {
	border: none;
	background: url("../img/line/nextOrderProposalLineDetailFlagButton.png");
	background-repeat:no-repeat;
	width: 30px;
	height:25px;
	cursor: hand;
	margin-left:5px;
	vertical-align:bottom;
}

/* Network tree */
.ADMGeneralParameterManagementTreeDiv{
	height: 200px;
	overflow-x: auto;
	padding-right:18px;
	overflow-y: auto;
	float:left;
	min-width: 400px;
}
