/* Endemeo Small Bubble Box Styling 
   JAL 4/11/2009 10:15:49 AM */

table.sb-bubble { border: 0; width: 100%; margin-bottom: 10px; }

td.sb-tl {
  background-image:url('/images/website/smallbubble/tl.gif');
  height: 5px; width: 5px; }

td.sb-tr {
  background-image:url('/images/website/smallbubble/tr.gif');
  height: 5px; width: 5px; }

td.sb-t {
  background-image:url('/images/website/smallbubble/t.gif'); 
  background-repeat: repeat-x;
  height: 5px; }

td.sb-l {
  background-image:url('/images/website/smallbubble/l.gif');
  background-repeat: repeat-y;
  width: 5px; }

td.sb-content { 
  padding:4px; 
  background-image:url('/images/website/smallbubble/background.gif');
  background-repeat: repeat-all; }

td.sb-r { 
  background-image:url('/images/website/smallbubble/r.gif');
  background-repeat: repeat-y;
  width: 5px; }

td.sb-bl { 
  background-image:url('/images/website/smallbubble/bl.gif');
  width: 5px; height: 5px; }

td.sb-b {
  background-image:url('/images/website/smallbubble/b.gif'); 
  background-repeat: repeat-x; height: 5px; }

td.sb-br {
  background-image:url('/images/website/smallbubble/br.gif');
  width: 5px; height: 5px; }

