.ContDiv, .ContLeft, .ContRight
{
	padding-bottom:15px;
}
.ContLeft
{
	padding-right:10px;
}
.ContRight
{
	padding-left:10px;
}
.CellContainerContentSpace
{
	padding: 0;
  text-align: left;
}
.TblContainerHeader
{
    width: 100%;
    border: 0;
}
.TblContainerFooter
{
    width: 100%;
    border:0;
}
.CellContainerHeaderActions, .CellContainerHeaderIcon, .CellContainerHeaderTitle, .CellContainerHeaderBtns
{
  height:27px;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0;
}
.CellContainerHeaderTitle, .CellContainerHeaderTitleTransp
{
  width: 100%;
  padding-left: 3px;
}
.CellContainerFooterLeft, .CellContainerFooterRight
{
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0;
}
.CellContainerFooterRight
{
    text-align: right;
}
/*Basic container*/
.btl, .btc, .btr, .bcl, .bcr, .bfl, .bfc, .bfr, .TblContBorders
{
	padding:0;
	border:0;
}
.btl
{
  height:31px;
  width:10px;
}
.btc
{
	background-image:url(btc.gif);
	background-repeat:repeat-x;
}
.btr
{
  height:31px;
  width:10px;
}
.bcl
{
	background-image:url(bcl.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.bcr
{
	background-image:url(bcr.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.bfl, .bfr
{
  height:24px;
  width:10px;
}
.bfc
{
	background-image:url(bfc.gif);
	background-repeat:repeat-x;
}
.bfcs
{
	background-image:url(bfcs.gif);
	background-repeat:repeat-x;
}


