﻿table.FramedPanel
{
	margin:20px auto;
}

table.FramedPanel tr.FramedPanelTop
{
	height:20px;
}

table.FramedPanel tr.FramedPanelMiddle
{
}

table.FramedPanel tr.FramedPanelBottom
{
	height:20px;
}

table.FramedPanel tr.FramedPanelTop td.FramedPanelTopLeft
{
	height:20px;
	width:19px;
	background-image:url(../Images/Common/FramedPanel/tl.png);
	background-repeat:no-repeat;
}

table.FramedPanel tr.FramedPanelTop td.FramedPanelTopMiddle
{
	background-image:url(../Images/Common/FramedPanel/bort.png);
	background-repeat:repeat-x;
	height:20px;
}

table.FramedPanel tr.FramedPanelTop td.FramedPanelTopRight
{
	height:20px;
	width:23px;
	background-image:url(../Images/Common/FramedPanel/tr.png);
	background-repeat:no-repeat;
}

table.FramedPanel tr.FramedPanelMiddle td.FramedPanelMiddleLeft
{
	width:19px;
	background-image:url(../Images/Common/FramedPanel/borl.png);
	background-repeat:repeat-y;
}

table.FramedPanel tr.FramedPanelMiddle td.FramedPanelMiddleMiddle
{
	text-align:left;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	width:100%;
}

table.FramedPanel tr.FramedPanelMiddle td.FramedPanelMiddleRight
{
	width:23px;
	background-image:url(../Images/Common/FramedPanel/borr.png);
	background-repeat:repeat-y;
}

table.FramedPanel tr.FramedPanelBottom td.FramedPanelBottomLeft
{
	height:20px;
	width:19px;
	background-image:url(../Images/Common/FramedPanel/bl.png);
	background-repeat:no-repeat;
}

table.FramedPanel tr.FramedPanelBottom td.FramedPanelBottomMiddle
{
	background-image:url(../Images/Common/FramedPanel/borb.png);
	background-repeat:repeat-x;
	height:20px;
}

table.FramedPanel tr.FramedPanelBottom td.FramedPanelBottomRight
{
	height:20px;
	width:23px;
	background-image:url(../Images/Common/FramedPanel/br.png);
	background-repeat:no-repeat;
}

