@media screen
{

  html, body
  {
    margin: 0;
    padding: 0;
  }

  body
  {
background-image:url(040630-beach_volleyball-2-ma-cropped2.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
  }


  div.content
  {
  float:left;
	margin: 2em;
  }

div.panel
{
	margin:20px;
	padding:0px;
	width:300px;
	color:#000000;
	position:relative;
	background-color:yellow;
	float:left;
	opacity:0.75;
	filter:alpha(opacity=75);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.panel h2
{
	color:#000000;
	background-color:#000000;
	color:yellow;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom: single 1px;
	margin-top: 0;
	padding: 10px;
}

div.panel p
{
  margin: 10px;
}
}

@media screen, handheld, tv
{

  .banner
  {
    background-color: black;
  }

  .banner h1
  {
    color: yellow;
  }

  a.external
  {
    background: url('external.png') center right no-repeat;
    padding-right: 12px;
  }

  div.panel
  {
	border-style-bottom:dashed;
	margin-bottom:20px;
  }
  
}

@media print
{

  .content
  {
    width: auto; 
    float: none !important;
    color: black; 
    background: transparent;
  }

  div.panel
  {
	border-style-bottom:dashed;
	margin-bottom:20px;
  }

  a:link, a:visited
  {
    background: transparent;
    text-decoration: none;
  }

  div.content a:link:after, div.content a:visited:after
  {
    content: " (" attr(href) ")";
    font-size: 90%;
  }

  abbr, acronym
  {
    border: 0;
  }

  abbr[title].first:after, acronym[title].first:after
  {
    content: " [" attr(title) "]";
  }

  p
  {
    text-align: justify;
  }

}

.banner
{
  height: 4em;
  padding-top: 1em;
  background-image: url('http://myweb.tiscali.co.uk/comets/images/wpe79412.GIF');
  background-repeat: no-repeat;
  background-position: center right;
  border-bottom-style: solid;
  border-bottom-color: yellow;
}

.banner h1
{
  text-align: center;
}

table.fixtures
{
  margin: 1em;
  border: 1px solid;
}

table caption
{
  font-size: 14pt;
  font-weight: bold;
}

/*
 * Change the spacing between two consecutive tables
 */
table+table caption
{
  margin-top: 2em;
}

table.fixtures td
{
  font-family: "lucida grande", verdana, sans-serif;
  font-size: 8pt;
  padding: 3px 8px;
}
	
col#date
{
  width: 8em;
}
	
col.time
{
  width: 6em;
}
	
col.opponent
{
  width: 12em;
}
	
col.location
{
  width: 12em;
}