﻿/*Frame panel */
.FrameTable
{
	margin-bottom:5px;
	margin-top:5px;
}

td.FrameTopLeft
{
	background: url(images/top-left-frame.png) no-repeat top left;
	width:13px;
	height:16px;
}

td.FrameTopMiddle
{
	background: url(images/top.png) repeat-x top;
	height:16px;
}

td.FrameTopRight
{
	background: url(images/top-right-frame.png) no-repeat top right;
	width:13px;
	height:16px;
}

td.FrameMiddleLeft
{
	background: url(images/left-frame.png) repeat-y left;
	width:13px;
}

td.FrameMiddleRight
{
	background: url(images/right-frame.png) repeat-y right;
	width:13px;
}
    
td.FrameBottomLeft
{
	background: url(images/bottom-left-frame.png) no-repeat left top;
	width:13px;
	height:16px;
}

td.FrameBottomMiddle
{
	background: url(images/bottom.png) repeat-x bottom;
	height:16px;
}

td.FrameBottomRight
{
	background: url(images/bottom-right-frame.png) no-repeat right top;
	width:13px;
	height:16px;
}

div.LeftNavigationPanel
{
	padding: 0px 10px 0px 10px;
}

