.silverPanel
{
   width:200px;
}
.silverPanel table
{
	width:100%;
	border: none;
}
.silverPanel table.panel-top
{
}
.silverPanel table.panel-top .left
{
	height:12px;
	width:12px;
	font-size:1px;
	background: transparent url(../../../images/panels/cld-border-top-left.png) no-repeat 0 0;
}
.silverPanel table.panel-top .center
{
	height:12px;
	width:auto;
	font-size:1px;
	background: transparent url(../../../images/panels/cld-border-top.png) repeat-x 0 0;
}
.silverPanel table.panel-top .right
{
	height:12px;
	width:12px;
	font-size:1px;
	background: transparent url(../../../images/panels/cld-border-top-right.png) no-repeat 0 0;
}

.silverPanel table.panel-center
{
}
.silverPanel table.panel-center .left
{
	width:8px;
	font-size:1px;
	background: transparent url(../../../images/panels/cld-border-left.png) repeat-y 0 0;
}
.silverPanel table.panel-center .center
{
	width:auto;
	background-color: #D7D7D8;
	overflow:hidden;
}
.silverPanel table.panel-center .center .contentContainer
{
	position:relative;
	top:0px;
	bottom:0px;
	margin:0px 0px;
}
.silverPanel table.panel-center .right
{
	width:8px;
	font-size:1px;
	background: transparent url(../../../images/panels/cld-border-right.png) repeat-y 0 0;
}

.silverPanel table.panel-bottom
{
}
.silverPanel table.panel-bottom .left
{
	height:14px;
	width:14px;
	font-size:1px;
	background: transparent url(../../../images/panels/cld-border-bottom-left.png) no-repeat 0 0;
}
.silverPanel table.panel-bottom .center
{
	height:14px;
	width:auto;
	font-size:1px;
	background: transparent url(../../../images/panels/cld-border-bottom.png) repeat-x 0 0;
}
.silverPanel table.panel-bottom .right
{
	height:14px;
	width:14px;
	font-size:1px;
	background: transparent url(../../../images/panels/cld-border-bottom-right.png) no-repeat 0 0;
}
