
td.gradient { 
	background: url('images/Gradient.gif');
	background-repeat: repeat-y;
	background-position: right;
		} 
		
td.gradientright { 
	background: url('images/GradientRight.gif');
	background-repeat: repeat-y;
	background-position: left;
		} 
		
td.gradientbottomleft { 
	background: url('images/GradientLeft_Bottom.gif');
	background-repeat:	no-repeat;
	background-position: right;
		} 
		
td.gradientbottom { 
	background: url('images/Gradient_Bottom.gif');
	background-repeat:	repeat-x;
	background-position:	top;
		} 
		
td.gradientbottomright { 
	background: url('images/GradientRight_Bottom.gif');
	background-repeat:	no-repeat;
	background-position:	left;		
		}

td.gradienttopleft { 
	background: url('images/GradientLeft_Top.gif');
	background-repeat:	no-repeat;
	background-position:	right;	
		}
		
td.gradienttop { 
	background: url('images/Gradient_Top.gif');
	background-repeat:	repeat-x;
	background-position:	bottom;	
		}
		
td.gradienttopright { 
	background: url('images/GradientRight_Top.gif');
	background-repeat:	no-repeat;
	background-position:	left;	
		}