/* CSS Document */
#LVL {
	width:100%;
	height:100%;
background-position:left;
background-repeat:repeat-y;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/mainboxshad/L.gif);
}
#RVL {
	width:100%;
	height:100%;
	background-position:right;
	background-repeat:repeat-y;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/mainboxshad/R.gif);

}
#THL {
	width:100%;
	height:100%;
	background-position:top;
	background-repeat:repeat-x;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/mainboxshad/T.gif);
}
#BHL {
	width:100%;
	height:100%;
		background-position:bottom;
	background-repeat:repeat-x;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/mainboxshad/B.gif);
}
#TL {
	width:100%;
	height:100%;
	background-position:top left;
	background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/mainboxshad/TL.gif);
}
#BL {
	width:100%;
	height:100%;
background-position:bottom left;
background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/mainboxshad/BL.gif);
}
#BR {
	width:100%;
	height:100%;
background-position:bottom right;
background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/mainboxshad/BR.gif);
}
#TR {
	width:100%;
	height:100%;
background-position:top right;
background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/mainboxshad/TR.gif);
}