@charset "utf-8";
/* CSS Document */

/**** Outer Table ****/
.top_left{
	background:url(table_images/top_left.png) no-repeat;
	width:10px;
	height:10px;
}
.top_right{
	background:url(table_images/top_right.png) no-repeat;
	width:10px;
	height:10px;
}
.top{
	background:url(table_images/top.png) repeat-x;
	height:10px;
}
.left{
	background:url(table_images/left.png) repeat-y;
	width:10px;
}
.right{
	background:url(table_images/right.png) repeat-y;
	width:10px;
}
.bottom_left{
	background:url(table_images/bottom_left.png) no-repeat;
	width:10px;
	height:10px;
}
.bottom_right{
	background:url(table_images/bottom_right.png) no-repeat;
	width:10px;
	height:10px;
}
.bottom{
	background:url(table_images/bottom.png) repeat-x;
	height:10px;
}
.mid{
	background-color:#fff;
}
/**** Inner Table ****/
.top_left_i{
	background:url(table_images/top_left_i.png) no-repeat;
	width:10px;
	height:10px;
}
.top_right_i{
	background:url(table_images/top_right_i.png) no-repeat;
	width:10px;
	height:10px;
}
.top_i{
	background:url(table_images/top_i.png) repeat-x;
	height:10px;
}
.left_i{
	background:url(table_images/left_i.png) repeat-y;
	width:10px;
}
.right_i{
	background:url(table_images/right_i.png) repeat-y;
	width:10px;
}
.bottom_left_i{
	background:url(table_images/bottom_left_i.png) no-repeat;
	width:10px;
	height:10px;
}
.bottom_right_i{
	background:url(table_images/bottom_right_i.png) no-repeat;
	width:10px;
	height:10px;
}
.bottom_i{
	background:url(table_images/bottom_i.png) repeat-x;
	height:10px;
}
.mid{
	background-color:#fff;
}
