﻿.wiMainContainer
{
	width: 100%;
	min-height: 24px;
}

.wiTopContainer
{
	width: 100%;
	height: 7px;
}

.wiTopLeftCorner
{
	float: left;
	width: 5px;
	height: 7px;
	background: transparent url("../Images/WoodPlaque/Inset/TopLeftCorner.gif") no-repeat top right;
}

.wiTopRightCorner
{
	float: right;
	width: 5px;
	height: 7px;
	background: transparent url("../Images/WoodPlaque/Inset/TopRightCorner.gif") no-repeat top left;
}

.wiTopCenter
{
	position: relative;
	height: 7px;
	margin-left: 5px;
	margin-right: 5px;
	background: transparent url("../Images/WoodPlaque/Inset/TopCenter.gif") repeat-x bottom left;
}

.wiCenterContainerL
{
	width: 100%;
	min-height: 10px;
	background: transparent url("../Images/WoodPlaque/Inset/LeftEdge.gif") repeat-y top left;
}

.wiCenterContainerR
{
	width: 100%;
	min-height: 10px;
	background: transparent url("../Images/WoodPlaque/Inset/RightEdge.gif") repeat-y top right;
}

.wiCenterContainerC
{
	position: relative;
	min-height: 10px;
	margin-left: 14px;
	margin-right: 14px;
	background: transparent;
}

.wiMargin
{
	height: 5px;
	width: 100%;
	background: transparent;
}

.wiBottomContainer
{
	width: 100%;
	height: 7px;
}

.wiBottomLeftCorner
{
	float: left;
	width: 5px;
	height: 7px;
	background: transparent url("../Images/WoodPlaque/Inset/BottomLeftCorner.gif") no-repeat top right;
}

.wiBottomRightCorner
{
	float: right;
	width: 5px;
	height: 7px;
	background: transparent url("../Images/WoodPlaque/Inset/BottomRightCorner.gif") no-repeat top left;
}

.wiBottomCenter
{
	margin-left: 5px;
	margin-right: 5px;
	height: 7px;
	position: relative;
	background: transparent url("../Images/WoodPlaque/Inset/BottomCenter.gif")  repeat-x top left;
}
