/*******************************************************
     Rounded Box by: CA Visual Design
 *******************************************************/



/* UNIVERSAL BOX CHROME STYLES */

.BoxOuterBody {
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 8px;		/* box right edge offset in chrome gfx */
}	
.BoxBody {
	background-repeat: repeat-y;	
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 18px;		/* box left edge offset + content left padding */
	padding-right: 10px;		/* box content right padding */
}
.BoxTop {
	background-repeat: repeat-x;
	height: 16px;
	overflow: hidden;
	background-position: left top;
}
.BoxBottom {
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 20px;
	margin-top: -1px;
}
	


/* CONTENT-BOX CHROME */

.ContentBox .BoxOuterBody {
	background-image: url('boxpod2/r.gif');
	background-color: white;
}
.ContentBox .BoxBody {
	background-image: url('boxpod2/l.gif');
	background-color: white;
}
.ContentBox .BoxTop {
	background-color: white;
	background-image: url('boxpod2/t.gif');
}
.ContentBox .BoxTop .TopLeft {
	height: 20px;
	background-image: url('boxpod2/tl.gif');
	background-repeat: no-repeat;
}
.ContentBox .BoxTop .TopRight {
	height: 20px;
	background-image: url('boxpod2/tr.gif');
	background-position: right 0px;
	background-repeat: no-repeat;
}
.ContentBox .BoxBottom {
	background-color: white;
	background-image: url('boxpod2/b.gif');
}
.ContentBox .BoxBottom .BtmLeft {
	height: 20px;
	background-image: url('boxpod2/bl.gif');
	background-repeat: no-repeat;
}
.ContentBox .BoxBottom .BtmRight {
	height: 20px;
	background-image: url('boxpod2/br.gif');
	background-position: right 0px;
	background-repeat: no-repeat;
}
