/* Skin Local Navigation with GRAY styles */
#localNavWrap {
background-color: #969696;
}

.localNav, #localBack {
background-color: #dadada;
}

.localNav div span {
background-color: #c7c7c7;
}

.localNav div div span {
background-color: #b2b2b2;
}

.sidebarHL, .boxWrap {
background-color: #bbbbbb;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Rules for the top corners and border */
.bt {
	background:url("/Design/SiteImages/Structure/box_gray.png") no-repeat 100% 0;
	}
.bt div {
	background:url("/Design/SiteImages/Structure/box_gray.png") no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url("/Design/SiteImages/Structure/box_gray.png") no-repeat 100% 100%;
	}
.bb div {
	background:url("/Design/SiteImages/Structure/box_gray.png") no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	background:url("/Design/SiteImages/Structure/box_gray_borders.png") repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	background:url("/Design/SiteImages/Structure/box_gray_borders.png") repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background-color: #ff9966;
	background:url("/Design/SiteImages/Structure/box_gray_borders.png");
	}
