TH.Title
{
  color             : white;
  text-align        : center;
  white-space       : nowrap;
  font-size         : 24pt;
  font-family       : Georgia, 'Times New Roman', Times, serif;
  padding           : 5px 10px;
  background-color  : darkcyan;
  background        : linear-gradient(     top, #50A0F0,   #2060A0);
  background        : -o-linear-gradient(  top, #50A0F0,   #2060A0);
  background        : -ms-linear-gradient( top, #50A0F0,   #2060A0);
  background        : -moz-linear-gradient(top, #50A0F0 0, #2060A0 100%);
  background        : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50A0F0), color-stop(100%, #2060A0));
  filter            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#50A0F0', endColorstr='#2060A0', GradientType=0);
}
