/*

Faded table classes

'tFade_' Key:
	tl = Top Left
	tc = Top Center
	tr = Top Right
	cl = Center Left
	cc = Center Center
	cr = Center Right
	bl = Bottom Left
	bc = Bottom Center
	br = Bottom Right

*/

table {
	border-collapse: collapse ;
}

.tFade_tl {
	background: url(/images/png/fade_corner.png) ;
	background-position: left top ;
	background-repeat: no-repeat ;
	height: 20px ;
	width: 20px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_tc {
	background: url(/images/png/fade_h.png) ;
	background-position: top ;
	background-repeat: repeat-x ;
	height: 20px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_tr {
	background: url(/images/png/fade_corner.png) ;
	background-position: right top ;
	background-repeat: no-repeat ;
	height: 20px ;
	width: 20px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_cl {
	background: url(/images/png/fade_v.png) ;
	background-position: left ;
	background-repeat: repeat-y ;
	width: 20px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_cc {
	background: #ffffff ;
}
 
.tFade_cr {
	background: url(/images/png/fade_v.png) ;
	background-position: right ;
	background-repeat: repeat-y ;
	width: 20px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_bl {
	 background: url(/images/png/fade_corner.png) ;
	 background-position: left bottom ;
	 background-repeat: no-repeat ;
	 height: 20px ;
	 width: 20px ;
	 font-size: 1px ;
	 line-height: 1px ;
}

.tFade_bc {
	background: url(/images/png/fade_h.png) ;
	background-position: bottom ;
	background-repeat: repeat-x ;
	height: 20px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_br {
	background: url(/images/png/fade_corner.png) ;
	background-position: right bottom ;
	background-repeat: no-repeat ;
	height: 20px ;
	width: 20px ;
	font-size: 1px ;
	line-height: 1px ;
}