th, td{
	border:1px solid #444444;
	padding : 10px;
}
.mngArea{
	width:100%;
	height:450px; 
	margin: 10px auto;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#f2f4f7;
	border-radius:10px;
}
.mngArea2{
	width:100%;
	height:100%; 
	margin: 10px auto;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#f2f4f7;
	border-radius:10px;
}

.h3title {
	font-size: 24px;
	line-height: 1.3;
	margin: 0 auto;
	font-weight: 700;
	text-align:center
}


.searchBox{
	width:100%;
	margin:0 auto;
}

.searchTable{
	width:98%;
	margin:0 auto;
}
.searchItemName{
	width:174px;
	height:20px;
	font-weight:bold;
	font-size: 15px;
	color: #666666;
	text-align:center;
}
.searchItemValue{
	background-color:#ffffff;
	width:150px;
	font-size: 15px;
	color: #666666;
}

.searchIndexAlpha{
	font-size: 15px;
	color: #ff0000;
	cursor:pointer;
}

.resultList100{
	width:100%;height:100%;float:left;
	overflow-y:auto;
}

.resultListLeft{
	width:75%;height:400px;float:left;
	overflow-y:auto;
}
.resultListRight{
	width:25%;height:400px;float:left;
	overflow-y:auto;
}
.resultItem{
	width:100%;
}
.resultItemHeader{
	width:30%; float:left; margin:1px auto;
}
.resultItemValue{
	width:70%; float:left; margin:1px auto;
}

.resultItemHeader1{
	width:10%; float:left; margin:1px auto;
}
.resultItemValue1{
	width:90%; float:left; margin:1px auto;
}

.codeGrpInput{
	width:100%; height:20px;
}
.codeInput{
	width:100%; height:20px;	
}

.modal {
    display: none; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	width:900px;
    background-color: #fefefe;
    margin: 10px auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    border-radius:10px;                          
}
