body {
      font-size: 11pt;
}
	
#nav, #sub_navigation, #header_text, #sidebar_left, #sidebar_right, #powered_by  {
      display: none;
}
	
a:link, a:visited {
      color: blue;
}
	
.printonly {  
   display: block; 
} 

    
.screenonly {
      display: none;
}

#content img.thumb {        
      float: right;
      margin-left: 12px;
      margin-bottom: 6px;
      margin-top: .5em;
      border-color: #ccc;
      border-width: 1px;
      border-style: solid;
      padding: 5px;
      }


/* ---( Players )------------------------------------ */
/* Same as in bca.css !!!!                            */
/* -------------------------------------------------- */
img.player {                      /* Bild*/
      float: left;
      border-color: #00478D;
      border-width: 1px;
      border-style: solid;
      padding: 1px;
      margin: 0;
      }
      
.player td.image {
      margin: 0;
      padding: 0;
      } 

.player table {
      /* border: 1px solid #999; */
      line-height: 1em;
      color: #000000;             /* Schriftfarbe der Zellen */
      border-collapse: collapse;
      font-weight: normal;
      margin: 0 0 10px 0;         /* Abstand unterhalb Tabelle */
      padding: 0;
      }            

.player td.header {               /* Name des Spielers */
      font-size: 140%;
      padding: 0 0 20px 10px;
      color: #930;
      }  

.player td {
      padding: 0 0 10px 10px;
      text-align: left;
      white-space: nowrap;
      } 

.player td.notizen {
      line-height: 1.4em;
      white-space: normal;
      }


/* ---( Tabellen Spielerstatistik usw. )------------- */
/* Same as in bca.css !!!!                            */
/* -------------------------------------------------- */

.tb table {
   line-height: 1em;
   color: #000000;                    /* Schriftfarbe der Zellen */
   font-family: Tahoma, Verdana, Arial, Helvetica;
   border: 1px solid #999999;
   border-collapse: collapse;
   font-weight: normal;
   font-size: 8pt;
   text-align: center;
   margin-bottom: 10px;
}

.tb caption {                         /* Tabellenüberschrift 1. Zeile */
   font-family: Tahoma, Verdana, Arial, Helvetica;
   font-size:16pt;
   color: #000000;                    /* Schriftfarbe */
   background-color:#ffffff;          /* Hintergrundfarbe */
   font-weight: bold;
   padding-bottom: 6px;
}

.tb span.caption2 {                   /* Tabellenüberschrift 2. Zeile */
   font-size: 16pt;
   font-weight: bold;
}

.tb span.caption3 {                   /* Tabellenüberschrift 3. Zeile */
   font-size: 11pt;
   font-weight: normal;
}

.tb span.caption4 {                   /* Tabellenüberschrift 3. Zeile */
   font-size: 10pt;
   font-weight: normal;
}

.tb tr.datetime td {
   font-size: 10pt;
   font-weight: normal;
   border-top: 1px solid #ffffff;
   border-left: 1px solid #ffffff;
   border-right: 1px solid #ffffff;
}

.tb td {                              /* Zelle */
   padding: 4px;                      /* Abstand des Textes vom Zellenrand */
   border-left: 1px solid #999999;
}

.tb td.left {                         /* Zelle links ausgerichtet */
   text-align: left;
}

.tb td.right {                        /* Zelle rechts ausgerichtet */
   text-align: right;
}

.tb tr.header1 td {                   /* Header */
     font-weight: bold;
     color: #ffffff;                  /* Schriftfarbe */
     background-color: #3A527C;   /* #00478D; #369;  */         /* Hintergrundfarbe */
     border-top: 1px solid #999999;
     border-left: 1px solid #ffffff;
     border-bottom: 1px solid #ffffff;
}

.tb tr.header2 td {                   /* Header */
     font-weight: bold;
     color: #ffffff;                  /* Schriftfarbe */
     background-color:#999999;        /* Hintergrundfarbe */
     border-left: 1px solid #ffffff;
     border-bottom: 1px solid #999999;
}

.tb tr.odd {                          /* Zeile mit weissem Hintergrund */
     background: #e4e4e4;
}

.tb tr.even {                         /* Zeile mit grauem Hintergrund */
     background: #ffffff;
}

.tb tr.footer {                       /* Footer */
     color: #0000ff;                  /* Schriftfarbe */
     background-color:#e0e0e0;        /* Hintergrundfarbe */
     border-top: 1px solid #999;
}
