/**** 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: #13B2DE;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	padding: 0px;
}
form {
	margin: 0px;
}
img {
	border: 0px;
	vertical-align: text-bottom;
}
a:link {
	color: #FF9948;
}
a:visited {
	color: #FE612D;
}
a:hover {
	color: #FFE499;
}
a:active,a:focus {
	color: #52FFFF;
}
sub,sup {
	font-size: 75%;
}
small {
	font-size: 85%;
}
big {
	font-size: 125%;
}
h1 {
	text-align: left;
	margin-top: 0px;
	color: #FF9948;
	font-size: 200%;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .05em;
}
h2 {
	margin-bottom: .1em;
	border-bottom: 2px solid #204888;
	font-size: 160%;
	font-family: monospace;
	font-weight: normal;
}
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: #13B2DE;
}
input[disabled], textarea[disabled], select[disabled] {
	color: #808080;
}
select:focus {
	background: #331005;
	color: #FF9948;
}
optgroup {
	background: #004A8A;
	color: #13B2DE;
	padding: 0px 2px;
}
option {
	background: #000000;
	color: #13B2DE;
	padding: 0px 4px;
}

/* 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;
}
.rtfloat {
	float: right;
	margin-left: 8px;
}

/* Dynatree styles: */
#menu {
/*	position: absolute;*/
	margin-bottom: 2em;
	width: 144px;
/*	top: 128px;
	left: 96px;*/
	background: #000000;
	border: 2px ridge #C0C0C0;
	padding: 0px;
	overflow: auto;
}
#menu .toggle {
	padding-right: 4px;
	vertical-align: text-bottom;
	text-align: center;
}
#menu .hilite {
	background: #102444;
	font-weight: bold;
}
#menu .treeitem {
	padding: 2px 4px;
/*	font-family: "Tahoma","Verdana","Arial","Helvetica",sans-serif;
	font-size: 85%;*/
}
#menu img {
	vertical-align: baseline;
}
#menu a:link, #menu a:visited {
	color: #FF9948;
	text-decoration: none;
}
#menu a:hover {
	color: #FFE499;
	text-decoration: underline;
}
#menu a:active, #menu a:focus {
	color: #52FFFF;
	text-decoration: underline;
}
/* Dynatree indentations: */
#menu div .treeitem {
	padding-left: 14px;
	text-indent: -12px;
}
#menu div div .treeitem {
	padding-left: 24px;
}
#menu div div div .treeitem {
	padding-left: 34px;
}
#menu div div div div .treeitem {
	padding-left: 44px;
}
#menu div div div div div .treeitem {
	padding-left: 54px;
}
#menu div div div div div div .treeitem {
	padding-left: 64px;
}
#menu div div div div div div div .treeitem {
	padding-left: 74px;
}
#menu div div div div div div div div .treeitem {
	padding-left: 84px;
}

/* 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: #331005;
	color: #FF9948;
	font-family: monospace;
	text-align: right;
	line-height: 1em;
}

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

/**** Elements specific to Interaction: ****/

/* Left column: */
#leftcol {
	position: absolute;
	width: 144px;
	top: 128px;
	left: 96px;
	font-family: "Tahoma","Verdana","Arial","Helvetica",sans-serif;
	font-size: 85%;
}

/* Time zone setting display: */
#timesetting {
	margin: 2em 0px;
	border-top: 2px solid #204888;
	padding-top: 2px;
}

/* This week’s topic: */
.weektopic {
	width: 100%;
	border-bottom: 2px ridge #C0C0C0;
	background: #0C1B33;
}
.weektopic td {
	vertical-align: top;
	padding: 4px 8px;
}
.weektopic .topichead {
	margin: 0px 0px .1em;
}
.weektopic .topictxt {
	margin: 0px;
	color: #FE612D;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}
.weektopic .timeplace {
	background: #102444;
	font-size: 85%;
	/*text-align: right;*/
}