body { marign: 0em; padding: 0em; background-color: ffffff; } div#menubar { display: table; width: 100%; border-style: none none solid none; border-width: thin; } div#searchbar { position: absolute; /* Says which positioning we are using */ right: 0%; top: 3em; font-family: arial; font-size: 0.6; background-color: eeeeee; padding: 5px 1.0em 1em 1.0em; text-align: center; border-style: solid; border-width: thin; } div#searchbar a { display: block; text-decoration: none; text-color: black } div#submenubar { position: absolute; /* Says which positioning we are using */ right: 0%; top: 0%; } div#submenubar a { float: left; display: block; min-width: 5em; color: black; text-align: center; text-decoration: none; background-color: white; padding-left: 0.5em; padding-right: 0.5em; margin-left: 0.5em; margin-right: 0.5em; border-style: none solid solid solid; border-width: thin; } div#menubar a { float: left; display: block; min-width: 5em; color: black; text-align: center; text-decoration: none; background-color: white; padding-left: 1em; padding-right: 1em; margin-left: 1em; margin-right: 1em; border-style: solid solid none solid; border-width: thin; } div#menubar a:hover { background-color: eeeeee; } div#leftside { position: absolute; /* Says which positioning we are using */ left: 1em; width: 17%; top: 170px; } div#rightside { position: absolute; /* Says which positioning we are using */ right: 1em; width: 17%; top: 170px; } div#centerside { position: absolute; /* Says which positioning we are using */ left: 18%; width: 62%; top: 170px; } div.box { /* background-color: black;*/ font-family: arial; font-size: 0.8em; width: 13em; margin-bottom: 1em; padding: 0px; /*padding: 2px 2px 2px 2px;*/ display: block; border-style: solid; border-width: thin; } div.box div.head { font-weight: bold; background-color: eeeeee; /* d3d300;*/ /* padding-left: 1em;*/ text-align: center; border-bottom-style: solid; */ border-bottom-width: thin; */ } div.box div.body a { font-size: 0.8em; border-style: none none none solid; border-color: black black black d0d0d0; border-width: thin thin thin 1em; color: black; text-decoration: none; display: block; padding: 1px 0.5em 1px 0.5em; margin-bottom: 1px; font-color: black; background-color: f0f0f0; } div.box div.body a:hover { background-color: white; border-color: black black black black; } div.newsbox { background-color: white; display: table; border-style: solid; border-width: thin; } div.newsbox div.head { background-color: 999999; color: white; font-weight: bold; padding-left: 1em; } div.newsbox div.body { padding: 1em; } div.newsbox div.footer { /* padding: 1em;*/ } div.newsbox div.footer a { background-color: dddddd; padding-left: 1em; padding-right: 1em; margin-left: 1em; margin-right: 1em; display: block; float: left; } div.gamebox { border-style: solid; border-width: thin; } div.gamebox div.title { background-color: grey; color: white; padding-left: 1em; } div.gamebox div.title h1 { font-size: 2em; font-family: arial; margin-top: 0em; } div.gamebox div.tabs { border-style: none none solid none; border-width: thin; display: table; width: 100%; border-collapse: collapse; } div.gamebox div.tabs a { float: left; display: block; color: black; text-align: center; text-decoration: none; background-color: white; padding-left: 1em; padding-right: 1em; margin-left: 0.5em; margin-right: 0.5em; border-style: solid solid none solid; border-color: black; border-width: thin; } div.gamebox div.tabs a.selected { border-style: solid solid hidden solid; border-color: black black white black ; border-width: thin; } div.gamebox div.body { padding: 1em; } table.browser { border-style: solid; text-align: left; } table.browser th { border-bottom: double; text-align: center; } table.browser th:hover { background-color: grey; } table tr td { border-style: none; border-width: thin; } tr.startline td { border-style: solid none none none; border-width: thin thin thin thin; } /* EOF */