.green {
	border: 0px;
	border-width: 0px;
	background: #EAEAEA;
	border-spacing: 0px;
}

.green img, .red img, .yellow img, .blue img {
	border: 0px;
}

.green .top {
	height: 18px;
	background-image: url('images/tables/green_top.png');
	background-repeat: repeat-x;
	margin-bottom: 0px;
}

.green .bottom {
	height: 18px;
	background-image: url('images/tables/green_bottom.png');
	background-repeat: repeat-x;
}

.green .left{
	width: 18px;
	background-image: url('images/tables/green_left.png');
	background-repeat: repeat-y;
}

.green .right{
	width: 18px;
	background-image: url('images/tables/green_right.png');
	background-repeat: repeat-y;
}

.green .topleft {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/green_topleft.png');
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.green .topright {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/green_topright.png');
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

.green .bottomleft {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/green_bottomleft.png');
	background-repeat: no-repeat;
}

.green .bottomright {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/green_bottomright.png');
	background-repeat: no-repeat;
}

.red {
	border-collapse: collapse;
	border: 0px;
	background: #EAEAEA;
}

.red .top {
	height: 18px;
	background-image: url('images/tables/red_top.png');
	background-repeat: repeat-x;
}

.red .bottom {
	height: 18px;
	background-image: url('images/tables/red_bottom.png');
	background-repeat: repeat-x;
}

.red .left{
	width: 18px;
	background-image: url('images/tables/red_left.png');
	background-repeat: repeat-y;
}

.red .right{
	width: 18px;
	background-image: url('images/tables/red_right.png');
	background-repeat: repeat-y;
}

.red .topleft {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/red_topleft.png');
	background-repeat: no-repeat;
}

.red .topright {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/red_topright.png');
	background-repeat: no-repeat;
}

.red .bottomleft {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/red_bottomleft.png');
	background-repeat: no-repeat;
}

.red .bottomright {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/red_bottomright.png');
	background-repeat: no-repeat;
}

.blue {
	border-collapse: collapse;
	border: 0px;
	background: #EAEAEA;
}

.blue .top {
	height: 18px;
	background-image: url('images/tables/blue_top.png');
	background-repeat: repeat-x;
}

.blue .bottom {
	height: 18px;
	background-image: url('images/tables/blue_bottom.png');
	background-repeat: repeat-x;
}

.blue .left{
	width: 18px;
	background-image: url('images/tables/blue_left.png');
	background-repeat: repeat-y;
}

.blue .right{
	width: 18px;
	background-image: url('images/tables/blue_right.png');
	background-repeat: repeat-y;
}

.blue .topleft {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/blue_topleft.png');
	background-repeat: no-repeat;
}

.blue .topright {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/blue_topright.png');
	background-repeat: no-repeat;
}

.blue .bottomleft {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/blue_bottomleft.png');
	background-repeat: no-repeat;
}

.blue .bottomright {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/blue_bottomright.png');
	background-repeat: no-repeat;
}

.yellow {
	border-collapse: collapse;
	border: 0px;
	background: #EAEAEA;
}

.yellow .top {
	height: 18px;
	background-image: url('images/tables/yellow_top.png');
	background-repeat: repeat-x;
}

.yellow .bottom {
	height: 18px;
	background-image: url('images/tables/yellow_bottom.png');
	background-repeat: repeat-x;
}

.yellow .left{
	width: 18px;
	background-image: url('images/tables/yellow_left.png');
	background-repeat: repeat-y;
}

.yellow .right{
	width: 18px;
	background-image: url('images/tables/yellow_right.png');
	background-repeat: repeat-y;
}

.yellow .topleft {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/yellow_topleft.png');
	background-repeat: no-repeat;
}

.yellow .topright {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/yellow_topright.png');
	background-repeat: no-repeat;
}

.yellow .bottomleft {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/yellow_bottomleft.png');
	background-repeat: no-repeat;
}

.yellow .bottomright {
	width: 18px;
	height: 18px;
	background-image: url('images/tables/yellow_bottomright.png');
	background-repeat: no-repeat;
}