@charset "utf-8";

/*  기본 설정 ======================================================================================= */
/* common.css 사용 */
/* 기본 레이아웃 설정 =============================================================================== */
body {
	overflow: hidden;
}

/* main 기본 레이아웃 ========================================================================== */
#main {
	position: relative;
	width: 100%;
	margin-top: 0px;
}

/* 
---> 파란배경
#main.index{
	padding: 0px;
	background: #ffffff url(../../images/ko/login/index_bg.gif) repeat-x left top;
}

--- top로고
#indexbox{
	width: 1000px;
	height: 100%;
	padding: 0px;
	background: #ffffff url(../../images/ko/login/logobox_bg.gif) repeat-y left top;
} */

#logobox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 100%;
	background: #ffffff url(../../images/ko/login/index_bg.gif) no-repeat left top;
}

#userbox {
	position: absolute;
	left: 640px;
	top: 280px;
	width: 334px;
	height: 178px;
	background: #ffffff url(../../images/ko/login/login_box.gif) no-repeat left top;
	
	background-color: #ebeaf4;
	border: 1px solid #a09e9f;
	
}
#usertitle{
	width: 300px;
	height: 55px;
	/*border-bottom: 2px solid #a09e9f;*/
	
}

.shortcut{
	height: 200px;
	border-top: 2px solid #30517b;
	padding: 0;
	margin: 0;
	background-color: #f8f8f8;
	padding: 10px 0 10px 25px;
}
.shortcut li{
	height: 33px;
	background: #f8f8f8 url(../../images/ko/content/shortcut_bg.gif) no-repeat left top;
	margin-top: 5px;
	padding-left: 15px;
}
.shortcut a{
	height: 24px;
	padding: 9px 0 0 10px;
	color: #000;
}

.userinfo{
	height: 140px;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #eeeef0;
}
.centerview{
	height: 20px;
	padding: 10px 0 5px 25px;
}
.userview{
	height: 20px;
	margin: 0 25px 0 25px;
	padding: 25px 0 25px 20px;
	background-color: #fff;
}
.userfunc{
	height: 20px;
	margin: 0 25px 0 25px;
	padding-top: 5px;
	text-align: center;
}

.ui-progressbar-value {background-image: url(../../images/ko/content/progressbar.gif); }

/*  LAYOUT SETTING ===================================================================================== */
	/******************************************************************************
 * DEFAULT LAYOUT CSS
******************************************************************************/
.left {
	float: left;
}

.right {
	float: right;
}
.center {
	text-align: center;
}
.block {
	display: block;
}

.clear {
	clear: both;
}

.inline {
	display: inline;
}
.title{
	border-left: 7px solid #30527c;
	padding: 2px 0 0 10px;
	font-weight: bold;
	color: #30527c;
	float: left;
}

/******************************************************************************
 * SUBGRID CSS
******************************************************************************/


/******************************************************************************
 * SEARCH CSS
******************************************************************************/
.search-default {
	margin-top: 2px;
	margin-bottom: 3px;
	border: 1px solid #d0d0d0;
	background: #ededed;
	clear: both;
	/* display:none; */
}

.search-default .fieldset-layer {
	
}

.search-default fieldset {
	border: 0;
	padding: 1px 0px;
}

.search-default table{
	margin:3px 0px 1px 0px;
}

.search-default th {
	width: 110px;
	color: #000;
	text-align: right;
}

.search-default td {
	width: 238px;
}

.search-default-popup {
	margin-bottom: 3px;
	width: 98%;
	display: block;
}

.search-default-popup .fieldset-layer {
	border: 1px solid #d0d0d0;
	padding: 3px;
}

.search-default-popup fieldset {
	border: 1px solid #f5efe4;
	padding: 1px 0px;
	background: #f5efe4;
}

.search-default-popup th {
	color: #888888;
	font-family: 돋움, 굴림, Dotum, AppleGothic, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	text-align: left;
	width: 100px;
}

.search-default-popup td {
	width: 240px;
}

.etc-default {
	margin-top: 2px;
	margin-bottom: 3px;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	clear: both;
	/* display:none; */
}

.etc-default {
	margin-top: 2px;
	margin-bottom: 3px;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	clear: both;
	/* display:none; */
}
.etc-default th {
	border: 1px solid #d0d0d0;
	width: 130px;
	color: #000;
	background: #FADCD5;
	text-align: center;
}

.etc-default td {
	border: 1px solid #d0d0d0;
	text-align: center;
	color: #0000FF;
	background: #ffffff;
	width: 130px;
	font-weight: bold;
}

/******************************************************************************
 * VIEWER TABLE CSS
******************************************************************************/
.view-table {
	border: 1px solid #d0d0d0;
}

.view-table tr th {
	width: 130px;
	height: 22px;
	color: #000;
	text-align: center;
	background: #ededed;
}

.view-table tr td {
	width: 130px;
	height: 22px;
	padding: 2px 5px 2px 5px;
	color: #888;
	border-bottom: #FFFFFF 1px solid;
}

.view-table select,.view-table input,.view-table textarea {
	border: 1px solid #D0D0CC;
	color: #666666;
	vertical-align: middle;
}

.popup-table {
	color: #888;
	font-family: 돋움, 굴림, Dotum, AppleGothic, Arial, Verdana, sans-serif;
	font-size: small;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-collapse: collapse;
	letter-spacing: -0.1em;
	line-height: 18px;
	margin: 0px 0px 2px 0px;
}

.popup-table tr th {
	background: #fffbea;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 2px 5px 2px 5px;
}

.popup-table tr td {
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	padding: 2px 5px 2px 5px;
}

.popup-table select,.view-table input,.view-table textarea {
	border: 1px solid #D0D0CC;
	color: #666666;
	vertical-align: middle;
}

/******************************************************************************
 * BUTTON CSS
******************************************************************************/
.ubi-button {
	height: 29px;
	padding-top: 3px;
	width: 786px;
}

.ubi-button li {
	float: right;
	margin-left: 4px;
}

.ubi-button li img {
	cursor: pointer;
}

.ubi-button-popup {
	width: 20px;
	height: 20px;
	background: url(../../images/ko/button/btn_popup.gif) no-repeat center
		center;
	border: 1px solid #C5C5C5;
	cursor: pointer;
	vertical-align: middle;
}

.ubi-button-date {
	width: 20px;
	height: 20px;
	background: url(../../images/ko/button/btn_date.gif) no-repeat center
		center;
	border: 1px solid #C5C5C5;
	cursor: pointer;
	vertical-align: middle;
}

.ubi-button-add {
	width: 20px;
	height: 20px;
	background: url(../../images/ko/button/btn_add.gif) no-repeat center
		center;
	border: 1px solid #C5C5C5;
	cursor: pointer;
	vertical-align: middle;
}

/******************************************************************************
 * TREE CSS
******************************************************************************/
#tree-view .tree {
	float: left;
}

#tree-view .view {
	float: right;
}

/******************************************************************************
 * CHECKBOX CSS
******************************************************************************/
.checkbox-left {
	float: left;
}

/******************************************************************************
 * RADIO CSS
******************************************************************************/
.radio-left {
	float: left;
}