/* 
* CSS Document
* profiles.css
* 
* Author    :   Greg Merriman
* Created   :   Wed 29 Aug 2007
* Modified  :   Wed 29 Aug 2007
*/

/* player profile specific styles for bryncricketclub.co.uk */


/*----------[main Content]----------*/

#playerProfile
{
  margin: 2.0em 0 2.0em 0;
}

#playerProfile #profileHead
{
  width: 100%;
}

#playerProfile #profileHead h5
{
  float: left;
  width: 86%;
  font-size: 1.6em;
  margin: 1.0em 0 1.0em 0;
  border: solid 1px #bbb;
  background-color: #f9f9f9;
  padding: 0.6em;
}

#playerProfile #profileHead p.squadNo em
{
  display: none;
}

#playerProfile #profileHead p.squadNo
{
  float: right;
  width: 6%;
  font-size: 1.6em;
  font-weight: bold;
  margin: 1.0em 0 1.0em 0;
  border: solid 1px #bbb;
  background-color: #f9f9f9;
  padding: 0.6em;
  text-align: center;
}

#playerProfile #profileLeft
{
  float: left;
  width: 25%;
  background: transparent;
}

#playerProfile #profileLeft img
{
  background: #fff;
  padding: 0.8em;
  border: solid 0.8em #ddd;
}

#playerProfile #profileRight
{
  float: right;
  width: 70%;
  background: transparent;
  margin-bottom: 2.0em;
}

#playerProfile #profileRight p
{
  padding-top: 1.2em;
}

#playerProfile #profileRight p em
{
  font-weight: bold;
}