


.modalWindow2, .modalWindow, .popupWindow, .popupWindow2, .modal, .kjmenu_body {
	background-color: #FFFFFF;
	font-size:13px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:0; 
	padding:0;
}



#modalBackground {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    background-color:#333333;
    display:none;
    opacity: 0.40;
    z-index: 9;
}


#popupIframe {
	position: absolute;
	display:none;
	z-index: 10;
}


.modalWindow {
    position: fixed;
    left: 0;
    top: 0;

	z-index: 11;
	display:none;
	background-color: white;
	border: 1px solid blue;
}


.modalWindow2
{
    position: fixed;
    left: 0;
    top: 0;

	z-index: 11;
	display:none;
	border: 2px solid #999999;	
}


.popupMenu 
{
	cursor:hand;
}


.popupWindow
{
    position: absolute;
	z-index: 11;
	display:none;
	border: 1px solid gray;

}


.popupWindow2
{
    position: absolute;
	z-index: 11;
	display:none;
	border-top: 0px ;
	border-right: 1px solid #CEB503;
	border-bottom:1px solid #CEB503;
	border-left: 1px solid #CEB503;
}


#modalOverlay {background-color:#000; cursor:wait;position: fixed;left:0px;top:0px;height:100%;width:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8  */
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE (before IE8) */  
	opacity: .5; /* Standards Based Browsers */  
	display:none;
}


.modal {
	display:none;
	position : fixed; 
	left:50%; 
	top:50%; 
	top:expression(((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100)) + 'px');
	border-top: 0px ;
	border-right: 1px solid #CEB503;
	border-bottom:1px solid #CEB503;
	border-left: 1px solid #CEB503;
}


.modalShim {
	background-color: transparent;
	position : absolute; 
	left:0px;
	top:expression(((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100)) + 'px');
	border: none;
	filter: "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"; /* IE (before IE8) */  
    height: 100%;
    width: 100%;
}


.modal .modalHeading
{	
	padding: 0.6em;	
	font-weight:bold;
	background-color:#FDDE6C;
	height:15px;

}
						

.modal .closeBtn {
	background-image:url("../00_images/close_icon.gif");
	background-repeat:no-repeat;
	float:right;
	display:block;
	width:13px;
	height:13px;
	padding:0;
	cursor:pointer;
	font-size:1px;
}


.modal .layerTitleText
{
	float:left;	
	display:inline;
	font-weight:bold;
}

.modal .layerContent {
	clear:both;
	padding:15px;
	display:block;
}




.layerTitleText
{
	float:left;	
	display:inline;
	font-weight:bold;
}

.layerContent{
	font-weight:13px;
	padding:10px;
}


.shim {
	display:none;
	background-color: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
	opacity: 0; 
}

.closeBtn {
	float:right;
	display:inline;
	padding:0;
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	cursor:pointer;
	font-size:1px;
}


.layerTitleText{
	float:left;
	display:inline;
	padding:0;
}




.modalTitle
{
	font-weight:bold;
	padding:2px 2px 4px 2px;
}


.modalContent
{
	padding:2px 2px 4px 2px;
	background-color: white;
}



