%%site-view-anonymous-scene%%
hiphopclown 2002-12-10

%%preprocess%%
$this->beryliumToHtml(); 
$request= $GLOBALS[session]->request;
$this->getRuntimeVars();
if ($_SERVER['HTTPS']=="on") $this->connection= "https";
else $this->connection= "http";



%%header%%
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<title>$folder->title - $site->title</title>
<style type='text/css'>
	<!--
$session->css
	-->
</style>
<script language='JavaScript'>
<!--
function firstFrame() {
	d = document.getElementById("frame1");
	d.style.visibility= "visible";
	currentFrame= 1;
	}

function nextFrame() {
	//window.alert("current frame is "+currentFrame+", advancing...");

	// hide current frame
	fname= "frame" + currentFrame;
	d = document.getElementById(fname);
	d.style.visibility= "hidden";

	//show next frame
	currentFrame+=1;
	f2name= "frame" + currentFrame;
	if (d2 = document.getElementById(f2name)) {
		d2.style.visibility= "visible";
		}
	else firstFrame();
	}
	
function prevFrame() {
	//window.alert("current frame is "+currentFrame+", previousing...");

	// hide current frame
	fname= "frame" + currentFrame;
	d = document.getElementById(fname);
	d.style.visibility= "hidden";

	//show previous frame
	currentFrame-=1;
	f2name= "frame" + currentFrame;
	if (d2 = document.getElementById(f2name)) {
		d2.style.visibility= "visible";
		}
	else firstFrame();
	}
	
function myControls(object) {
	d = document.getElementById(object);
	cname= "controls-" + object;
	c = document.getElementById(cname);
	currentVis = c.style.visibility;

	currentY = d.style.top;

	if ( currentVis=="hidden") {
		c.style.visibility= "visible";
		d.style.borderStyle= "solid";
		//newY = ( parseInt(currentY,10)  - 1);
		//d.style.top = newY + "px";
		}
	else {
		c.style.visibility= "hidden";
		d.style.borderStyle= "none";
		//newY = ( parseInt(currentY,10)  + 1);
		//d.style.top = newY + "px";
		}
	}
//-->
</script>
</head>
<body marginwidth="0" marginheight="0" onLoad="currentFrame=1;firstFrame();">
<!-- end of site header -->


