﻿@media screen, tv {

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: left;
}

#header {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #00CC33;
}

#left {
  text-align: left;
  float: left;
  width: 129px;
  padding: 10px;
  padding-right: 0px;
  border-right: 1px solid #009933;
}

#content {
  text-align: left;
  margin-left: 139px;
  padding: 10px;
  border-left: 1px solid #009933;
  border-right: 1px solid #00CC33;
}

#footer {
  clear: both;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #00CC33;
  font-size: smaller;
}

html,body {
  height: 100%;
}

table {
  width: 100%;
  height: 100%;
}
td, tr {
  height: 100%;
  text-align: center;
}

body {
  margin: 0px;
/*
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #009933;
  scrollbar-shadow-color: #00CC33;
  scrollbar-darkshadow-color: #000000;
  scrollbar-3dlight-color: #00CC33;
*/
}

body, input, select, textarea {
  background-color: #000000;
  color: #FFFFFF;
  font-family: verdana, arial, sans-serif;
}

img {
  border: 0px;
}

input, button, textarea {
  border-top: 1px solid #00CC33;
  border-left: 1px solid #00CC33;
  border-bottom: 1px solid #009933;
  border-right: 1px solid #009933;
}

button {
  background-color: #33CC33;
  color: #FFFFFF;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  padding: 0px;
}

p, span, li, body, input, select, textarea, label {
  font-size: large;
}

p.m, span.m {
  font-size: larger;
}

p.notice, span.notice {
  color: #FF0000;
}

p.message, span.message {
  color: #FF6600;
  font-weight: bold; 
}

p.special, span.special {
  color: #33CC00;
}

p.xx, span.xx {
  font-size: smaller;
}

a {
  color: #FFFFAA;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.blend, #special a.blend {
  color: #FFFFFF;
}
a.special, #special a {
  color: #33CC00;
}

form, ul, li, #left {
  margin: 0px;
}

ul {
  padding-left: 20px;
  list-style-type: circle;
}
li {
  padding: 0px;
  margin-left: 10px;
}

label {
  cursor: pointer;
}

.hide {
  display: none;
}

#bottom {
  position: absolute;
  bottom: 0%;
  left: 0%;
}
}