.wrapperTable
{
	width: 200px;
}

.LeftTop
{
	width: 15px;
	height: 15px;
	background: #e3e3e3 url('images/left_top.png') no-repeat top left;
}

.MidTop
{
	width: 170px;
	height: 15px;
	background: #e3e3e3 url('images/mid_top.png') repeat-x top left;
}

.RightTop
{
	width: 15px;
	height: 15px;
	background: #e3e3e3 url('images/right_top.png') no-repeat top right;
}


.LeftMid
{
	width: 15px;
	background: #e3e3e3 url('images/left_mid.png') repeat-y top left;
}

.MidMid
{
	width: 170px;
	width: 15px;
	background: #e3e3e3 none no-repeat top left;
}

.RightMid
{
	width: 15px;
	background: #e3e3e3 url('images/right_mid.png') repeat-y top right;
}

.LeftBottom
{
	width: 15px;
	height: 15px;
	background: #e3e3e3 url('images/left_bottom.png') no-repeat bottom left;
}

.MidBottom
{
	width: 170px;
	height: 15px;
	background: #e3e3e3 url('images/mid_bottom.png') repeat-x bottom left;
}

.RightBottom
{
	width: 15px;
	height: 15px;
	background: #e3e3e3 url('images/right_bottom.png') no-repeat bottom right;
}

.CER_ContextMenu
{
	width: 180px;
}

.ContextMenuItemPanel
{
	width: 170px;
	height: 30px;
	padding-top: 6px;
	padding-left: 40px;
	background-repeat: no-repeat;
}