%%css%%
/* Content Container and Basic Styles */
/* version 2002-12-24 -- when we gonna hardcode this? */
BODY	{ background-color: #ffffff; }
B	{ color: #002266; font-weight: bold; }
PRE	{ font-family: Courier, fixed; font-size: 12px; line-height: 6px; }
A:link		{ 0color: #53322e; text-decoration: none; }
A:visited	{ 0color: #53322e; text-decoration: none; }
A:hover		{ 0color: #53322e; text-decoration: underline; }
HR 	{ height: 1px; background-color: #ff9900; border-style: none; }
TABLE	{ width: 100%; font-size: 12px; }

.bodytable	{ background-color: #f9f9fb;
			border: 3px; border-color: #0e47b2; border-style: solid;
			color: #223344;
			font-family: Tahoma, Geneva, sans-serif; font-size: 12px; line-height: 18px;
			width: 640px; }
.bodytable A { color: #135b9f; }
/* odd green */
.oddrow { background-color: #f0f9f0; }
/* even grey */
.evenrow { background-color: #f3f3f6; }

.foldertable td	{ border: 0px; border-style: none; border-color: #666688; }
.navigationcell	{ border: 0px; margin: 0px; border-style: none; }
.navigationcell hr	{ height: 1px; width: 96%; color: #006699; }
.inventoryTable TD	{ padding: 3px; margin: 0px;
			    font-size: 12px;
			    border-width: 1px; border-style: solid; border-color: #006699;}
.contentcell	{ border: 0px; margin:0px; border-style: solid; border-color: #006699; }


.info { font-size: 12px; color: #666666; font-weight: normal; }
.info A { color: #006699; }
.info B { font-size: 12px; color: green; font-weight: normal; }
.infoBar { font-size: 12px; color: #666666; font-weight: normal;
	    border: 1px; border-style: dashed; border-color: #999999;
	    padding: 3px; }



/* Form Element Styles */
INPUT	{  border: 1px;
	    background-color: #f9f9fb; color: #330000;
	    font-family: Tahoma, Geneva, sans-serif; font-size: 12px;
	    border-style: solid; border-color: #006699; padding: 2px; }
TEXTAREA        { width: 96%;  background-color: #f9f9fb;
		    font-family: Times New Roman, Times, serif; color: #223344; font-size: 12pt; line-height: 15pt;
		    border: 1px; border-style: solid; border-color: #006699; padding: 2px;}
SELECT  {  background-color: #f9f9fb; color: #330000;
	    font-family: Tahoma, Geneva, sans-serif; font-size: 12px;
	    border: 1px; border-style: solid; border-color: #006699; padding: 0px; }
.buttonstyle { background-color: #006699; color: #ddeeff;
		font-size: 12px; font-family: Tahoma, Verdana, sans-serif; font-weight: normal;
		border-style: solid; border-width: 1px; border-color: #000066; padding: 2px;}
.radiostyle { border-style: none; }
.permaform	{  border: 1px;
	    background-color: #ddeeff; color: #330000;
	    font-family: Tahoma, Geneva, sans-serif; font-size: 10px;
	    border-style: solid; border-color: #999999; padding: 1px; }
.permaformbutton { background-color: #006699; color: #ddeeff;
		font-size: 10px; font-family: Tahoma, Verdana, sans-serif; font-weight: normal;
		border-style: solid; border-width: 1px; border-color: #000066; padding: 1px;}

/* Content Element Styles */
.objTable { margin-left: 5px; margin-right: 5px; margin-top: 3px; margin-bottom: 3px; }
.objTable TD { border: 1px; border-style: solid; border-color: #999999; }
.displayTable TD { border: 1px; border-style: solid; border-color: #006699; }
.objHeader TD { padding: 2px; margin: 0px; border: 0px; border-style: solid; }

.objFlavor { font-size: 12px; line-height: 14px; font-weight: normal; }
.objDescription { color: #223344; font-size: 12px; line-height: 18px; }
.objDescription IMG { margin-right: 4px; margin-left: 4px; margin-top: 4px; margin-bottom: 4px; }
.objByline { font-size: 12px; line-height: 18px; font-weight: normal; color: green; }
.objHeadline { font-size: 18px; line-height: 24px; font-weight: bold; color: #135b9f; }
.objTitle { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px;
              font-weight: bold; color: #135b9f; }

.objBody { font-family: Times New Roman, Times, serif; color: #223344; font-size: 12pt; line-height: 15pt; text-align: left; }
.objBody IMG { margin-right: 10px; margin-left: 10px; margin-top: 4px; margin-bottom: 4px; }

.objBody .celltable {border: 0px;}
.objBody .celltable .cell { font-family: Times New Roman, Times, serif; color: #333344; font-size: 12pt; line-height: 15pt; text-align: left; }
.objBody .celltable .cellodd IMG { margin-right: 0px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px; border: 1px; }
.objBody .celltable .celleven IMG { margin-right: 10px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; border: 1px; }

.editTable TD { padding: 5px; }

.bicon IMG { margin-right: 1px; margin-left: 2px; margin-top: 0px; margin-bottom: 0px; }

/* Room Styles */
.exitList { color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 24px; }
.exitList A { font-weight: bold; font-size: 16px; text-decoration: underline; }


/* Special Case Styles */
.siteHeader { }
.servernotes	{ color: #333333;
			font-family: Tahoma, Geneva, sans-serif; font-size: 12px; line-height: 18px;
			width: 640px; }
			
/* SPECIAL FOR SCENE */
.dialog { font-family: Verdana, Geneva, sans-serif; color: #ee7200; font-size: 12px; line-height: 16px; }
.folderBody { font-family: Times New Roman, Times, serif; color: #ee7200; font-size: 12pt; line-height: 15pt; }
.objControls TD { border-style: none; }
.dialogTextArea { width: 172px; background-color: #ffffff; text-align: center;
		    font-family: Verdana, Geneva, sans-serif; color: #ee7200; font-size: 12px; line-height: 16px;
		    border: 1px; border-style: solid; border-color: #006699; padding: 2px;}


%%template%%
<p><img src='/bicons/warning.png' alt='Warning' align=left><br>
	<b>You seem to be in the wrong place.</b><br>
	<a href='$site->baseUrl'>Try this link</a> instead.</p>


%%listrow%%


%%nullobject%%
<p><img src='/bicons/warning.png' alt='Warning' align=left><br>
	<b>Sorry, the site you requested was not found.</b></p>

%%footer%%
<!-- start of site footer -->
</body>
</html>


%%postprocess%%


%%end of context%%
