body
{
	margin: 0px;
	background-color: #000000;
	color: white;
	
	font-family: Verdana, sans-serif;
	font-size: 12px;
	
	scrollbar-base-color: #1A1A1A;
	scrollbar-arrow-color: #8DCFF4;
	scrollbar-highlight-color: #8DCFF4;
	scrollbar-shadow-color: #8DCFF4;
}

a:visited,
a:active,
a:link {color: #8DCFF4; text-decoration: none;}
a:hover {text-decoration: underline;}

h1
{
	font-size: 18px;
	font-style: italic;
	border-bottom: 1px dashed yellow;
	padding-left: 10px;
}

h2
{
	color: yellow;
	font-size: 15px;
	border-bottom: 1px solid #1A1A1A;
	padding-left: 5px;
}

h3
{
/*	border-left: 2px dashed yellow;*/
	background-color: #111111;
	padding: 3px;
	
	color: #8DCFF4;
	font-size: 15px;
	padding-left: 5px;
}

ol {}
ol li{list-style-type: decimal-leading-zero; padding: 2px;}
ol li:hover {list-style-type: decimal-leading-zero; background-color: #222222; color: yellow;}

ul
{
	padding: 0px;
	margin: 3px;
	margin-left: 15px;
	
	color: yellow;
	
	list-style-type: disc;
}

li
{
	padding: 0px;
	margin: 0px;
}
li:hover {list-style-type: circle;}

pre
{
	margin: 0px;
	padding: 0px;
	
	white-space: pre-wrap;       /* css-3 should we be so lucky... */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 ?? */
	white-space: -o-pre-wrap;    /* Opera 7 ?? */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	_white-space: pre;   /* IE only hack to re-specify in addition to word-wrap  */
}

select
{
	font-size: 10px;
	color: #8DCFF4;
	border: 1px solid #8DCFF4;
	background-color: #1A1A1A;
}

textarea,
input
{
	font-size: 14px;
	color: #8DCFF4;
	border: 1px solid #8DCFF4;
	background-color: #1A1A1A;
}

.radio {border: none; background-color: none;}

.menuheading
{
	border-bottom: 1px solid white;
	border-color: #8DCFF4;
}

.newsheading
{
	margin-left: -5px;
	color: yellow;
	border-bottom: 1px solid yellow;
}

.newsposter
{
	color: #999999;
	text-align: right;
	font-style: italic;
	margin-right: 5px;
	margin-bottom: 10px;
}

.newsblock
{
	color: white;
	margin-bottom: 10px;
	padding: 10px;
}

.smalltext
{
	font-size: 10px;
}

.newsgame
{
	margin-left: 5px;
	float: left;
	font-style: italic;
	font-size: 10px;
	color: #8DCFF4;
}

#latestnews
{
	text-align: right;
	color: #999999;
	font-style: italic;
	margin-right: 15px;
}

#top
{
	width: 100%;
	height: 130px;
	
	border-top: 1px solid #444444;
	background-color: #1A1A1A;
	background-image: url(/web/20070630064809im_/http://www.inside3d.com/logo_bg.gif);
}

#top_right
{
	position: absolute;
	top: 91px;
	right: 0px;
	
	width: 165px;
	height: 130px;
	
	background-image: url(/web/20070630064809im_/http://www.inside3d.com/top_right.gif);
}

#left
{
	float: left;
	width: 150px;
	
	padding: 5px;
	
	background-color: #1A1A1A;
	background-image: url(/web/20070630064809im_/http://www.inside3d.com/left_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

#right
{
	padding: 5px;
	
	position: absolute;
	right: 0px;
	width: 150px;
	
	border-left: 1px solid #444444;
	border-bottom: 1px solid #444444;
				
	background-color: #1A1A1A;
}

#center
{
	padding: 10px;
	margin-left: 160px;
	margin-right: 170px;
}

#POTD
{
	margin-top: 10px;
	width: 120px;
	border: 1px solid #8DCFF4;
}

.button
{
	margin: 5px;
	font-size: 10px;
	padding: 3px;
	color: #8DCFF4;
	text-align: center;
	width: 100px;
	border: 1px solid #8DCFF4;
}
.button a:hover { text-decoration: none; color: yellow;}

.code 
{
	background-color: #111111;
	border: 1px dashed #286A8F; 
	text-align: left;
	overflow : auto;
	
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 30px;
	
	padding: 5px;
}

.warning
{
	border: 1px solid yellow;
	color: yellow;
	padding: 10px;
}

.submitline
{
	font-style: italic;
	font-size: 10px;
	color: #CCCCCC;
}

.shout
{
	background-color: #222222;
	padding: 5px;
}

.shoutinfo
{
	color: #AAAAAA;
	
	border-bottom: 1px sold #444444;
	background-color: #333333;
	padding: 2px;
	
	margin-bottom: 3px;
}

.info
{
	padding: 10px;
	margin: 5px;
	
	border: 1px solid #999900;
	background-color: #222222;
}

.tutline
{
	padding: 2px;
	background-color: #111111;
	border: 1px solid #111111;
}

.tutline:hover 
{
	background-color: #1A1A1A; 
	border-top: 1px solid #333333; 
	border-bottom: 1px solid #333333;
}

/* code highlighting */
.keyword {color: #34A4E4; font-weight: bold;}
.comment {color: yellow; font-style: italic;}

.builtin {border-color: #286A8F; border-style: double; border-top: 0px; border-left: 0px; border-right: 0px;}

#rightmenu
{
	padding: 10px;
	
	position: absolute;
	right: 0px;
	top: 800px;
	
	width: 200px;
	
	border: 1px solid #999900;
	border-right: none;
	background-color: #222222;
}

.invisible { display: none; }
.visible { display: block; }

/*
     FILE ARCHIVED ON 06:48:09 Jun 30, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:34:46 May 19, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  PetaboxLoader3.datanode: 134.197 (4)
  esindex: 0.017
  PetaboxLoader3.resolve: 35.389
  exclusion.robots.policy: 0.244
  exclusion.robots: 0.254
  load_resource: 149.676
  RedisCDXSource: 4.435
  CDXLines.iter: 19.558 (3)
  captures_list: 838.29
  LoadShardBlock: 810.513 (3)
*/