@charset "utf-8";
/* CSS Document */

.top_left{
	background:url(table_images/top_left.png) no-repeat;
	width:25px;
	height:25px;
}
.top{
	background:url(table_images/top.png) repeat-x;
	height:25px;
}
.top_right{
	background:url(table_images/top_right.png) no-repeat;
	width:25px;
	height:25px;
}
.left{
	background:url(table_images/left.png) repeat-y;
	width:25px;
}
.mid{
	background-color:#fff;
}
.right{
	background:url(table_images/right.png) repeat-y;
	width:25px;
}
.bottom_left{
	background:url(table_images/bottom_left.png) no-repeat;
	width:25px;
	height:25px;
}
.bottom{
	background:url(table_images/bottom.png) repeat-x;
	height:25px;
}
.bottom_right{
	background:url(table_images/bottom_right.png) no-repeat;
	width:25px;
	height:25px;
}
