.panelOuterShellTop {background: url(images/tableHeaderBG.png)  0 0 repeat-x;}
.panelOuterShellBottom {background: url(images/topOrBottomBorder.gif) 0 100% repeat-x}
.panelOuterShellLeft {background: url(images/leftOrRightBorder.gif) 0 0 repeat-y}
.panelOuterShellRight {background: url(images/leftOrRightBorder.gif) 100% 0 repeat-y}
.panelCornerBottomLeft {background: url(Images/TblFooter-BtmLeft.gif) 0 100% no-repeat}
.panelCornerBottomRight {background: url(Images/TblFooter-BtmRight.gif) 100% 100% no-repeat}
.panelCornerTopLeft {background: url(Images/TblHeader-TopLeft.png) 0 0 no-repeat}
.panelCornerTopRight {background: url(Images/TblHeader-TopRight.png) 100% 0 no-repeat; padding : 0px 0px 10px 10px; } 
.panelHeaderLabel {
	display: block;
	height:24px;
	padding: 3px 0px 8px 5px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
    margin-bottom: 10px !important;
}

.innerColoredPanel
{
	display: inline-block;
	background-color: #efeac5;
	padding: 5px 5px 5px 5px;
	height: 100%;
	border: solid 1px #8c8c8c;
	clear:both;
	margin: 0px 5px 0px 5px;
}