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