/******************************************************************************
 ******************************************************************************
 **
 **  File name:      pcc_draw.css
 **  Description:    The styles that are for the season's draw.
 **
 **  Author:         Stuart Rudd
 **  Last Modified:
 **
 ******************************************************************************
 ******************************************************************************/


TABLE.draw
{
  width:  96%;
  margin-left:  2%;
  margin-right:  2%;
}


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


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


TH
{
  padding:  5px;
}


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


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


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


TD.palmo
{
  font-weight:  bold;
}

