table.news {
    border:1px Solid #AAAAAA
}

table.news td {
    background:Lavender;
    padding:3px 5px;
}

table.stats {
}

table.stats td {
    padding:3px;
    text-align:left;
    background:Lavender;
    border:1px Solid #AAAAAA;
}

p.ii {
    padding: 0 0 5px 0;;
    margin: 0px;
    text-align:justify
}

p.header {
    padding: 5px 0 0 0;
    font-weight: bolder;
    font-size: 120%;
    font-family: Arial;
    letter-spacing: 0.5em;
    text-align: center;
}

h1.title {
    background:#EE8800;
    padding: 15px 0;
    font-size: 150%;
    text-align:center;
}

h1.header {
    padding: 5px 0 0 0;
    margin:5px 0 10px 0;
    font-weight: bolder;
    font-size: 120%;
    font-family: Arial;
    letter-spacing: 0.5em;
    text-align: center;
}

div.map {
    margin:10px;
    text-align:center;
}

table.instr tr.odd {
    background:Lavender;
    border-bottom:5px Solid White;
}

table.instr td {
    padding:15px 15px;
    vertical-align:middle;
    text-align:center;
}

table.instr h2 {
    font-size:130%;
    margin:0;
}

table.instr li {
    padding:10px;
    text-align:justify;
}

table.instr img {

}

div.scoreticker {
    margin:10px;
    padding:5px;
    vertical-align:middle;
    min-width:150px;
}
div.scoreticker span {
  padding: .5em;
  margin:2px;
  background-color: #7777cc;
  color: #FFF;
  border: 1px Solid #DDDDFF;
  font-size:80%;
}

div.scoreticker span.selected {
  background-color: #FFAA00;
  font-weight:bold;
  color: #FFF;
}

div.scoreticker span a:link, tr.sre a:link {text-decoration:none;color: White}
div.scoreticker span a:visited, tr.sre a:visited {text-decoration:none;color: White }
div.scoreticker span a:hover, tr.sre a:hover {text-decoration:underline;color: White }
div.scoreticker span a:active, tr.sre a:active {color: White}

body {
    font-family:Tahoma;
    font-size:small;
    padding:0;
    margin:0;
}

table > h1 {
    padding: 15px 0;
    margin: 0px;
    color: white;
    background-color: #7777cc;
    text-align: center;
    font-size:180%;
}

tr.sh1 {
    color:Black;
    background-color:White;
    font-family:Arial;
    font-size:100%;
    font-weight:bold;
    height:2em;
    text-align:center;
}

tr.sh2 {
    color:White;
    background-color:#7777cc;
    font-family:Arial;
    font-size:100%;
    font-weight:bold;
}

tr.sro a:link, tr.sre a:link {text-decoration:none;color: Black}
tr.sro a:visited, tr.sre a:visited {text-decoration:none;color: Black }
tr.sro a:hover, tr.sre a:hover {text-decoration:underline;color: Black }
tr.sro a:active, tr.sre a:active {color: Black}

tr.sro {
    background-color:Lavender;
}

tr.srerror {
    background-color:#FF0000;
    font-weight:bold;
}

tr.sre {}

tr.srs {
    background-color:#FFAA00;
    font-weight:bold;
}

td.pos {
    text-align:center;
    padding: 5px 2px;
}

td.name {
    text-align:center;
}

td.de {}

td.dn {
    font-weight:bold;
    color:#AA0000;
text-align:center;
}

td.dh {
    font-weight:bold;
    color:#AA0000;
}

td.s {
    font-weight:bold;
}


/* begin css tabs */

ul#tabnav { /* general settings */
    text-align: left; /* set to left, right or center */
    margin: 1em 0 1em 0; /* set margins as desired */
    font: bold 12px Arial, sans-serif; /* set font as desired */
    border-bottom: 1px solid #D90; /* set border COLOR as desired */
    list-style-type: none;
    padding: 3px 10px 5px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
    display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8 { /* settings for selected tab */
    border-bottom: 1px solid #fff; /* set border color to page background color */
    background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a  { /* settings for selected tab link */
    background-color: #fff; /* set selected tab background color as desired */
    color: #000; /* set selected tab link color as desired */
    position: relative;
    top: 1px;
    padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
    padding: 5px 8px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #D90; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #FA0; /* set unselected tab background color as desired */
    color: #fff; /* set unselected tab link color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
    background: #fff; /* set desired hover color */
    color: #000;
}


/* game nav */
ul#gamenav { /* general settings */
    text-align: left; /* set to left, right or center */
    margin: 1px 0 0 0; /* set margins as desired */
    font: bold 12px Arial, sans-serif; /* set font as desired */
    border-bottom: 1px solid #D90; /* set border COLOR as desired */
    list-style-type: none;
    padding: 3px 10px 5px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#gamenav li { /* do not change */
    display: inline;
}

div#tab1 li.gtab1, div#tab2 li.gtab2, div#tab3 li.gtab3, div#tab4 li.gtab4, div#tab5 li.gtab5 {
    border-bottom: 1px solid #fff; /* set border color to page background color */
    background-color: #fff; /* set background color to match above border color */
}

div#tab1 li.gtab1 a, div#tab2 li.gtab2 a, div#tab3 li.gtab3 a, div#tab4 li.gtab4 a, div#tab5 li.gtab5 a {
    background-color: #fff; /* set selected tab background color as desired */
    color: #000; /* set selected tab link color as desired */
    position: relative;
    top: 1px;
    padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#gamenav li a { /* settings for all tab links */
    padding: 5px 8px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #D90; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #000; /* set unselected tab background color as desired */
    color: #fff; /* set unselected tab link color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
}

ul#gamenav a:hover { /* settings for hover effect */
    background: #fff; /* set desired hover color */
    color: #000;
}


/* end css tabs */
