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

/* General styles for every use: */
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background: #000000 url("/_images/tilebak.gif") repeat top left;
	color: #00FF00;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	padding: 0px;
}
form {
	margin: 0px;
}
img {
	border: 0px;
	vertical-align: text-bottom;
}
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%;
}
tt,pre {
	font-family: monospace;
}
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;
}
h3 {
	margin-bottom: 0em;
	font-size: 120%;
	font-weight: bold;
}
h4 {
	margin-bottom: .8em;
	font-size: 100%;
	font-weight: bold;
}
p {
	margin: .8em 0px;
}
dt {
	margin-bottom: .1em;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}
dd {
	margin: 0px 0px .8em 3em;
}
h1 i, i i, dt i {
	font-style: normal;
}
hr {
	height: 27px;
	margin: 1.2em 4em;
	border-width: 0px 6px;
	border-style: ridge;
	border-color: #606060;
	background: url("/_images/rulebak.png") repeat-x center;
}
abbr[title] {
	cursor: help;
}

/* General styles for forms: */
input,textarea,select {
	font-family: monospace;
	background: #000000;
	color: #00FF00;
}
input[disabled], textarea[disabled], select[disabled], option[disabled] {
	color: #808080;
}
select:focus {
	background: #003030;
	color: #00FFFF;
}
optgroup {
	background: #003000;
	color: #00FF00;
	padding: 0px 2px;
}
option {
	background: #000000;
	color: #00FF00;
	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;
}
.fullwidthlist {
	width: 100%;
	margin: .8em 0px;
}
.fullwidthlist td, .fullwidthlist th {
	padding: 2px;
}
.byline {
	text-align: center;
	font-size: 125%;
	font-style: italic;
}

/* General types of lists: */
ul,ol {
	margin: .6em 0px;
}
li {
	margin: .4em 0px;
}
ol.upalpha {
	list-style-type: upper-alpha;
}
ol.loalpha {
	list-style-type: lower-alpha;
}
ol.uproman {
	list-style-type: upper-roman;
}
ol.loroman {
	list-style-type: lower-roman;
}
ol.dec {
	list-style-type: decimal;
}

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

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

/**** Elements specific to GoobNet: ****/

/* General types of formatting: */
.dialogue p {
	margin-left: 3em;
	text-indent: -3em;
}

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

/* Minitree: */
#menu {
	margin-bottom: 2em;
	width: 100%;
	background: #000000;
	border: 2px ridge #C0C0C0;
	padding: 0px;
	overflow: auto;
	font-family: "Tahoma","Verdana","Arial","Helvetica",sans-serif;
	font-size: 85%;
}
#menu .toggle {
	padding-right: 4px;
	vertical-align: text-bottom;
	text-align: center;
}
#menu .illum {
	border-width: 1px 0px;
	border-color: #004040;
	border-style: solid;
	background: #002020;
}
#menu .hilite {
	border-width: 1px 0px;
	border-color: #006000;
	border-style: solid;
	background: #003000;
	font-weight: bold;
}
#menu .treeitem {
	padding: 2px 4px;
}
#menu img {
	vertical-align: baseline;
}
#menu a:link, #menu a:visited {
	color: #00FFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
