/*============================================================================*/
/*Formats for the Body Section of the Video Page*/


#votationpanel
{
  background-color:#3c3c3c;
  font-size:9px;
}

#votationpanel a
{
  font-size:9px;
  color:#AEAEAE;
  text-decoration:none;
}

#votationpanel a:hover
{
  color:white;
}

#votationpanel .pnvt_sttnumbers
{
  font-weight:bold;
  color:white;
}

#votationpanel .pnvt_sttnumbers.pnvt_sttpoints
{
  font-size:20px;
}




/*============================================================================*/
/*General Formats for the Body Section of the Video Page*/


body.votationframe
{
  background:#3c3c3c;
  font-family:Verdana;
  font-size:9px;
  color:#AEAEAE;
}

