/* CSS Document */

<style type="text/css">
  table.shadow { 
    align: center
  }

  td.shadow-top { 
    height: 16px;  
    background-image: url(/style/borders/shadow/top.gif)
  }

  td.shadow-topRight { 
    width: 16px;
    height: 16px;
    background-image: url(/style/borders/shadow/topRight.gif)
  }

  td.shadow-right { 
    width: 16px; 
    background-image: url(../images/shadow/right.gif)
  }

  td.shadow-bottomRight { 
    width: 16px; 
    height: 16px; 
    background-image: url(/style/borders/shadow/bottomRight.gif)
  } 

  td.shadow-bottomLeft { width: 16px;
    height: 16px;
    background-image: url(/style/borders/shadow/bottomLeft.gif)
  } 

  td.shadow-left { width: 16px;
    background-image: url(/style/borders/shadow/left.gif)
  }

  td.shadow-topLeft { 
    width: 16px; 
    height: 16px; 
    background-image: url(/style/borders/shadow/topLeft.gif)
  }      

  td.shadow-center { 
    background-color: white  
  }
</style>
