/*�� ��ü ����*/
.cIBTabMainDiv {
	width: 800px;
	height: 300px;
}
/*�� �� ����
* Width, Height ���� �Ұ�. (cIBTabMainDiv ������ ���� �ڵ� ������)
*/
.cIBTabBarDiv{
	overflow: hidden;
}
.cIBTabMainDiv .cIBTabBarDiv DIV {
	position:relative;
	float:left;
}
/*�� Ÿ��Ʋ*/
.cIBTabMainDiv .cIBTabBarDiv span {
	font-family:arial;
	font-size:11px;
	line-height:19px;
	float:left;
	color: yellow;
	text-align: center;
}
.cIBTabBarDiv .tabInactive {
	/*��Ȱ�� ��*/
}
.cIBTabBarDiv .tabActive {
	/*Ȱ�� ��*/
}
.cIBTabBarDiv .tabDisabled {
	/*������� �ʴ� ��*/
}
.cIBTabBarDiv .inactiveTabOver {
	/*��Ȱ�� ���콺���� ��*/
}
.cIBTabBarDiv .tabInactive span {
	/*��Ȱ�� �� Ÿ��Ʋ*/
	color: #000000;
}
.cIBTabBarDiv .tabActive span {
	/*Ȱ�� �� Ÿ��Ʋ*/
	color: #0000FF;
}
.cIBTabBarDiv .tabDisabled span {
	/*������� �ʴ� �� Ÿ��Ʋ*/
	color: #A2A2A2;
}
.cIBTabBarDiv .inactiveTabOver span {
	/*��Ȱ�� ���콺���� �� Ÿ��Ʋ*/
	color: #0000FF;
}
/*�� �̹���*/
.cIBTabMainDiv .cIBTabBarDiv img {
	float:left;
}
/* ����� ���� ���� */
.cIBTabBarDiv .divUserDefine {
	background-color: #CCE5FF;
	overflow: hidden;
}

/*������ ����
* Width, Height ���� �Ұ�. (cIBTabMainDiv ������ ���� �ڵ� ������)
*/
.cIBTabBarDiv {height: 35px !important; margin-left: -20px; background: #d0d9e2; width: calc(100% + 20px) !important; }
.divContentsArea {height: calc(100% - 35px) !important; width: 100% !important}
/


.cIBTabMainDiv .divContentsArea {
	/*background-color: #F2F2F2;*/
	overflow: hidden;
	width: 300px;
}

/* MDI ��� : �� Move, Resize Start */
.cIBTabMainDiv .divIBTabItem {
	position: absolute;
	background: transparent !important;
}
.cIBTabMainDiv .tabContent {
	/*Child Window ������ ����*/
	position: absolute;
	background-color: #FFFFFF;
}
.cIBTabMainDiv .divIBTabTitle_act {
	/*Ȱ��â Ÿ��Ʋ*/
	background-color: #4F93BF;
	border: 1px solid #4B97FF;
	cursor: move;
	text-align: left;
	overflow: hidden;
}
.cIBTabMainDiv .divIBTabTitle {
	/*��Ȱ��â Ÿ��Ʋ*/
	background-color: #DFEDFF;
	border: 1px solid #4B97FF;
	cursor: move;
	text-align: left;
	overflow: hidden;
}
.divIBTabTitle_act .titleTxt {
	/*Ȱ�� â Ÿ��Ʋ ��Ʈ*/
	padding-left: 5px;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.divIBTabTitle .titleTxt {
	/*��Ȱ�� â Ÿ��Ʋ ��Ʈ*/
	padding-left: 5px;
	text-align: left;
	font-size: 9pt;
	color: #000000;
}
.cIBTabMainDiv .titleIcon {
	/*â Ÿ��Ʋ ������*/
	width: 12px;
	height: 12px;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}
.cIBTabMainDiv .divBtnArea {
	/*�ִ�, �ּ�,�ݱ� ��ư ����*/
	position: absolute;
	top:2px;
	right: 0;
	height: 20px;
	text-align: right;
	vertical-align: bottom;
}
.divBtnArea .btn_min {
	/*�ּ�ȭ ��ư*/
	padding-right: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.divBtnArea .btn_max {
	/*�ִ�ȭ ��ư*/
	padding-right: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.divBtnArea .btn_close {
	/*�ݱ� ��ư*/
	padding-right: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.divBtnArea .btn_win {
	/*������â ��ư*/
	padding-right: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.cIBTabMainDiv .HandleL {
	/*���� �ڵ�*/
	position: absolute;
	background-color: #4B97FF;
	cursor:w-resize;
}
.cIBTabMainDiv .HandleR {
	/*������ �ڵ�*/
	position: absolute;
	background-color: #4B97FF;
	cursor:w-resize;
}
.cIBTabMainDiv .HandleB {
	/*�ϴ� �ڵ�*/
	position: absolute;
	bottom: 0;
	background-color: #4B97FF;
	cursor:s-resize;
	font-size: 0;
}
.cIBTabMainDiv .HandleLB {
	/*���� �ڳ� �ڵ�*/
	position: absolute;
	background-color: #FFFF00;
	cursor:sw-resize;
	font-size: 0;
}

.cIBTabMainDiv .HandleRB {
	/*������ �ڳ� �ڵ�*/
	position: absolute;
	background-color: #FFFF00;
	cursor:nw-resize;
	font-size: 0;
}
.cIBTabCover {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    /* ie 5,6,7 bug fix */
    zoom:1;
    filter: alpha(opacity=0);
    opacity: 0;
}
/* �� Move, Resize End */

/* �� �ݱ� ��ư �̹��� ���� */
.IBTAB7_TabCloseImg {
	height: 12px;
	width: 12px;
	top:5px;
	margin-left:2px;

}
.IBTAB7_tooltop {
	position: absolute;
    z-index: 1000;
    visibility: hidden;
    border: 1px solid #bbaaaa;
    background: #ffffdd;
    font-family: Dotum;
    font-size: 12px;
    padding: 3px;
}

/* �׸��� �� ������ �̹��� ���� */
.IBTAB7_Main_TabLeftImg     {width: 28px;height: 24px;}
.IBTAB7_Main_TabCenterImg   {width: 2px;height: 24px;}
.IBTAB7_Main_TabRightImg    {width: 6px;height: 24px;}

.IBTAB7_Main2_TabLeftImg    {width: 28px;height: 24px;}
.IBTAB7_Main2_TabCenterImg  {width: 2px;height: 24px;}
.IBTAB7_Main2_TabRightImg   {width: 6px;height: 24px;}

.IBTAB7_Theme1_TabImg   {width: 70px;height: 20px;}
.IBTAB7_Theme2_TabImg   {width: 39px;height: 23px;}
.IBTAB7_Theme3_TabImg   {width: 87px;height: 25px;}
