
/*********** Main Nav Frame */

.WhiteBoxFrame
{
	width:100%;
	line-height:1.6em;
	position:relative;
}

/** Top Left Corner */

.WhiteBoxFrame .TL
{
	position:absolute;
	top:0;
	left:0;
	width:8px;
	height:8px;
	background:url(WhiteBox/CornerSpriteBg.gif) no-repeat left top;
}

/** Top Centre Shadow */

.WhiteBoxFrame .TC
{
	width:100%;
	height:4px;
	background:url(WhiteBox/TopHorizontalBg.gif) repeat-x left top;
}

/** Top Right Corner */

.WhiteBoxFrame .TR
{
	position:absolute;
	top:0;
	right:0;
	width:8px;
	height:8px;
	background:url(WhiteBox/CornerSpriteBg.gif) no-repeat right top;
	z-index:60;
}

/** Left Middle Shadow */

.WhiteBoxFrame .ContentFrame
{
	width:100%;
	background:White url(WhiteBox/LeftVerticalBg.gif) repeat-y left top;
	z-index:40;
}

/** Right Middle Shadow */

.WhiteBoxFrame .ContentInner
{
	padding:13px 26px;
	background:url(WhiteBox/RightVerticalBg.gif) repeat-y right top;
}

.WhiteBoxFrame .ContentInner h1 { margin-left:-15px; }

/** Padded Area */

.WhiteBoxFrame .PaddedArea { padding:0 15px; }

/** Bordered Area */

.WhiteBoxFrame .BorderedArea
{
	padding:14px;
	margin-bottom:1.8em;
	border:1px solid #d7dce2;
}
.WhiteBoxFrame .DarkBorder { border:1px solid #999999; }

/** Hidden Area / Displayed Area */

.WhiteBoxFrame .HiddenArea
{
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}

.WhiteBoxFrame .HiddenArea div { display:none; }

/** Centered Area */

.WhiteBoxFrame .CenteredArea
{
	text-align:center;
	margin-bottom:0.8em;
}

/** Bottom Left Corner */

.WhiteBoxFrame .BL
{
	position:absolute;
	bottom:0;
	left:0;
	width:8px;
	height:8px;
	background:url(WhiteBox/CornerSpriteBg.gif) no-repeat left -8px;
}

/** Bottom Centre Shadow */

.WhiteBoxFrame .BC
{
	width:100%;
	height:4px;
	background:url(WhiteBox/BotHorizontalBg.gif) repeat-x left top;
}

/** Bottom Right Corner */

.WhiteBoxFrame .BR
{
	position:absolute;
	bottom:0;
	right:0;
	width:8px;
	height:8px;
	background:url(WhiteBox/CornerSpriteBg.gif) no-repeat right -8px;
}