td.bottom-part{
	height:12px;
	background: url(images/bottom-part.gif) repeat-x;	
}  

td.bottom-shadow-part
{
    height: 17px;
    background: url(images/bottom-shadow-part.gif) repeat-x;
}

td.left-bottom-corner
{
    width:12px;
    height:12px;
    background: url(images/left-bottom-corner.gif) no-repeat;
}

td.left-bottom-shadow
{
    width:12px;
    height:17px;
    background: url(images/left-bottom-shadow.gif) no-repeat;
}

td.left-part
{
    height:12px;
    background: url(images/left-part.gif);
}

td.right-bottom-corner
{
    height:12px;
    width:12px;
    background: url(images/right-bottom-corner.gif) no-repeat;
}

td.right-bottom-shadow
{
    height:17px;
    width:12px;
    background: url(images/right-bottom-shadow.gif) no-repeat;   
}

td.right-part
{
    width:12px;
    background: url(images/right-part.gif);
}

td.right-top-corner
{
    width:12px;
    height:12px;
    background: url(images/right-top-corner.gif) no-repeat;
}

td.left-top-corner
{
    width:12px;
    height:12px;
    background: url(images/left-top-corner.gif) no-repeat;
}
td.top-part
{
    height:12px;
    background: url(images/top-part.gif) repeat-x;   
}

.tableClass
{
	bgcolor: #FFFFFF;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

td.componentBackground{
  background: url(images/background_container.gif) repeat-x;
}

.componentBackground p {
  color: #ffffff;
}
