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

.whitePanel table.panel-center
{
	width:100%;
	border: none;
}
.whitePanel table.panel-center .left
{
	width:5px;
	font-size:1px;
	background: transparent url(../../../images/panels/border-left.png) repeat-y 0 0;
}
.whitePanel table.panel-center .center
{
	width:auto;
	background-color: white;
	text-align:center;
	/*overflow:hidden; under Safari top:-5px of child elements is cut*/
}
.whitePanel table.panel-center .center .contentContainer
{
    position:relative;
    text-align:justify;
    top:-5px;
    margin:0px 5px;
    z-index:10;
}
.whitePanel table.panel-center .right
{
	width:5px;
	font-size:1px;
	background: transparent url(../../../images/panels/border-right.png) repeat-y 0 0;
}

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