@CHARSET "UTF-8";
/*******************************************************************************************/
/****** SHADOW **************************/
.cellWidth50
{
	width: 50%;
}

.shadowTable
	{
	width: auto;
	}
	
.shadowTopLeft, .shadowTopRight, .shadowBottomLeft, .shadowBottomRight, .shadowLeft, .shadowRight, 
	.shadowLeftDark, .shadowRightDark, .cellThinWidth
{
	width: 25px;	
}

.shadowTopLeft, .shadowTopRight, .shadowBottomLeft, .shadowBottomRight, .shadowTop, .shadowBottom
{
	height: 25px;
}

.shadowTopLeft
{
	background: url(../images/shadow/shadowTopLeft4.jpg) bottom right no-repeat;
}

.shadowTopRight
{
	background: url(../images/shadow/shadowTopRight4.jpg) bottom left no-repeat;
}

.shadowBottomLeft
{
	background: url(../images/shadow/shadowBottomLeft3.jpg) top right no-repeat;
}

.shadowBottomRight
{
	background: url(../images/shadow/shadowBottomRight3.jpg) top left no-repeat;
}

.shadowTop
{
	background: url(../images/shadow/shadowTop4.jpg) bottom repeat-x;
}

.shadowBottom
{
	background: url(../images/shadow/shadowBottom3.jpg) top repeat-x;
}

.shadowLeft
{
	background: url(../images/shadow/shadowLeft3.jpg) right repeat-y;
}

.shadowRight
{
	background: #BF8850 url(../images/shadow/shadowRight3.jpg) left repeat-y;
}

.shadowLeftTop
{
	background: url(../images/shadow/shadowLeftTop4.jpg) right repeat-y;
}

.shadowRightTop
{
	background: #BF8850 url(../images/shadow/shadowRightTop4.jpg) left repeat-y;
}

.shadowLeftRed
{
	background: url(../images/shadow/shadowLeftRed.jpg) bottom right repeat-y;
}

.shadowRightRed
{
	background: #BF8850 url(../images/shadow/shadowRightRed.jpg) bottom left repeat-y;
}