#menu a:active, #menu a:focus {
	color: #FF80FF;
	text-decoration: underline;
}
/* Minitree 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;
}
/* Minitree Whine Control styles: */
#menu .catk {
	background: #303000;
	color: #C0C000;
}
#menu .cats {
	background: #300030;
	color: #C030C0;
}
#menu .catn {
	background: #003000;
	color: #00C000;
}
#menu .catc {
	background: #0C1830;
	color: #3060C0;
}
#menu .catv {
	background: #303030;
	color: #808080;
}
#menu .catkdk {
	background: #202000;
	color: #C0C000;
}
#menu .catsdk {
	background: #200020;
	color: #C030C0;
}
#menu .catndk {
	background: #002000;
	color: #00C000;
}
#menu .catcdk {
	background: #081020;
	color: #3060C0;
}
#menu .catvdk {
	background: #202020;
	color: #808080;
}
#menu .catk a:link, #menu .catk a:visited, #menu .catkdk a:link, #menu .catkdk a:visited {
	color: #FFFF00;
}
#menu .cats a:link, #menu .cats a:visited, #menu .catsdk a:link, #menu .catsdk a:visited {
	color: #FF40FF;
}
#menu .catn a:link, #menu .catn a:visited, #menu .catndk a:link, #menu .catndk a:visited {
	color: #00FF00;
}
#menu .catc a:link, #menu .catc a:visited, #menu .catcdk a:link, #menu .catcdk a:visited {
	color: #4080FF;
}
#menu .catv a:link, #menu .catv a:visited, #menu .catvdk a:link, #menu .catvdk a:visited {
	color: #C0C0C0;
}

/* Silly Buck account display: */
#acctsb {
	margin: 2em 0px;
	width: 100%;
	background: #000000;
	border: 2px ridge #C0C0C0;
	padding: 0px;
	overflow: auto;
	font-family: "Tahoma","Verdana","Arial","Helvetica",sans-serif;
	font-size: 85%;
}
#acctsb p {
	margin: 0px;
	text-align: center;
}
#acctsb #accthdr {
	padding: 4px;
	background: #003030;
	color: #00FFFF;
	font-weight: bold;
}
#acctsb #accttotal {
	margin: .3em 0px;
	color: #00FFFF;
	font-size: 150%;
	font-family: monospace;
}
#acctsb #acctsilly {
	padding: 4px;
}

/* Time zone setting display: */
#timesetting {
	margin: 2em 0px;
	border-top: 2px solid #006000;
	padding-top: 2px;
	font-family: "Tahoma","Verdana","Arial","Helvetica",sans-serif;
	font-size: 85%;
}

#timesetting p {
	margin: 0px 0px .6em;
}

/* Section lead: */
.seclead {
	margin: 0px 0px .4em;
	border-bottom: 5px double #006000;
	font-size: 200%;
	font-family: monospace;
}

/* Whine list styles: */
.keywordform {
	margin: 2em 4em;
}
.yearbar {
	border: 2px ridge #C0C0C0;
	padding: 8px;
	background: #000000;
	text-align: center;
}
#whinesel td {
	vertical-align: top;
}
#whinesel #whineleft {
	padding-right: 8px;
}
#whinesel #whineright {
	padding-left: 8px;
}
.subsec {
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}
.dksub {
	border: 1px inset #C0C0C0;
}
.subsec h3, .subsec p {
	margin: 4px;
}
.subsec .img {
	text-align: right;
}
#whinesel ul {
	padding-left: 2em;
	margin: 4px;
}
#whinesel ul a:link, #whinesel ul a:visited {
	text-decoration: none;
}
#whinesel ul a:hover, #whinesel ul a:active, #whinesel ul a:focus {
	text-decoration: underline;
}
#whinesel li {
	margin: .2em 0px;
}
#whinesel .endlnk {
	margin: .8em 4px 4px;
	font-weight: bold;
}
#knw {
	margin-bottom: 1em;
	border: 2px ridge #C0C0C0;
	background: #303000;
	color: #FFFF00;
}
#knw td {
	color: #FFFF00;
}
#knw h2 {
	margin: 4px;
	border-color: #606000;
	text-align: center;
}
#knw .dksub {
	background: #202000;
}
#sup {
	margin-bottom: 1em;
	border: 2px ridge #C0C0C0;
	background: #300030;
	color: #FF40FF;
}
#sup td {
	color: #FF40FF;
}
#sup h2 {
	margin: 4px;
	border-color: #600060;
	text-align: center;
}
#sup .dksub {
	background: #200020;
}
#nvl {
	margin-bottom: 1em;
	border: 2px ridge #C0C0C0;
	background: #003000;
	color: #00FF00;
}
#nvl td {
	color: #00FF00;
}
#nvl h2 {
	margin: 4px;
	border-color: #008000;
	text-align: center;
}
#nvl .dksub {
	background: #002000;
}
#cmn {
	margin-bottom: 1em;
	border: 2px ridge #C0C0C0;
	background: #0C1830;
	color: #4080FF;
}
#cmn td {
	color: #4080FF;
}
#cmn h2 {
	margin: 4px;
	border-color: #183060;
	text-align: center;
}
#cmn .dksub {
	background: #081020;
}
#var {
	margin-bottom: 1em;
	border: 2px ridge #C0C0C0;
	background: #303030;
	color: #C0C0C0;
}
#var td {
	color: #C0C0C0;
}
#var h2 {
	margin: 4px;
	border-color: #606060;
	text-align: center;
}
#var .dksub {
	background: #202020;
}

