/*******************************************************************************************/
/****** SHADOW **************************/
.shadowTable
	{
	width: 940px !important;
	}
	
.shadowBottomLeft, .shadowBottomRight, .shadowLeft, .shadowRight, .shadowTopLeft, .shadowTopRight
{
	width: 20px;	
}

.shadowBottomLeft, .shadowBottomRight, .shadowBottom, .shadowTopLeft, .shadowTopRight
{
	height: 20px;
}

.shadowBottomLeft
{
	background: url(../images/shadow/shadowBottomLeft.jpg) top right no-repeat;
}

.shadowBottomRight
{
	background: url(../images/shadow/shadowBottomRight.jpg) top left no-repeat;
}

.shadowTopLeft
{
	background: url(../images/shadow/shadowTopLeft.jpg) bottom right no-repeat;
}

.shadowTopRight
{
	background: url(../images/shadow/shadowTopRight.jpg) bottom left no-repeat;
}

.shadowBottom
{
	background: url(../images/shadow/shadowBottom.jpg) top repeat-x;
}

.shadowTop
{
	background: url(../images/shadow/shadowTop.jpg) bottom repeat-x;
}

.shadowLeft
{
	background: url(../images/shadow/shadowLeft.jpg) right repeat-y;
}

.shadowRight
{
	background: url(../images/shadow/shadowRight.jpg) left repeat-y;
}


