@charset "utf-8";

@import url("content.css");
@import url("jquery_rebuild.css");

/**********************
 **** Header Definition **** 
 **********************/
 
 .header_top_left {
 	float:left;
 	width:50%;
 }
 
 .header_top_right {
 	float:right;
	width:50%;
 }
 
 ul.header_top_menu {
 	position: relative;
 	float:right;
 	margin-right:15px;
 }
 ul.header_top_menu > li {
 	float:left;
 	padding: 0 5px;
 	color : #ffffff;
 	vertical-align: middle;
	line-height:1em;
}

ul.header_top_menu > li.link:HOVER{
	color : #88a8c8;
} 

ul.header_top_menu > li.mail {
 	padding-left:17px;
}

ul.mail_list {
	padding:2px;
}

ul.mail_list > li {
	height:20px;
	padding-left:18px;
}
 
/**********************
 **** Content Definition **** 
 **********************/
.content {
	width:100%;
 	font-family: "맑은 고딕", Malgun Gothic, "굴림", Trebuchet MS, Helvetica, Arial, sans-serif;
 	overflow: hidden;
 }
 
.content_header {
 	height:30px;
 }
 
.content_header h2 {
	float:left;
	font-size:18px;
	color:#00bb00;
	padding:2px 0 2px 10px;
	height:26px;
	line-height:22px;
	font-weight: bold;
 }
.content_header p.navigation{
 	float:right;
 	margin:8px  5px 0 0;
 	background-image:url("/assets/img/_images/common/content/home_green.png");
	background-repeat:no-repeat;	
	padding-left:20px;
	color:#00a600;
 }
 
.content_body {
 	clear:both;
	min-width:955px;
	overflow: hidden;
}

/**********************
 **** Block Definition **** 
 **********************/
.block {
	position:relative;
	width:100%;
	display: inline-block;
 }

.block h3 {
 	line-height:15px;
	height:18px;
 	font-size:15px;
	margin-bottom:5px;
 	font-weight: bold;
 	color:#f7901b;
}


/**********************
 **** Area Definition **** 
 **********************/ 
 .area {
 	position:relative;
	width:100%;
 }
 
 .area_title {
    font-size: 21px;
    line-height: 20px;
    font-weight: bold;
    color: #707070;
    margin: 5px 0px 5px 10px;
    border-left: solid 5px #337ab7;
    padding-left: 9px;
}

.area_title, .area_search, .area_btn, .area_grid, .area_detail, .area_tree, .area_list {
/* 	font-family: "맑은 고딕", Malgun Gothic, "굴림", Trebuchet MS, Helvetica, Arial, sans-serif !important; */
	position:relative;
}

 .area_search, .area_detail, .area_tree, .area_list {font-size:13px;}
 
/*  .area_search { */
/*  	margin-bottom:10px; */
/*  } */

.area_search table, .area_detail table, .area_list table{
	width:100%;
	table-layout:fixed;
}

.area_search table .ui-button, .area_detail table .ui-button, .area_list table .ui-button {
	vertical-align: top; 
}
.area_search table .ui-button .ui-button-text, .area_detail table .ui-button .ui-button-text, .area_list table .ui-button .ui-button-text { 
	padding: 0px 3px 2px 3px !important;
}


.area_search table th, .area_search table td, 
.area_detail table th, .area_detail table td, 
.area_list table th, .area_list table td{
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow:hidden;
	padding:2px 5px;	
}
.area_search table th, .area_search table td {
	font-size:12px;
	padding:8px;
}
.area_search table td {
	padding:4px;
}

.area_search table th, .area_detail table td,
.area_detail table th, .area_detail table td {
	padding:10px;
	border-top:1px solid #ddd;
}
.area_detail table td {
	padding:4px;
}

.area_search table tr.first th, .area_search table tr.first td, 
.area_detail table tr.first th, .area_detail table tr.first td {
	border-top:none;
}
.area_list table th, .area_list table td{
	line-height:22px;
	height:22px;
}
.area_search table th, .area_detail table th, .area_list table thead th {	
	background-clip:border-box;
	background-origin:padding-box;
	background-position-x:50%;
	background-position-y:50%;
	background-repeat:repeat-x;
	background-size:auto;
	font-weight:bold;
}

.area_search table td, .area_detail table td {
	text-align:left;
}
.area_list table thead th, .area_list table tbody td{
	text-align:center;
}

.area_btn {
	text-align:right;
	padding:0 0 10px 0;
} 

.area_detail input, .area_search input, .area_detail select, .area_search select, .area_detail textarea, .area_search textarea{
	font-family: "맑은 고딕", Malgun Gothic, "굴림", Trebuchet MS, Helvetica, Arial, sans-serif;
	border:1px solid #c9c9c9;
	color:#444444;
	font-size:12px;
}

.area_detail textarea{
	font-family: "맑은 고딕", Malgun Gothic, "굴림", Trebuchet MS, Helvetica, Arial, sans-serif;
	border:1px solid #c9c9c9;
	width:80%;
	color:#444444;
	font-size:12px;
}


.area_detail input[type=checkbox], .area_search input[type=checkbox]{
	vertical-align:bottom;
}

.area_tree .btn {
	height:19px;
	padding:2px;
	text-align:right;
}
.area_tree .tree{
	overflow: auto;
}
