/* Copyright &copy; 2009 Campolindo Cabana Club Marlins.  All Rights Reserved. */

/* 20090714.10.25 */

html, body, div, table, h1, h2, h3, h4, h5, h6, p, form, img {
 margin: 0;
 border: 0;
 padding: 0;
  float: none !important;
 font-size: 100.1%
} 

body { 
  background: white;
  float: none !important;
  font-family: Verdana, sans-serif; 
  font-size: 12pt;
}

#bottom, #menu, .menuTable, #top {
  display: none;
}
	
#wrapper,  #content {
  width: auto;
  border: 0;
  margin: 0 5%;
  padding: 0;
  float: none !important;
  color: black;
  background: transparent;
}

#stuff { 
  float: none !important;
  margin: 100px 2% 2% -40px;
  max-width: 650px;
}
tr {
  background: #FFFFFF;
}
tr.header {
  background: #FF9933;
}
tr.even {
  background: #CCFFFF; 
}
tr.y2009 {
  font-style: oblique;
  font-weight: bold;
}
tr.y2009 td.swimmer:before, tr.y2009 td.swimmer:after {
  content: "*"
}


p {
  float: none !important;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 5em;
  padding-bottom: 1em;
  page-break-before: auto;
}
p:first-line {
  color: #0033CC;
  font-size: small;
  font-variant: small-caps;
  font-weight: bold;
}
p.even:first-line {
  color: #993300;
  font-weight: bold;
}

table {
  width: 110%;
}
table, table th, table td {
  border: 1px solid #eee;
  padding: 4px;
}
table th, table td {
   font-size: xx-small;
   width: 45px;
}
table th.date, table td.date { 
   width: 20px;
}
table th.event, table td.event { 
   width: 120px;
}
table th.link, table td.link {
   width: 10px;
}
table th.location, table td.location { 
   width: 50px;
}
table th.score, table td.score { 
   width: 80px;
}





