
/* White table with rounded cornsers */ 
.wtl {
	background: url(corners/white_tl.gif) top left no-repeat #FFFFFF;
	width: 5px;
	height: 5px;
}

.wt {
	background: url(corners/white_top.gif) top left repeat-x #FFFFFF;
	height: 5px;
}

.wtr {
	background: url(corners/white_tr.gif) top right no-repeat #FFFFFF;
	width: 5px;
	height: 5px;
}

.wl {
	background: url(corners/white_left.gif) top left repeat-y #FFFFFF;
	width: 5px;
}

.wr {
	background: url(corners/white_right.gif) top right repeat-y #FFFFFF;
	width: 5px;
}

.wbl {
	background: url(corners/white_bl.gif) bottom left no-repeat #FFFFFF;
	width: 5px;
	height: 5px;
}

.wb {
	background: url(corners/white_bottom.gif) bottom left repeat-x #FFFFFF;
	height: 5px;
}

.wbr {
	background: url(corners/white_br.gif) bottom left no-repeat #FFFFFF;
	width: 5px;
	height: 5px;
}


/* Grey Table with rounded corners  */

.gtl {
	background: url(corners/grey_tl.gif) top left no-repeat #D5D5D5;
	width: 5px;
	height: 5px;
}

.gt {
	background: url(corners/grey_top.gif) top left repeat-x #D5D5D5;
	height: 5px;
}

.gtr {
	background: url(corners/grey_tr.gif) top right no-repeat #D5D5D5;
	width: 5px;
	height: 5px;
}

.gl {
	background: url(corners/grey_left.gif) top left repeat-y #D5D5D5;
	width: 5px;
}

.gr {
	background: url(corners/grey_right.gif) top right repeat-y #D5D5D5;
	width: 5px;
}

.gbl {
	background: url(corners/grey_bl.gif) bottom left no-repeat #D5D5D5;
	width: 5px;
	height: 5px;
}

.gb {
	background: url(corners/grey_bottom.gif) bottom left repeat-x #D5D5D5;
	height: 5px;
}

.gbr {
	background: url(corners/grey_br.gif) bottom left no-repeat #D5D5D5;
	width: 5px;
	height: 5px;
}