/* Updated Whine list styles: */
#whinelisttbl {
	width: 100%;
}
.whinepost {
	margin: 2em 0px;
	border: 2px ridge #C0C0C0;
	background: #000000;
}
.whinepost p {
	margin: 1em 16px;
}
.whinepost .postdate {
	margin: 0px;
	padding: 4px 8px;
	background: #002000;
	font-weight: bold;
}
.whinepost h2 {
	margin: 0px;
	border-color: #006060;
	padding: 4px 12px 2px;
	background: #003030;
}
.whinepost h2 a:link, .whinepost h2 a:visited {
	text-decoration: none;
}
.whinepost h2 a:hover, .whinepost h2 a:active, .whinepost h2 a:focus {
	text-decoration: underline;
}
.whinepost .keywords {
	margin: 1em 8px 4px;
	color: #00C000;
	font-size: 85%;
	font-style: italic;
}
.keywords a:link, .keywords a:visited {
	color: #00FF00;
	font-weight: bold;
	text-decoration: none;
}
.keywords a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
.keywords a:active, .keywords a:focus {
	color: #FF80FF;
	text-decoration: underline;
}
.navresults {
	margin: .5em 0px;
	text-align: center;
}

/* Whine keyword list styles: */
#whinelistframe {
	padding-left: 16px;
	vertical-align: top;
}
#whinekeywordframe {
	vertical-align: top;
}
.whinekeywords {
	margin-top: 2em;
	width: 180px;
	background: #000000;
	border: 2px ridge #606060;
}
.whinekeywords .head {
	margin: 0px 0px 12px;
	padding: 2px;
	background: #003030;
	color: #00FFFF;
	font-size: 125%;
	text-align: center;
	font-family: monospace;
	font-weight: normal;
}
.whinekeywords table {
	width: 100%;
}
.whinekeywords td {
	vertical-align: top;
	padding: 1px;
	font-size: 85%;
}
.whinekeywords a:link, .whinekeywords a:visited {
	font-weight: bold;
	text-decoration: none;
}
.whinekeywords a:hover, .whinekeywords a:active, .whinekeywords a:focus {
	text-decoration: underline;
}
.whinekeywords .hilite td {
	background: #404040;
	color: #C0C0C0;
	font-weight: bold;
	font-style: italic;
}

