/* general */
body {
  background-color: black;
  margin: 0px;
  text-align: center;
}

form {
  margin:0px;
  padding:0px;
}
fieldset {
  padding-left: 8px;
  padding-top: 5px;
}
fieldset legend {
  margin-left: 8px;
  margin-right: 8px;
}
p {
  margin-top: 6px;
  margin-bottom: 6px;
}
img {
  border: 0px;
}


/* header */
#container {
  margin-left:auto;
  margin-right:auto;
  width: 750px; 
  min-height:100%;
  text-align: left;
  border-left: 1px solid #555555;
  border-right: 1px solid #555555;
  position:relative;
  background-color: #111111;
}

/* commented backslash hack v2 \*/ 
* html #container {height:100%;}    
* html #container {width:752px;w\idth:750px;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */ 

#mainheader {
  position:absolute;
  left:0;top:0;
  height: 160px;
  width:100%;
  z-index:1;
}

#header {
  height: 100px;
  width:100%;
  background-color: #D1DCE9;
  margin: 0px 0px 5px 0px;
  border-bottom: 1px dotted #d5d5d5;
  position:relative;
  z-index:2;
  overflow:hidden;
  background-image: url("https://static.twoday-test.net/alien/layouts/178/header.jpg");
  background-repeat: no-repeat;
  background-color: #a8a86e;
}

* html #mainheader {height:161px;he\ight:160px}
* html #header {height:127px;he\ight:127px}

#mainnav {
  width:100%;
  height: 31px;
  position:relative;
  z-index:2;
}

* html #mainnav{height:33px;he\ight:31px}

div.header-image {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
  height: 48px;
  width: 48px;
}

img.icon {
  border: 1px solid #d5d5d5;
}

div.header-title { 
  padding-top: 32px;
  text-align: left;
}
div.header-title a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #2788ea;
  text-decoration: none;
}
div.header-title a:hover {
  color: #ea1313;
}
div.header-tagline {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2788ea;
  text-decoration: none;
  text-align: left;
}


/* sidebar */
#sidebar {
  float: right;
  width: 210px;
  padding:5px 0 ;
}


/* content */
#content {
  width: 500px;
  padding:5px 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #eeeeee;
  line-height: 1.3em;
}

#content p, #sidebar p, #mainnav p, #header p,#footer p  {margin:0 5px 5px 5px}   


/* footer */
#footer {
  position:absolute;
  bottom:0;
  width:100%;
  height: 50px;
  background-color: #a8a86e;
  border-top: 1px dotted #d5d5d5;
  background-image: url("https://static.twoday-test.net/alien/layouts/178/footer.jpg");
}

#footer p {margin:0;padding:0}

* html #footer {height:51px;he\ight:50px;}

.divider1 {
  width:100%;
  height:5px;
  overflow:hidden;
  position:relative;
}

#clearfooter {height:53px;width:100%;clear:both}

.blank , .blank2 {
  position:absolute;
  left:547px;
  width:7px;
  height:0px;
  overflow:hidden;
  border-top: 1px solid #fff;
}

.blank {top:-1px;}

.blank2 {bottom:-1px;border-top:1px solid #fff;
}


/* navigation */
.navigation {
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d5d5d5;
  background-repeat: no-repeat;
  background-image: url("https://static.twoday-test.net/layouts/twodayclassic/ring.gif");
background-color: #002000;
}

.navigation-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #2788ea;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.navigation-text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #999999;
  line-height: 1.1em;
}
.navigation-text a {
  font-weight: bold;
  color: #13ea13;
  text-decoration: none;
}
.navigation .navigation-text a:hover {
  color: #ea1313;
}

.navigation-input, .navigation-submit {
  padding: 1px;
  border: 1px solid #d5d5d5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #999999;
  background-color: #111111;
}

.navigation-submit {
  width: 24px;
  font-weight: bold;
}

/* calendar */
.calDay {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #999999;
 text-align: center;
}
.calSelDay {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #999999;
 border: 1px solid #eeeeee;
 text-align: center;
}
.calFoot {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #999999;
}

/* content */
#content a {
  font-weight: bold;
  color: #13ea13;
  text-decoration: none;
}
#content a:hover {
  font-weight: bold;
  color: #ea1313;
  text-decoration: none;
}
#content td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #eeeeee;
}

#content h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#2788ea;
  font-weight: bold;
  border-bottom: 1px dotted #d5d5d5;
  margin-top: 18px;
  margin-bottom: 12px;
}

#content h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#2788ea;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 8px;
}

#content cite {
  margin-left: 20px;
  font-style: italic;
  display: block;
}

.message {
  font-family: Arial, Helvetica, sans-serif;
  color: #2788ea;
  font-weight: bold;
  border: 1px solid #CC3300;
  background-color: #FFFFCC;
  padding: 4px;
  margin-bottom: 10px;
}

.storyDate { 
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#999999;
  text-align: right;
}
.storyTitle { 
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  color:#2788ea;
  font-weight: bold;
  border-bottom: 1px dotted #d5d5d5;
  margin-top: 16px;
  margin-bottom: 12px;
}
.storyBody  {
  text-align: justify;
  margin-bottom: 12px;
}
.storyLinks { 
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#999999;
  text-align: right;
  margin-bottom: 16px;
}

.formTitle {
   width: 420px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   border: 1px solid #eeeeee;
}

.formText {
   width: 420px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   border: 1px solid #eeeeee;
}

.small {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #999999;
}

.commentDate {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #999999;
   margin-bottom: 2px;
   margin-top: 10px;
}

.commentTitle {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #eeeeee;
   font-weight: bold;
   margin-bottom: 2px;
}

.commentLinks { 
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#eeeeee;
}

.reply { padding-left: 30px; }

.pollResultsBar {
   margin-right: 10px;
   background-color: #13ea13;
   font-size: 0px;
}

table.gallery {
}

table.gallery tr {
}

table.gallery td {
   vertical-align: middle;
   text-align: center;
}

table.gallery img {
}

/* content images */
/* margin: top right bottom left */
div.content .left {
  float: left;
  margin: 7px 10px 7px 0px;
}

div.content .center {
  display: block;
  text-align: center;
  margin: 7px auto 7px auto;
}

div.content .right {
  float: right;
  margin: 7px 0px 7px 10px;
}

/*** for stuntgp ***/
td {
padding-left: 2px;
padding-right: 2px;
}
#h {
  width: 12px;
  background-color: orange;
  font-weight: bold;
}
#n {
  width: 80px;
  text-align: left;
}
#s {

  width: 80px;
  text-align: right;
}
#d {
  width: 80px;

  text-align: center;
}

