/* www.permadi.com */

table.shadowTable
{
	margin:0;
	padding:0;
	table-layout:auto;
	border:none;
	border-width:0px;
	border-spacing:0px;	
	border-collapse:collapse;
	background: transparent;
}

.simplePaddingCell
{ 
	background-color: transparent;
	height:2px;	
	width:2px;		
}

.simpleHorizontalCell
{ 
	background-color: gray;
	height:2px	
	width:100%;
}

.simpleVerticalCell
{ 
	background-color: gray;
	width:1px	
}

table.simpleShadowTable
{
	border:none;
	border-width:0px;
	border-spacing:0px;	
	border-collapse:collapse;
	background: black;
	table-layout:auto;
}

.imageOfSimpleShadowTable
{
	position:relative;
	left: -2px;
	top: -2px;	
	background: black;
}

.textOfSimpleShadowTable
{
	border:1px dotted black;
	position:relative;
	left: -1px;
	top: -0px;	
	padding: 2px;
	background: white;
	width:auto;	
}
