
.hone_content {
	padding : 27px 0px 20px 20px;
}

.hone_title_set {
	border-bottom : 2px solid #626F76;
	height : 23px;
	margin : 0px;
	padding : 0px;
}

.hone_title_set h3 {
	-x-system-font : none;
	background : #FFFFFF url(../../img/grid/bull01.gif) no-repeat scroll 0 3px;
	color : #3E4D55;
	font-family : dotum;
	font-size : 14px;
	font-size-adjust : none;
	font-stretch : normal;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	letter-spacing : -1px;
	line-height : normal;
	padding : 0 0 0 8px;
}

.hone_search_set table {
	border-collapse : collapse;
	border-color : #E7E7E7;
	border-style : solid none none;
	border-width : 1px 0px 0px;
	margin-bottom : 10px;
	width : 100%;
}

.hone_search_set table tr th {
	height : 34px;
	background-color : #F2F2F2;
	border-bottom : 1px solid #E7E7E7;
	color : #333333;
	padding : 0 0 0 15px;
	text-align : left;
	vertical-align : middle;
	width : 100px;
	font-style : normal;
	font-weight : normal;
}

.hone_search_set table tr td {
	border-bottom : 1px solid #E7E7E7;
	padding : 0 10px;
}

.hone_button_set {
	background : #FAFAFA url(../../img/ext/plugin/grid/bg.gif) repeat-x scroll center top;
	border-color : #CCCCCC;
	border-style : solid;
	border-width : 1px;
	overflow : hidden;
	position : relative;
}

.hone_button_set2 {
	clear : both;
	float : left;
	padding : 1px;
}

.hone_button {
	float : left;
	display : block;
	cursor : pointer;
	padding : 1px;
}

.hone_button:hover {
	border: 1px solid #ccc;
	padding : 0px;
}

.hone_button div {
	float : left;
	padding : 1px 3px;
}

.hone_button:hover div {
	border-color : #FFFFFF #EEEEEE #EEEEEE #FFFFFF;
	border-style : solid;
	border-width : 1px;
	padding : 0px 2px;
}

.hone_button span {
	padding : 3px;
	padding-left : 20px;
	float : left;
}

/*
.hone_button {
	border: 1px solid #ccc;
	padding : 2px;
	padding-right : 5px;
	padding-left : 5px;
	width : 45px;
	cursor: pointer;
	text-align : right;
	margin : 5px;
}
*/

.hone_search {
	background: url(../../img/ext/plugin/grid/magnifier.png) no-repeat center left;
}

.hone_add {
	background: url(../../img/ext/plugin/grid/add.png) no-repeat center left;
}

.hone_delete {
	background: url(../../img/ext/plugin/grid/delete.png) no-repeat center left;
}

.hone_save {
	background: url(../../img/ext/plugin/grid/disk.png) no-repeat center left;
}

.hone_edit {
	background: url(../../img/ext/plugin/grid/pencil.png) no-repeat center left;
}

div.nSelect {
	position: absolute;
	height: 24px;
	width: 14px;
	z-index: 900;
	background: #fafafa url(../../img/ext/plugin/grid/fhbg.gif) repeat-x bottom;
	border: 0px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	top: 0px;
	left: 0px;
	margin-top: 1px;
	cursor: pointer;
	display: none;
}

div.nSelect div {
	height: 24px;
	width: 12px;
	border-left: 1px solid #fff;
	float: left;
	background: url(../../img/ext/plugin/grid/ddn.png) no-repeat center;
}		

div.nSelect.srtd {
	background: url(../../img/ext/plugin/grid/wbg.gif) repeat-x 0px -1px;
}


div.nSelectList td {
	padding: 2px 3px;
	border: 1px solid #eee;
	cursor: default;
}

div.label {
	float:left;
	width:60px;
	height:20px;
	border: 1px solid #eee;
	background: #336699;
	color : white;
	text-align : center;
	vertical-align : bottom;
	margin : auto;
	padding : 2px;
	font-weight : bold;
}

div.data {
	float:left; 
	width:126px;
	height:20px; 
	border: 1px solid #eee;
	margin : auto;
	padding : 2px;
}
div.label2 {
	float:left;
	width:60px;
	height:68px;
	border: 1px solid #eee;
	background: #336699;
	color : white;
	text-align : center;
	margin : auto;
	padding : 2px;
	font-weight : bold;
}

div.data2 {
	float:left; 
	width:522px;
	height:68px; 
	border: 1px solid #eee;
	margin : auto;
	overflow : auto;
	padding : 2px;
}

