



.panel-white-on-dark-gray {
	background-color: #FFFFFF;
}

.panel-white-on-dark-gray .header .right
{
	font-size:1px; /* ensure minimum height */
	height: 12px;
}

.panel-white-on-dark-gray .footer .right
{
	font-size:1px; /* ensure minimum height */
	height: 12px;
}

.panel-white-on-dark-gray .border .corner .content
{
	margin-left: 12px;
	margin-right: 12px;
}
.panel-white-on-dark-gray .content-top-border
{
	background-repeat: repeat-x;
	
}
.panel-white-on-dark-gray .content-top-border .left
{
	background-repeat: no-repeat;
	background-position: left;
}
.panel-white-on-dark-gray .content-top-border .right
{
	height: 3px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-position: right;
}


.panel-white-on-dark-gray .header {
	background-image:   url("panel-top.jpg");
	background-repeat: repeat-x;
}

.panel-white-on-dark-gray .header .left {
	background-image:   url("panel-top-left.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

.panel-white-on-dark-gray .header .right {
	background-image:   url("panel-top-right.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}
.panel-white-on-dark-gray .border {
	background-image:   url("panel-left.jpg");
	background-position: top left;
	background-repeat: repeat-y;
}
.panel-white-on-dark-gray .border .corner {
	background-image:   url("panel-right.jpg");
	background-position: top right;
	background-repeat: repeat-y;
}
.panel-white-on-dark-gray .footer {
	background-image:   url("panel-bottom.jpg");
	background-repeat: repeat;
}
.panel-white-on-dark-gray .footer .left {
	background-image:   url("panel-bottom-left.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.panel-white-on-dark-gray .footer .right {
	background-image:   url("panel-bottom-right.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
}
