/* STANDARD TAGS */

html {
  height: 100%;
  overflow: -moz-scrollbars-vertical;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  margin: 0;
  height: 100%;
  padding: 0;
}

a {
  color: #e70033;
  text-decoration: none;
}

img {
  border: none;
}

img.logo {
  margin-bottom: 10px;
}

img.sponsorLogo {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}

img.thumbnail {
  border: 1px solid #ccc;
  padding: 2px;  
}

h1 {
  border-bottom: 1px solid #0000a2;
  color: #0000a2;
  font-size: 16pt;
  font-weight: normal;
  text-transform: uppercase;
}

h1.top {
  margin-top: 0;
}

h2 {
  color: #0000a2;
  font-size: 12pt;
  font-weight: normal;
  margin-bottom: 5px;
}

h2 a {
  color: #0000a2;
  text-decoration: none;
}

h2 a:hover {
  color: #0000a2;
  text-decoration: underline;
}

h3 {
  font-size: 10pt;
  font-weight: normal;
}

h3.message {
  color: #0000a2;
}

h3.message a {
  color: #0000a2;
  font-weight: bold;
}

/* LAYOUT TABLE */

/* See layout.css */

/* TABLE STYLES */

table {
  border-collapse: collapse;
  margin: 0;
}

table.gameInfo {
  margin-bottom: 5px;
}

table.gameInfo td {
  border: none;
}

table.games {
  margin-bottom: 5px;
  width: 100%;
}

table.games th {
  padding: 4px 4px 1px 0;
}

table.games td {
  padding: 2px 4px 2px 0;
}

table.media {
  margin-bottom: 5px;
}

table.media td {
  border: none;
  padding-bottom: 8px;
  vertical-align: top;
}

table.media tr:hover>td {
  background-color: transparent;
}

table.stretch {
  width: 100%;
}

tr:hover>td {
  background-color: #eeeeee;
}

th {
  text-align: left;
  border-bottom: 1px solid black;
  padding: 4px 8px 1px 0;
}

td {
  border-bottom: 1px solid #d9d9d9;
  padding: 2px 8px 2px 0;
}

td.nowrap, th.nowrap {
  white-space: nowrap;
}

td.top, th.top {
  vertical-align: top;
}

table.vertical th {
  border-bottom: 1px solid #d9d9d9;
  text-transform: uppercase;
}

table.vertical tr:hover>td {
  background: none;
}

table.inningByInning {
  margin-bottom: 10px;
}

table.stats {
  margin-bottom: 10px;
}

table.stats th {
  padding-right: 6px;
}

table.stats tr.last td {
  border-bottom: 1px solid black;
}

/* ID STYLES */

#menu {
  background-color: #eeeeee;
  margin: 0 4px;
  height: 30px;
}

#content {
  padding: 10px;
}

#content_left {
  overflow: hidden;
  width: 470px;
}

#content_right {
  float: right;
  overflow: hidden;
  width: 300px;
}

#content_right ul {
  margin-top: 5px;
}

/* CLASS STYLES */

a.movie, img.movie {
  display: block;
  width: 285px;
  height: 161px;
}

p {
  line-height: 15px;
}

p.spielplan_footer {
  color: #999999;
}

p.spielplan_footer a {
  color: #999999;
  text-decoration: underline;
}

p.report_preview, p.message, p.comment {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

p.paginate {
  font-size: 8pt;
}

ul.none {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.none li {
  margin-left: 0;
  padding-left: 0;
}

ul.tabs {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

ul.tabs li {
  display: inline;
  font-size: 9pt;
  margin-left: 0;
  padding-left: 0;
}

li.wide {
  padding-bottom: 5px;
}

li.extra_wide {
  padding-bottom: 15px;
}

ul.gallery_unstyled {
  list-style: none;
  padding-left: 0;
}

ul.gallery_unstyled li {
  display: inline;
}

ul.gallery_unstyled img {
  height: 100px;
}

div.info_box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #eeeeee;
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
  padding: 0 5px;
}

div.info_box h1 {
  background: #d9d9d9 url('../img/infoBoxHeaderBg.png') scroll repeat-x top left;
  border-bottom: 1px solid #d9d9d9;
  color: #555555;
  font-size: 12pt;
  font-weight: normal;
  margin: 0 -5px 5px -5px;
  padding: 4px 5px 1px 5px;
}

div.info_box h2 {
  color: #a2a2a2;
  font-size: 10pt;
  margin-top: 5px;
}

div.info_box img {
  border: 1px solid #cccccc;
}

div.info_box img.flag {
  border: none;
  margin-right: 4px;
  vertical-align: text-top;
}

div.info_box p {
  margin-top: 0;
}

div.fan_box {
  margin: 0;
  padding: 0;
  height: 630px;
}

span.report_preview_header {
  color: #666666;
}

span.report_preview_header a {
  color: #e70033;
}

div.sponsor_footer {
  margin-top: 20px;
  vertical-align: top;
}

/* NEWSLETTER */
label.newsletter {
  display: block;
}

input.newsletter {
  color: #0000a2;
  font-size: 16pt;
  margin-bottom: 15px;
  width: 450px;
}

textarea.newsletter {
  height: 200px;
  margin-bottom: 15px;
  width: 450px;
}

/* LOGIN FORM */

input.login {
  display: block;
  margin-bottom: 10px;
}

label.login {
  display: block;
}

p.error {
  color: #e70033;
}
