/**
 * @version $Id: style_border.css 4 2007-05-29 18:29:49Z kauri $
 */

/* Will be used in index.html */

/* Empty cols. */
td.empty {
	width:5px;
}
/* Top borders */
td.top, td.top_left, td.top_right {
	height:7px;
}
td.top_left, td.top_right {
	width:6px;
}
td.top {
	background-image:url('img/top_middle.png');
}
td.top_left {
	background-image:url('img/top_left.png');
}
td.top_right {
	background-image:url('img/top_right.png');
}

/* Bottom borders */
td.bottom, td.bottom_left, td.bottom_right {
	height:7px;
}
td.bottom_left, td.bottom_right {
	width:6px;
}
td.bottom {
	background-image:url('img/bottom.png');
}
td.bottom_left {
	background-image:url('img/bottom_left.png');
}
td.bottom_right {
	background-image:url('img/bottom_right.png');
}

/* Left & right borders. */
td.left, td.right {
	width:6px;
}
td.left {
	background-image:url('img/left.png');
}
td.right {
	background-image:url('img/right.png');
}