/**** Styles Specifically for Default Page in the "Learning Center" Section ****/

/* Buttons at Bottom of Page */
div.learningButtons { text-align:center; }
div.learningButtons table { margin:0 auto; }
div.learningButtons td { text-align:left; }
div.learningButtons a:link, div.learningButtons a:visited
{
  display:block;
  height:51px;
  width:212px;
  overflow:hidden;
  background:transparent no-repeat top left;
}
a#flashButton, a#flashButton:visited { background-image:url(/learning/images/flash-button.gif); }
a#htmlButton, a#htmlButton:visited { background-image:url(/learning/images/html-button.gif); }
div.learningButtons span { display:none; }

