/* CSS for shaded frames around objects */

.shaded {
	border: 0px none;

}

.shaded .top_left {
	background: url(/gfx/shaded2/tl.gif) no-repeat;
	width: 15px;
	height: 22px;
}

.shaded .top_middle {
}

.shaded .top_middle_2 {
	background: url(/gfx/shaded2/tm.gif) repeat-x;
	height: 10px;
}

.shaded .top_right {
	background: url(/gfx/shaded2/tr.gif) no-repeat;
	width: 15px;
}

.shaded .middle_left {
	background: url(/gfx/shaded2/ml.gif) repeat-y;
}

.shaded .middle_middle {
}

.shaded .middle_right {
	background: url(/gfx/shaded2/mr.gif) repeat-y;
}

.shaded .bottom_left_1 {
	background: url(/gfx/shaded2/bl1.gif) no-repeat;
	width: 15px;
	height: 6px;
}

.shaded .bottom_left_2 {
	background: url(/gfx/shaded2/bl2.gif) no-repeat;
	width: 15px;
	height: 20px;
}

.shaded .bottom_left_3 {
	background: url(/gfx/shaded2/bl3.gif) no-repeat;
	width: 25px;
	height: 20px;
}

.shaded .bottom_middle {
	background: url(/gfx/shaded2/bm.gif) repeat-x;
	background-repeat: repeat-x;
}

.shaded .bottom_right_1 {
	background: url(/gfx/shaded2/br1.gif) no-repeat;
	width: 15px;
	height: 6px;
}

.shaded .bottom_right_2 {
	background: url(/gfx/shaded2/br2.gif) no-repeat;
	width: 15px;
	height: 20px;
}

.shaded .bottom_right_3 {
	background: url(/gfx/shaded2/br3.gif) no-repeat;
	width: 24px;
	height: 20px;
}


