#fade { 
	display: none;
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .60;
	z-index: 9999;
}

.popup_block{
	display: none;
	background: #fff;
	padding: 0px;
	border: 10px solid #f1f1f1;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.btn_close {
	float: right;
	margin: -5px -5px 0 0;
}

html #fade {
	position: absolute;
}

html .popup_block {
	position: absolute;
}

/*
#divDisplayOptions{
	display: none;
	position: absolute;
	border: 1px solid #cfcfcf;
	background-color: white;
	top: 90px;
	bottom: 10px;
	left: 268px;
	right: 10px;
	z-index: 10;
}

#divDcpList{
	display: none;
	position: absolute;
	border: 1px solid #cfcfcf;
	background-color: white;
	top: 165px;
	bottom: 10px;
	left: 268px;
	right: 10px;
	z-index: 10;
}

*/

.divOptions{
	border-bottom: 1px solid #cfcfcf;
	background-color: #f1f1f1;
	font-size: 16px;
	font-weight: bold;
	color: #990033;
	padding: 10px;
}

#divTree .groupCode{
	/*padding: 2px 2px !important;*/
	padding: 1px !important;
	margin: 1px;
	display: inline-block;
	border-radius: 0;
	color: #003466;
}

.nBase{
	color: #003466 !important;
}

.nBase:HOVER, .groupCode:HOVER{
	text-decoration: underline;
	color: #990033 !important;
}

.groupCode:after{
	content: '';
}

.groupCode:before{
	content: '';
	
}

.dim{
	color: #bbbbbb !important;
}

.jgc, .kgc, .cgc{
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.kgc:before{
	content: ' KIPO:';
}

.jgc:before{
	content: ' JPO:';
}

.cgc:before{
	content: ' CTMO:';
}


.tabOptions{
	padding: 10px;
	width: 100%;
}

.tabOptions TH{
	text-align: left;
	font-weight: bold;
}

.tabOptions TD{
	vertical-align: top;
}

.tabOptions TD.spacer{
	width: 35px;
}

.btnCloseOptions{
	width: 100%;
}
