/* 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:5px;	
	width:5px;		
}

.simpleHorizontalCell
{ 
	background-color: gray;
	height:5px	
	width:100%;
}

.simpleVerticalCell
{ 
	background-color: gray;
	width:5px	
}

table.simpleShadowTable
{
	border:none;
	border-width:0px;
	border-spacing:0px;	
	border-collapse:collapse;
	background: gray;
	table-layout:auto;
}

.imageOfSimpleShadowTable
{
	position:relative;
	left: -5px;
	top: -5px;	
	background: gray;
}

.textOfSimpleShadowTable
{
	border:1px dotted black;
	position:relative;
	left: -4px;
	top: -3px;	
	padding: 10px;
	background: white;
	width:auto;	
}