/* Whine key styles: */
#whinekey {
	width: 100%;
	margin: 4px 0px .8em;
}
#whinekey td {
	text-align: center;
	vertical-align: top;
}
.catlist {
	margin: 0px auto;
}
#whinekey .catlist td {
	padding: 1px;
	text-align: left;
}
.catlist th {
	font-weight: bold;
	text-align: center;
}
.catlist a:link, .catlist a:visited {
	color: #00FFFF;
	text-decoration: none;
}
.catlist a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}
.catlist a:active, .catlist a:focus {
	color: #FF80FF;
	text-decoration: underline;
}
.catlist .knw, .catlist .sup, .catlist .nvl, .catlist .cmn, .catlist .var {
	font-weight: bold;
}
.catlist .knw {
	background: #303000;
}
.catlist .sup {
	background: #300030;
}
.catlist .nvl {
	background: #003000;
}
.catlist .cmn {
	background: #0C1830;
}
.catlist .var {
	background: #303030;
}
.catlist .knwsub {
	background: #202000;
	color: #FFFF00;
}
.catlist .supsub {
	background: #200020;
	color: #FF40FF;
}
.catlist .nvlsub {
	background: #002000;
	color: #00FF00;
}
.catlist .cmnsub {
	background: #081020;
	color: #4080FF;
}
.catlist .varsub {
	background: #202020;
	color: #C0C0C0;
}
.catlist .knwlt {
	background: #606000;
	color: #FFFF00;
	font-weight: bold;
}
.catlist .suplt {
	background: #600060;
	color: #FF40FF;
	font-weight: bold;
}
.catlist .nvllt {
	background: #008000;
	color: #00FF00;
	font-weight: bold;
}
.catlist .cmnlt {
	background: #183060;
	color: #4080FF;
	font-weight: bold;
}
.catlist .varlt {
	background: #606060;
	color: #C0C0C0;
	font-weight: bold;
}

/* Whine list styles: */
#whineindex {
	width: 100%;
}
#whineindex td {
	padding: 2px;
}
#whineindex a:link, #whineindex a:visited {
	font-weight: bold;
	text-decoration: none;
}
#whineindex a:hover, #whineindex a:active, #whinelist a:focus {
	text-decoration: underline;
}

/* About GoobNet styles: */
.aboutpers {
	margin-top: 0px;
	text-align: center;
}
.floatimglf {
	float: left;
	margin-right: 8px;
	border: 2px ridge #C0C0C0;
	padding: 2px;
}
.acclaim {
	margin-bottom: 4px;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
.acclaimattr {
	margin-top: 4px;
	font-style: italic;
	text-align: center;
}
.linkstbl {
	width: 100%;
}
.linkstbl td {
	vertical-align: top;
}
.linkstbl a:link img, .linkstbl a:visited img {
	border-width: 1px;
	border-style: solid;
}
.linkstbl .sidecol {
	padding: 4px 0px;
}
.linkstbl .cencol {
	padding: 4px 8px;
}
.linkstbl .btnfloatlf {
	float: left;
}
.linkstbl .btnfloatrt {
	float: right;
}

/* Munber Theory styles: */
#munberby {
	margin: 0px;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#munberlead {
	margin: .3em 0px;
	border-bottom: 5px double #006000;
	font-size: 200%;
	font-family: monospace;
	text-align: center;
}
#munberedit {
	margin: 0px 0px .8em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.munbercontents {
	font-size: 125%;
}
.munbercontents ul {
	font-size: 85%;
}
.subsechead {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}
.ind {
	text-indent: 1em;
}
.munberexc li {
	margin-bottom: .3em;
}
.munberexc td {
	padding-right: .5em;
	vertical-align: top;
}

/* Review committee Weekly Whine styles: */
.awardhonouree {
	margin: 0em 0em .4em 0em;
	font-style: italic;
}
.awardhonouree i {
	font-style: normal;
}
.awarddetails {
	margin: .4em 0em .4em 3em;
	text-indent: -3em;
}

/* GoobNet Mailbox Weekly Whine styles: */
.mailboxltr {
	margin: .8em 0px 0px;
	color: #00C000;
	font-style: italic;
}
.mailboxltr b {
	color: #00FF00;
}
.mailboxltr i {
	font-style: normal;
}
.mailboxfrom {
	margin: 0px 2em .8em;
	text-align: right;
	color: #00C000;
}

/* GoobNet Satellite Programming Live Using Television styles: */
.bigline {
	color: #00FFFF;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
}
