table.shadow { 
  /*align: center*/
  width: 100%;
}

td.shadow-top {
  color:	#02086A;
  letter-spacing:	3px;
  font-weight:		bold;
  font-size:	10px;
  padding-top:	4px;
  height: 16px;  
  background-image: url(../core/shadow/top.gif)
}          

td.shadow-topRight { 
  width: 16px;
  height: 16px;
  background-image: url(../core/shadow/top-right-corner.gif)
}

td.shadow-right { 
  width: 16px; 
  background-image: url(../core/shadow/right.gif)
}           

td.shadow-bottomRight { 
  width: 16px; 
  height: 20px; 
  background-image: url(../core/shadow/bottom-right-corner.gif)
} 

td.shadow-bottom { 
  height: 20px;      
  background-image: url(../core/shadow/bottom.gif)
}

td.shadow-bottomLeft { width: 20px;
  height: 16px;
  background-image: url(../core/shadow/bottom-left-corner.gif)
} 

td.shadow-left { width: 16px;
  background-image: url(../core/shadow/left.gif)
}

td.shadow-topLeft { 
  width: 16px; 
  height: 16px;               
  background-image: url(../core/shadow/top-left-corner.gif)
}      
                                                               
td.shadow-center {
  background-color: 	#9a9a9a;
  font-size:	12px;        
}                 
