﻿
.TopLeft
{
	width: 10px;
	height: 9px;
	background-image: url(../Images/Round/mtbl_corner_left1.gif);
}

.TopRight
{
	width: 10px;
	height: 9px;
	background-image: url(../Images/Round/mtbl_corner_right1.gif);
	background-repeat: repeat-y;
}
.TopSide
{
	height: 9px;
	background-image: url(../Images/Round/mtbl_side_top.gif);
	background-repeat: repeat-x;
}
.BottomLeft
{
	width: 10px;
	background-image: url(../Images/Round/mtbl_corner_left2.gif);
	background-repeat: repeat-y;
	height: 9px;
}
.BottomRight
{
	width: 10px;
	height: 9px;
	background-image: url(../Images/Round/mtbl_corner_right2.gif);
	background-repeat: repeat-y;
}
.BottomSide
{
	height: 9px;
	background-image: url(../Images/Round/mtbl_side_bottem.gif);
	background-repeat: repeat-x;
}
.LeftSide
{
	width: 10px;
	background-image: url(../Images/Round/mtbl_side_left.gif);
	background-repeat: repeat-y;
}
.RightSide
{
	width: 10px;
	background-image: url(../Images/Round/mtbl_side_right.gif);
	background-repeat: repeat-y;
}
.TableContent
{
	background: white;
}
