/* * {
	margin: 0;
	padding: 0;
}*/
body {
	background:#000000 repeat;
}

a {
text-decoration:none;
color:#00FF00;
}
a :visited{
text-decoration:none;
color:#00FF00;
}
a:hover {
text-decoration:underline;
color:#32CD32;
}
#javatext{
}
#wholepage{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	max-height:100%;
}
#header{
	background:white;
	float:left;
	width: 100%;
	height:126px;
	overflow:hidden;
}
	#titlebar{
		background:blue url(http://hikaritemple.com/images/layout/titleBG.png) repeat-x;
		font-weight: bold;
		width: 100%;
		height:30px;
		color: white;
		overflow:hidden;
	}
	#windowcommands{
		background:lightgrey;
		border-bottom:2px solid gray;
		width: 100%;
		height:20px;
		font-size:12px;
		color:black;
		overflow:hidden;
	}
	#windowbuttons{
		background:lightgrey;
		width: 100%;
		height:60px;
		font-size:21px;
		color:black;
		overflow:hidden;	
	}
	#windowbottom{
		background:gray;
		width: 100%;
		height:16px;
		font-size:12px;
		color:cyan;
		overflow:hidden;	
	}
#content{
	background:#000000 repeat;
	font-family:courier;
	font-size:18px;
	color:lightgrey;
	float:left;
	width:100%;
}
	#popupwindow{
		width:655px;
		margin: 0;
		padding: 0;
	}
		#popupcontent{
			background:lightgrey;
			width:650px;
			font-size:18px;
			color: black;
			padding-top: 5px;
			padding-bottom: 5px;
			margin-left: 40px;
		}
		#popupTL{
			background:url(http://hikaritemple.com/images/layout/popupwin_topleft.png) no-repeat;
			float:left;
			height:20px;
			width:20px;
			margin: 0;
			margin-left: 40px;
			padding: 0;
		}
		#popupmid{
			background:lightgrey;
			float:left;
			height:20px;
			width:610px;
			margin: 0;
			padding: 0;
		}
		#popupTR{
			background:url(http://hikaritemple.com/images/layout/popupwin_topright.png) no-repeat;
			float:left;
			height:20px;
			width:20px;
			margin: 0;
			padding: 0;
		}
		#popupBL{
			background:url(http://hikaritemple.com/images/layout/popupwin_botleft.png) no-repeat;
			float:left;
			height:20px;
			width:20px;
			margin: 0;
			padding: 0;
			margin-left: 40px;
		}
		#popupBR{
			background:url(http://hikaritemple.com/images/layout/popupwin_botright.png) no-repeat;
			float:left;
			height:20px;
			width:20px;
			margin: 0;
			padding: 0;
		}
#NoAD{
	position:absolute;
	background:black;
	left:0px;
	top:0px;
	height:120px;
	width:100%;

}
#miscClose{
	background:black;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	max-height:100%;
	text-align:center;
	color: red;
}
#NoAD2{
	position:absolute;
	background:black;
	left:0px;
	top:0px;
	height:120px;
	width:100%;

}
#miscClose2{
	background:black url(http://hikaritemple.com/images/layout/Bliss.jpg);
	background-position:right bottom;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	max-height:100%;
	color: red;
}