
#detail{
	position: absolute;
	width:100%;
	min-width:800px;
	left: 0px;
	top: 60px;
	bottom: 0px;
	overflow: hidden;
	background: #0650cb;
	font-weight: normal;
}

#tabDetail{
	width:99%;
	overflow: hidden;
}

table.detail01{
	margin: 0;
	width:97%;
	text-align:center;
	background-color:#ffffff;

}

hr.detailHr{
	border:none;
	border-top:solid 2px #1e90ff;
	height:1px;
	color:#ffffff;
	margin: 0 6 0 6;
}

table.detail02{
	border-bottom: 0px;
	width:100%;
	font-weight: normal;
}
table.detail02 th{
	width:250px;
	height:25px;
	text-align:left;
	background: #ffffff;
	border-bottom: 2px solid #0650cb;
}
table.detail02 td{
	text-align:left;
	background-color: #ffffff;
}

table.searchCond{
	width:1000px;
}
table.searchCond thead th{
	text-align:left;
	vertical-align: middle;
	background-color: #0650cb;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	white-space: nowrap;
}
table.searchCond td{
	text-align:left;
	vertical-align: middle;
	white-space: nowrap;
}
table.searchCond tr:nth-child(even) td{
	background: #ffffff;
}

table.keyWord{
	border-collapse:collapse;
}
table.keyWord th{
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align: middle;
	border: none;
	border-radius: 5px;
}
table.keyWord td{
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align: middle;
}
table.keyWord tr:nth-child(even) td{
	background: #ffffff;
}

table.list th.listThC {
	border: 1px solid #008000;
	text-align:left;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;
	background: #00ff00;
	white-space: nowrap;
}

div.candiSearchDiv{
	float:left;
	height:auto;
	margin: 0 auto;
	padding:0;
	display: table-cell;
	vertical-align: middle;
}

.button-candidate{
	float:left;
	height:auto;
	margin:-5px 0 0 0;
	padding:0;
	font-size: 70%;
	overflow:hidden;
}

#tabTemp, #tabInfo, #tabHelp0, #tabHelp2, #tabHelp3{
	border:none;
	background-color: #ffffff;
	overflow: auto;
}

#tabResult{
	border:none;
	background-color: #ffffff;
	overflow:hidden;
}