html { height : 100%; }

#body {
	background-color: #000000;
	height : 98%;
}
	
	#mainDIV {
		position : absolute;
		left: 0px;
		top : 0px;
		right : 0px;
		bottom : 0px;
		index : 0;

		width : 100%;
		
		color: #FFFFFF;
		background-color: #CCC;
		background-image : url('bg_img.JPG');
		opacity:0.70;
		filter:alpha(opacity=70);

		padding : 10px;
		overflow : visible;

		min-height : 100%;
	}

	#popupDIV_Shadow {
		background-color : #000000;
		width : 402px;
		height : 202px;
		position: fixed;
		left : 50%;
		top: 50%;
		z-index : 99;
		margin-top : -103px;
		margin-left : -203px;

		opacity:0.20;
		filter:alpha(opacity=20);
	}


	#popupDIV {
		color : #000000;
		width : 400px;
		height : 200px;
		position: fixed;
		left : 50%;
		top: 50%;
		z-index : 100;
		margin-top : -200px;
		margin-left : -200px;
	}

	#popupDIV_TOPLEFT {
		float : left;
		width : 20px;
		height : 20px;
		background-image : url('images/popup_corner_top_left.png');
		background-repeat:no-repeat;
	}
	#popupDIV_TOP {
		float : left;
		height : 20px;
		width : 360px;
		background-color : #FFF;
	}
	#popupDIV_TOPRIGHT {
		float : right;
		width : 20px;
		height : 20px;
		background-image : url('images/popup_corner_top_right.png');
		background-repeat:no-repeat;
	}

	#popupDIV_Middle {
		clear : both;
		background-color : #FFF;

		

		padding : 10px;

		font-size : 12px;
		font-family : "Verdana", Verdana, Arial, Sans-serif;
	}

	#popupDIV_BOTLEFT {
		float : left;
		width : 20px;
		height : 20px;
		background-image : url('images/popup_corner_bottom_left.png');
		background-repeat:no-repeat;
	}
	#popupDIV_BOT {
		float : left;
		height : 20px;
		width : 360px;
		background-color : #FFF;
	}
	#popupDIV_BOTRIGHT {
		float : right;
		width : 20px;
		height : 20px;
		background-image : url('images/popup_corner_bottom_right.png');
		background-repeat:no-repeat;
	}

	#popupDIV_Header {
		position : absolute;
		left: 10px;
		top: 0px;
		Height : 25px;
		width : 380px;

		padding-top: 5px;
	}

	#popupDIV_Header_close {
		float : right;
	}

	#popupDIV_Header_title {
		
		font-weight : bold;
		font-Size : 14px;
		font-family : "Verdana", Verdana, Arial, Sans-serif;
	}

	a:link.popup_close { color : #CC3333; text-decoration:none; font-weight : bold; }
	a:visited.popup_close { color : #CC3333; text-decoration:none; font-weight : bold; }

	#overlayDIV {
		position : fixed;
		left: 0px;
		top : 0px;

		height : 100%;
		width : 100%;
		
		overflow : auto;
		z-index : 90;
		
		margin-top : ;
		margin-left : ;
		
		background-color : #000;
		opacity:0.4;
		filter:alpha(opacity=40);

	}
	
	#ONpopupDIV {
		color : #000000;
		width : 400px;
		height : 200px;
		position: fixed;
		left : 50%;
		top: 50%;
		z-index : 100;
		margin-top : -200px;
		margin-left : -200px;
	}
	
	#ONoverlayDIV {
		position : fixed;
		left: 0px;
		top : 0px;

		height : 100%;
		width : 100%;
		
		overflow : auto;
		z-index : 90;
		
		margin-top : ;
		margin-left : ;
		
		background-color : #000;
		opacity:0.4;
		filter:alpha(opacity=40);

	}

	a:link.popup { color : #3355CC;}
	a:visited.popup { color : #3355CC;}