/**** General types of elements: ****/

/* General styles for every use: */
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background: #000000 url("http://goobnet.net/_images/tilebak.gif") repeat top left;
	color: #00FF00;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	padding: 0px;
}
form {
	margin: 0px;
}
img {
	border: 0px;
}
a:link {
	color: #00FFFF;
}
a:visited {
	color: #00C0C0;
}
a:hover {
	color: #C0C0C0;
}
a:active,a:focus {
	color: #FF80FF;
}
sub,sup {
	font-size: 75%;
}
small {
	font-size: 85%;
}
big {
	font-size: 125%;
}
h1 {
	text-align: center;
	margin-top: 0px;
	color: #00FFFF;
	font-size: 200%;
	font-style: italic;
	letter-spacing: .05em;
}
h2 {
	margin-bottom: .1em;
	border-bottom: 2px solid #006000;
	font-size: 160%;
	font-family: monospace;
	font-weight: normal;
}
/*h2 a:link, h2 a:visited {
	text-decoration: none;
}
h2 a:hover, h2 a:active, h2 a:focus {
	text-decoration: underline;
}*/
p {
	margin: .8em 0px;
}
dt {
	margin-bottom: .1em;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}
dd {
	margin: 0px 0px .8em 3em;
}
i i {
	font-style: normal;
}

/* General styles for forms: */
input,textarea,select {
	font-family: monospace;
	background: #000000;
	color: #00FF00;
	font-size: 9pt;
}
input[disabled], textarea[disabled], select[disabled] {
	color: #808080;
}
select:focus {
	background: #003030;
	color: #00FFFF;
}
optgroup {
	background: #003000;
	color: #00FF00;
	padding: 0px 2px;
	font-size: 9pt;
}
option {
	background: #000000;
	color: #00FF00;
	padding: 0px 4px;
	font-size: 9pt;
}

/* General types of formatting: */
.cen {
	text-align: center;
}
.rt {
	text-align: right;
}
.dk {
	background: #002000;
}
.lt {
	background: #003000;
}
.hdr2type {
	font-size: 160%;
	font-family: monospace;
}
.listdate a:link, .listdate a:visited {
	font-weight: bold;
	text-decoration: none;
}
.listdate a:hover, .listdate a:active, .listdate a:focus {
	text-decoration: underline;
}

/* Main title style: */
#maintitle {
	position: absolute;
	vertical-align: middle;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 4px 160px 9px 80px;
	background: url("/_images/topbg.gif") no-repeat top right;
}

/* Main node styles: */
#node_box0_goobnet, #node_box0_football, #node_box0_porthole, #node_box0_interaction, #node_box0_space, #node_box0_snakeball {
	position: absolute;
	right: 0px;
	width: 144px;
	overflow: hidden;
}
#node_box0_goobnet {
	top: 8px;
}
#node_box0_football {
	top: 24px;
}
#node_box0_porthole {
	top: 40px;
}
#node_box0_interaction {
	top: 56px;
}
#node_box0_space {
	top: 72px;
}
#node_box0_snakeball {
	top: 88px;
}

/* Main section style: */
#mainsec {
	position: absolute;
	top: 112px;
	right: 0px;
	left: 256px;
	border-width: 2px 0px 2px 2px;
	border-style: ridge;
	border-color: #C0C0C0;
}

#maincontent {
	padding: 8px;
}

#maincontentcontainer {
	width: 100%;
}

/* Top box style: */
.topbox {
	border-bottom: 2px ridge #C0C0C0;
	padding: 4px 8px;
	background: #003000;
	font-family: monospace;
	text-align: right;
	line-height: 1em;
}

/* Bottom box style: */
.botbox {
	border-top: 2px ridge #C0C0C0;
	padding: 4px 8px;
	background: #002000;
	font-family: monospace;
	line-height: 1em;
}
.botbox p {
	margin: .3em 0px;
}
.botbox .footlite {
	color: #00FFFF;
}

/* Gallery styles: */
.gallery {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.gallery td {
	padding: 4px;
}
.gallery a:link img, .gallery a:visited img {
	border: 2px solid;
}