/**
 *------------------------------------------------------------------------------
 * PROJ : newehrd
 * NAME : ehrd.css
 * DESC : EHRD object CSS
 * Author : iblackpet_admin
 * VER  : v1.0  * 
 * Copyright 2007 HANWHA S&C All rights reserved
 *------------------------------------------------------------------------------
 *                  변         경         사         항                       
 *------------------------------------------------------------------------------
 *    DATE     AUTHOR                      DESCRIPTION                        
 * ----------  ------  --------------------------------------------------------- 
 * 2008. 02. 20  	iblackpet_admin  최초 프로그램 작성                                     
 *----------------------------------------------------------------------------
 */
 
@CHARSET "UTF-8";

/*********************************************/
/* Page Block Layer & Objects */
/*********************************************/
/* BPF.Popup Modal Dialog를 실행할 경우 페이지를 block 시킨다! */
#dialog_page_block {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #202020;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: 'none';
}

/* 검색에 Dependency를 가지고 있는 페이지인 경우 하단 영역을 block 시킨다! */ 
#pre_search_page_block {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #202020;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: 'none';
	z-index: 99;
}


#block_msg {
	position:absolute;
	width:275;
	height:52;
	z-index:100;
	font-size:50;
	display: 'none';
}

#block_msg .srch {
	font-family: "Dotum", "DotumChe";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#block_msg .top {
	font-family: "Dotum", "DotumChe";
	font-size: 11px;
	color: #1749B9;
}
#block_msg .btn_text {
	font-family: "Dotum", "DotumChe";
	font-size: 11px;
	color: #4c4c4c;
}


/*********************************************/
/*  Tooltip layer */
/*********************************************/
#TOOLTIP_LAYER {
	position: absolute;
	left: 50;
	top: 300;
	height: 100px;
}
#TOOLTIP_LAYER .title {
	font-size: 14px;
	font-weight: bold;
	color: #00309c;
	text-align: center;
}
#TOOLTIP_LAYER .body {
	border-top: 1px solid #c4cbd3;
	border-right: 1px solid #c4cbd3;
	border-bottom: 1px solid #c4cbd3;
	border-left: 1px solid #c4cbd3;
	background-color: #f4f9fb;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 130%;
	color: #878787;
}
#TOOLTIP_LAYER .body TD {
	font-size: 11px;
	color: #878787;
}


/*********************************************/
/*  Tabed Title */
/*********************************************/
.tab_activity_01 {
	background-image: url(../images/common/tab/tab_act_01.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 32px;
	width: 15px;
}
.tab_activity_02 {
	font-size: 13px;
	font-weight: bold;
	color: #042d89;
	text-decoration: none;
	background-image: url(../images/common/tab/tab_act_03.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left:5px;
	padding-right: 35px;
	padding-bottom: 2px;
}

.tab_default_01{
	background-image: url(../images/common/tab/tab_def_01.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 32px;
	width: 15px;

}
.tab_default_02{
	color: #909090;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/common/tab/tab_def_03.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-left:5px;
	padding-right: 35px;
	padding-bottom: 2px;

}

.tab_default_02 A{
	color: #909090;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tab_default_02 A:hover{
	color: #042d89;
	text-decoration: underline;
}
.tab_default_02 A:active{
	color: #042d89;
	text-decoration: underline;
}
.tab_default_02 A:visited{
	color: #909090;
	text-decoration: none;
}


/*********************************************/
.activePageBlock {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100%;
	height: 100%;
	background-color: #E0E0E0;
	display: 'none';
	z-index : 999;
}

.deactivePageBlock {
	position: absolute;
	width: 1px;
	height: 1px;
	display: 'none';
}
.activeBlockMsg{
	position:absolute;
	display:none;
	z-index:20;
	background-color: #ffffff;
	border: 2px solid #FF8000;
	font-size:25;
	display: 'block';
}
.deactiveBlockMsg {
	position: absolute;
	width: 1px;
	height: 1px;
	display: 'none';
}	

