@CHARSET "UTF-8";
/*******************************************************************************************/
/****** SHADOW **************************/
.cell100PercentWidth
{
	width: 50%;
}
.cellFixWidth
{
	width: 780px;
}

.shadowTable
	{
	width: auto;
	}
	
.shadowTopLeft, .shadowTopRight, .shadowBottomLeft, .shadowBottomRight, .shadowLeftWhite, .shadowRightWhite, 
	.shadowLeftGray, .shadowRightGray, .shadowLeftBezs, .shadowRightBezs, 
	.shadowBottomLeftBezs, .shadowBottomRightBezs, .cellThinWidth
{
	width: 11px;	
}

.shadowTopLeft, .shadowTopRight, .shadowBottomLeft, .shadowBottomRight, .shadowTop, .shadowBottom, 
	.shadowBottomBezs, .shadowBottomLeftBezs, .shadowBottomRightBezs
{
	height: 10px;
}

.shadowTopLeft
{
	background: url(../images/shadowGray/shadow_topleft.jpg) no-repeat;
}

.shadowTopRight
{
	background: url(../images/shadowGray/shadow_topright.jpg) no-repeat;
}

.shadowBottomLeft
{
	background: url(../images/shadowWhite/shadow_bottomleft.jpg) no-repeat;
}

.shadowBottomRight
{
	background: url(../images/shadowWhite/shadow_bottomright.jpg) no-repeat;
}

.shadowBottomLeftBezs
{
	background: url(../images/shadowBezs/shadow_bottomleft.jpg) no-repeat;
}

.shadowBottomRightBezs
{
	background: url(../images/shadowBezs/shadow_bottomright.jpg) no-repeat;
}

.shadowTop
{
	background: url(../images/shadowGray/shadow_top.jpg) repeat-x;
}

.shadowBottom
{
	background: url(../images/shadowWhite/shadow_bottom.jpg) repeat-x;
}

.shadowBottomBezs
{
	background: url(../images/shadowBezs/shadow_bottom.jpg) repeat-x;
}

.shadowLeftWhite
{
	background: url(../images/shadowWhite/shadow_left.jpg) repeat-y;
}

.shadowRightWhite
{
	background: url(../images/shadowWhite/shadow_right.jpg) repeat-y;
}

.shadowLeftGray
{
	background: url(../images/shadowGray/shadow_left.jpg) repeat-y;
}

.shadowRightGray
{
	background: url(../images/shadowGray/shadow_right.jpg) repeat-y;
}

.shadowLeftBezs
{
	background: url(../images/shadowBezs/shadow_left.jpg) repeat-y;
}

.shadowRightBezs
{
	background: url(../images/shadowBezs/shadow_right.jpg) repeat-y;
}

.shadowContent
{
	background: #ffffff; 
	padding: 5px;
}


