@charset "utf-8";
/* CSS Document */

/**** Outer Table ****/
.top-left{
	background:url(table_images/top-left.png) top left no-repeat;
}
.top-right{
	background:url(table_images/top-right.png) top right no-repeat;
}
.top{
	background:url(table_images/top.png) top repeat-x;
	margin: 0 25px;
	height:25px;
}
.left{
	background:url(table_images/left.png) left repeat-y;
}
.right{
	background:url(table_images/right.png) right repeat-y;
}
.bottom-left{
	background:url(table_images/bottom-left.png) bottom left no-repeat;
}
.bottom-right{
	background:url(table_images/bottom-right.png) bottom right no-repeat;
}
.bottom{
	background:url(table_images/bottom.png) bottom repeat-x;
	margin:0 25px;
	height:25px;
}
.mid{
	background-color:#0e004d;
}




