﻿.WhiteBorders .NW,
.WhiteBorders .NE,
.WhiteBorders .SW,
.WhiteBorders .SE
{
    background-repeat: no-repeat;
}

.WhiteBorders .W,
.WhiteBorders .E
{
    background-repeat: repeat-y;
}

.WhiteBorders .N,
.WhiteBorders .S
{   
    background-repeat: repeat-x;
}

.WhiteBorders .N,
.WhiteBorders .NW,
.WhiteBorders .W
{   
    background-position: left top;    
}

.WhiteBorders .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 */
}

.WhiteBorders .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 */
}

.WhiteBorders .NE,
.WhiteBorders .E
{   
    background-position: right top;
}

.WhiteBorders .SW,
.WhiteBorders .S
{
    background-position: left bottom;
}

.WhiteBorders .SE
{
    background-position: right bottom;
}
.WhiteBorders .NW {
	background-image:url(../WhiteBorder/NWbb.jpg);
}
.WhiteBorders .N {
	background-image:url(../WhiteBorder/Nbb.jpg);
}
.WhiteBorders .NE {
	background-image:url(../WhiteBorder/NEbb.jpg);
}
.WhiteBorders .W{
	background-image:url(../WhiteBorder/Wbb.jpg);
}
.WhiteBorders .E{
	background-image:url(../WhiteBorder/Ebb.jpg);
}
.WhiteBorders .SW{
	background-image:url(../WhiteBorder/SWbb.jpg);
}
.WhiteBorders .S{
	background-image:url(../WhiteBorder/Sbb.jpg);
}
.WhiteBorders .SE{
	background-image:url(../WhiteBorder/SEbb.jpg);
}
.WhiteBordersContent {
	padding:10px 10px 0px 10px;
}
.WhiteBorders {
margin:10px 0px 10px 0px;
padding:0px;
background-color:#e82323;
color:#FFF;
}
