/* */
.master {
	border-collapse:	collapse;
}

.COL_0, .COL_1, .COL_2, .COL_3 {
	vertical-align:		top;
	padding:			0px;
}


.MENU_0, .MENU_1, .MENU_2, .MENU_3 {
	cursor:				pointer;
	color:				#000000;
	padding:			2px;
	margin-bottom:		0px;
	font-size:			10px;
	text-align:			left;
	border:				1px solid #000;
	border-bottom:		0px;
}

.MENU_0 {
	width:				180px;
	background-color:	#A2DBA8;
	text-overflow:		ellipsis;
	overflow:			hidden;
	white-space:		nowrap;
}
.MENU_1 {
	width:				215px;
	background-color:	#82C9A9;
}
.MENU_2 {
	width:				305px;
	background-color:	#CFE2D4;
}
.MENU_3 {
	width:				470px;
	background-color:	#E5FEE4;
}

span div.MENU_0:last-child,
span div.MENU_1:last-child,
span div.MENU_2:last-child,
span div.MENU_3:last-child {
	border-bottom:		1px solid #000;
}


.MENU_1, .MENU_2, .MENU_3 {
	display:			none;
}

table.apply {
	width:				800px;
	border-collapse:	collapse;
	margin-top:			10px;
}

td.title {
	width:				100px;
	font-size:			12px;
	text-align:			left;
}
td.code {
	width:				50px;
}
td.name {
	width:				500px;
}
td.act {
	width:				50px;
}

.eCode {
	width:				30px;
	font-size:			10px;
	color:				#000000;
	background-color:	#eeeeee;
}

.eName {
	width:				450px;
	font-size:			10px;
	color:				#000000;
	background-color:	#eeeeee;
}
