/* 
* CSS Document
* reports.css
* 
* Author    :   Greg Merriman
* Created   :   Wed 15 Aug 2007
* Modified  :   Wed 15 Aug 2007
*/

/* reports-specific styles for bryncricketclub.co.uk */


/*----------[main Content]----------*/

#report
{
  margin: 2.0em 0 2.0em 0;
}

#reportHeader
{
  border-bottom: solid 1px #bbb;
  margin-bottom: 1.6em;
}

#reportLeft
{
  float: left;
  width: 25%;
  background: transparent;
}

#reportRight
{
  float: right;
  width: 70%;
  background: transparent;
  margin-bottom: 2.0em;
}

#reportLeft img
{
  background: #fff;
  padding: 0.8em;
  border: solid 0.8em #ddd;
}

#reportLeft p
{
  margin-bottom: 1.0em;
}

#reportLeft p em
{
  font-weight: bold;
}

#reportRight h4
{
  margin-top: 1.8em;
}

#reportRight p
{
  color: #444;
  margin-top: 0.4em;
}

#reportRight p.first
{
  color: #446;
  font-weight: bold;
}

#reportRight p.second
{
  color: #446;
  font-weight: bold;
  margin-top: 2.0em;
}

#reportRight p.note
{
  margin-top: 2.0em;
}