﻿#wdmStats .blockContent, #wdmStats .borderTop, #wdmStats .borderBottom
{
  background: url(/images/wdmGrade/wdmGradeBackground.png);
  background-repeat: repeat-y;
  background-position: top;
}

#wdmStats .border_t, #wdmStats .border_b
{
  background-color: Transparent;
}

#wdmGradeBox
{
  padding: 5px;
}

#wdmGradeText
{
  font: bold 24px Calibri;
  line-height: 22px; 
  color: #004d96;
  margin: 0px 0px 8px 0px;
}

#wdmGradeText span
{
  color: #ff9a00;
  font-style: italic;
  font-weight: bold;
}

#wdmGrade
{
  float: left;
  font: bold 40px Verdana;
  line-height: 40px;
  color: #ff9a00;
  margin: 0 25px 0 0;
}

#wdmGradeInfo
{
  font: bold 18px Calibri;
  line-height: 16px;
  color: #004d96;
  margin: 0;
  padding-top: 4px;
}

#wdmGradeInfo span
{
  color: #ff9a00;
}

#wdmStats .border_tl
{
  background: url("/images/wdmGrade/border_tl.png") repeat scroll 0 0 transparent;
}

#wdmStats .border_tr
{
  background: url("/images/wdmGrade/border_tr.png") repeat scroll 0 0 transparent;
}

#wdmStats .border_bl 
{
  background: url("/images/wdmGrade/border_bl.png") repeat scroll 0 0 transparent
}

#wdmStats .border_br
{
  background: url("/images/wdmGrade/border_br.png") repeat scroll 0 0 transparent
}

