/*** CSS Layout For PS ***/

/*** Top Banner Properties ***/
.top {
    background: #cc0000; /*url("webtop.png") no-repeat top left;*/
    position: fixed; background-attachment: fixed;

    top: 0;
    left: 0;
    
    height: 50px;
    width: 2000px;

    border-bottom: solid 2px white;
}

.home img, .high img, .play img, .down img {
    border: 0;
}

.home, .high, .play, .down {
  position: fixed; background-attachment: fixed;

  margin: 0;
  padding: 0;

  top: 0px;
}

.home {
  left: 240px;
}

.high {
  left: 360px;
}

.play {
  left: 480px;
}

.down {
  left: 600px;
}

.top h1 {
    font-size: xx-large;
    color: white;
    margin: 0;
    padding-left: 15px;
    padding-top: 5px;
    /*padding-left: 250px;
    padding-bottom: 4px;*/
}

/*** Main Document ***/

body {
    background: #000000 url("graphics/hsbar.png") repeat-y top left;
    color: #ffffff;
    
    margin: 0;
    padding: 0;
    padding-top: 60px;
    
    font-family: arial,tahoma,"microsoft sans serif",helvetica,sans-serif;

    text-align: justify;
}

a:active, a:hover { color: #ffff00; font-weight: bold }
a            	  { color: #ff0000; text-decoration: none; font-weight: bold }

.highscores {
    text-align: center;
    margin-right: auto;
    padding: 4px;
    padding-top: 0;
    width: 225px;
    
    float: left;
    
    color: #000000;
}

.content {
    padding-left: 250px;
    padding-right: 1em;
}

.right {
    float: right;
    margin: 0;
    padding: 0;
    margin-left: 1em;
    text-align: center;
    font-style: italic;
}

/*** Footer ***/
.footer {
    padding: 1em;
    padding-top: 0;
    background: #cccccc;
    color: #000000;

    border-top: solid 2px white;

    vertical-align: middle;
    
    float: left;
    
    font-weight: bold;
}

.footer img {
    padding: 0.1em;
    border: none;

    float: right;

    vertical-align: middle;

    height: 31px;
    width: 88px;
}

/* Table Info */
/*------------*/
table.contain {
    border: 0;
    text-align: center;
    width: 100%;
}

td.ontop {
    vertical-align: top;
}

table.month {
  table-layout: fixed;
  padding-left: 3px;
  padding-right: 3px;
  border-spacing: 0px 4px;
  padding-bottom: 2em;
}

caption {
  caption-side: top;
  text-align: center;
  height: 2em;
  font-weight: bold;
}

th {
  text-align: center;
  font-weight: bold;

  border-bottom: dotted 2px white;
}

td.pos {
  text-align: left;
  border-bottom: solid 1px white;
  
  width: 2em;
}

td.init {
  text-align: center;
  border-bottom: solid 1px white;
  padding-left: 3px;
  padding-right: 3px;

  width: 3em;
}

td.score {
  text-align: right;
  border-bottom: solid 1px white;
  
  width: auto;
}

td.mode {
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px white;
  
  width: 3em;
}

td.level {
  text-align: center;
  border-bottom: solid 1px white;

  width: 3em;
}

.highlight {
  color: #FF0000;
}

.latest {
  font-weight: bold;

  color: #0000FF;
}

.today {
  font-weight: bold;
  font-style: italic;
}
