/*******************************************************************************************/
/****** SHADOW **************************/
.shadowTable
	{
	width: 1024px !important;
	}
	
.shadowTopLeft, .shadowTopRight, .shadowBottomLeft, .shadowBottomRight, .shadowLeft, .shadowRight
{
	width: 25px;	
}

.shadowTopLeft, .shadowTopRight, .shadowBottomLeft, .shadowBottomRight, .shadowTop, .shadowBottom
{
	height: 25px;
}

.shadowTopLeft
{
	background: url(../images/shadows/shadow_topleft_img.jpg) bottom right no-repeat;
}

.shadowTopImg
{
	background: url(../images/shadows/shadow_top_img.jpg) bottom left no-repeat;
	padding: 5px 0px 10px 0px;
}

.shadowLeftImg
{
	background: url(../images/shadows/shadow_left_img.jpg) top right no-repeat;
}

.shadowTopRight
{
	background: url(../images/shadows/shadow_topright.jpg) bottom left no-repeat;
}

.shadowBottomLeft
{
	background: url(../images/shadows/shadow_bottomleft.jpg) top right no-repeat;
}

.shadowBottomRight
{
	background: url(../images/shadows/shadow_bottomright.jpg) top left no-repeat;
}

.shadowTop
{
	background: url(../images/shadows/shadow_top.jpg) bottom repeat-x;
}

.shadowBottom
{
	background: url(../images/shadows/shadow_bottom.jpg) top repeat-x;
}

.shadowLeft
{
	background: url(../images/shadows/shadow_left.jpg) right repeat-y;
	vertical-align: top !important;
}

.shadowRight
{
	background: url(../images/shadows/shadow_right.jpg) left repeat-y;
	vertical-align: bottom !important;
	text-align: left;
}

.shadowContent
{
	background: #ffffff; 
	padding: 0px;
}

