/*******************************************************************************************/
/****** SHADOW **************************/
.shadowTable
	{
	width: auto;
	}
	
.shadowTopLeft, .shadowTopRight, .shadowBottomLeft, .shadowBottomRight, .shadowLeft, .shadowRight
{
	width: 11px;	
}

.shadowTopLeft, .shadowTopRight, .shadowBottomLeft, .shadowBottomRight, .shadowTop, .shadowBottom
{
	height: 10px;
}

.shadowTopLeft
{
	background: url(../images/shadow_topleft.jpg) no-repeat;
}

.shadowTopRight
{
	background: url(../images/shadow_topright.jpg) no-repeat;
}

.shadowBottomLeft
{
	background: url(../images/shadow_bottomleft.jpg) no-repeat;
}

.shadowBottomRight
{
	background: url(../images/shadow_bottomright.jpg) no-repeat;
}

.shadowTop
{
	background: url(../images/shadow_top.jpg) repeat-x;
}

.shadowBottom
{
	background: url(../images/shadow_bottom.jpg) repeat-x;
}

.shadowLeft
{
	background: url(../images/shadow_left.jpg) repeat-y;
}

.shadowRight
{
	background: url(../images/shadow_right.jpg) repeat-y;
}

.shadowContent
{
	background: #ffffff; 
	padding: 5px;
}


