/******************************************************************************
 ******************************************************************************
 **
 **  File name:      pcc_ladder.css
 **  Description:    The styles that are for the premiership ladder.
 **
 **  Author:         Stuart Rudd
 **  Last Modified:
 **
 ******************************************************************************
 ******************************************************************************/


TABLE.ladder
{
  width:  70%;
  margin-left:  15%;
  margin-right:  15%;
}


DIV.top_nav
{
  text-align:  right;
  margin-right:  15%;
  margin-bottom:  50px;
}


TABLE.premiership
{
  margin:  0px;
  padding:  0px;
}


TR.ladder_header
{
  background:  rgb(215,185,191);
  margin:  0px;
}


TR.alt
{
  background:  rgb(236,222,226);
}


TR.palmo
{
  font-weight:  bold;
  font-size:  120%;
  color:  rgb(255,255,255);
  background-color:  rgb(165,93,113);
}


TD.finals
{
  height:  2px;
  margin:  0px;
  padding:  0px;
  border-top:  3px dashed rgb(255,0,0);
}


TH
{
  padding:  5px;
  text-align:  center;
}


TD
{
  padding:  5px;
  padding-top:  3px;
  padding-bottom:  2px;
  text-align:  center;
}

.team_name
{
  text-align:  left;
}


