﻿.BorderContainer .NW,
.BorderContainer .NE,
.BorderContainer .SW,
.BorderContainer .SE
{
    background-repeat: no-repeat;
}

.BorderContainer .W,
.BorderContainer .E
{
    background-repeat: repeat-y;
}

.BorderContainer .N,
.BorderContainer .S
{   
    background-repeat: repeat-x;
}

.BorderContainer .N,
.BorderContainer .NW,
.BorderContainer .W
{   
    background-position: left top;    
}

.BorderContainer .NE
{
    /* Begin fix to ensure header background is correctly displayed */
    min-height:9px;
    height: auto !important;
    height: 9px;
   /* End fix to ensure header background is correctly displayed */
}

.BorderContainer .SE
{
    /* Begin fix to ensure footer background is correctly displayed */
    min-height: 9px;
    height: auto !important;
    height: 9px;
    /* End fix to ensure footer background is correctly displayed */
}

.BorderContainer .NE,
.BorderContainer .E
{   
    background-position: right top;
}

.BorderContainer .SW,
.BorderContainer .S
{
    background-position: left bottom;
}

.BorderContainer .SE
{
    background-position: right bottom;
}
.BorderContainer .NW {
	background-image:url(NWbb.jpg);
}
.BorderContainer .N {
	background-image:url(Nbb.jpg);
}
.BorderContainer .NE {
	background-image:url(NEbb.jpg);
}
.BorderContainer .W{
	background-image:url(Wbb.jpg);
}
.BorderContainer .E{
	background-image:url(Ebb.jpg);
}
.BorderContainer .SW{
	background-image:url(SWbb.jpg);
}
.BorderContainer .S{
	background-image:url(Sbb.jpg);
}
.BorderContainer .SE{
	background-image:url(SEbb.jpg);
}
.BorderContainerContent {
	padding:3px 14px 0px 14px;
	text-align:left;
}
.BorderContainer {
	margin:0px 0px 7px 0px;
	background-color:#FFF;
}
