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;	
}

.bottomLeft
{ 
	background-image:url(../cssImageDropShadow/images/bottomLeft.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:transparent;
	width:9px;
	height:9px	
}

.topRightAndRight
{ 
	background-image:url(../cssImageDropShadow/images/topRightAndRight.png);	
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:9px	
}

.bottom
{ 
	border:none;	
	padding=0;		
	background-image:url(../cssImageDropShadow/images/bottom.png);
	background-repeat: repeat-x;
	background-position: right top;
	background-color: transparent;
	height:9px	
}

.right
{ 
	border:none;	
	padding=0;		
	background-image:url(../cssImageDropShadow/images/right.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:9px	
}

.bottomRight
{ 
	border:none;
	padding=0;		
	background-image:url(../cssImageDropShadow/images/bottomRight.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:9px;
	height:9px;	
	border-collapse:collapse	
}

.bottomLeft
{ 
	border:none;	
	padding=0;	
	background-image:url(../cssImageDropShadow/images/bottomLeft.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:transparent;
	width:9px;
	height:9px	
}

.topRightAndRight
{ 
	position:relative;
	left:0;
	top:0;
	border:none;	
	padding=0;		
	background-image:url(../cssImageDropShadow/images/topRightAndRight.png);	
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:9px	
}



.simpleRight
{ 
	border:none;	
	padding=0;		
	background-image:url(../cssImageDropShadow/images/right.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:9px	
}

.simpleBottomRight
{ 
	border:none;
	padding=0;		
	background-image:url(../cssImageDropShadow/images/bottomRight.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:9px;
	height:9px;	
	border-collapse:collapse	
}

.image
{
	position:relative;
	left: -0px;
	top: -0px;	

}

.textOfShadowTable
{
	border:1px dotted black;
	position:relative;
	left: 0px;
	top: 0px;	
	padding: 10px;
	background: white;
	width:auto;	
}


.imageOffsetted2
{
	position:absolute;
	left: -3px;
	top: -3px;	
	background: red;
	width:auto;
}

.aaa
{
	border:1px dotted black;
	position:relative;
	left: -4px;
	top: -3px;	
	padding: 0px;
	background-image: url(../cssImageDropShadow/images/dropShadowSquare.png);	
	width:auto;	
}

.bbb
{
	border:none;
	position:relative;
	left: 0px;
	top: -159px;	
	width:150px;
}

.watermark
{
    background-image:url('images/logo.png');
	background-position:right bottom;
	background-repeat:no-repeat;
	z-index:2000;
}
