/* collapse borders */
table.rounded-white-box table
{
	border-collapse: collapse;
}

/* no padding on all cells */
table.rounded-white-box td.top-left,
table.rounded-white-box td.top-middle,
table.rounded-white-box td.top-right,
table.rounded-white-box td.middle-left,
table.rounded-white-box td.middle-middle,
table.rounded-white-box td.middle-right,
table.rounded-white-box td.bottom-left,
table.rounded-white-box td.bottom-middle,
table.rounded-white-box td.bottom-right
{
	background-repeat: no-repeat;
	padding: 0;
}

/* set font, height on top/bottom */
table.rounded-white-box td.top-left,
table.rounded-white-box td.top-middle,
table.rounded-white-box td.top-right,
table.rounded-white-box td.bottom-left,
table.rounded-white-box td.bottom-middle,
table.rounded-white-box td.bottom-right
{
	font-size: 0;
	height: 10px;
}

/* set font, width on left/right */
table.rounded-white-box td.top-left,
table.rounded-white-box td.top-right,
table.rounded-white-box td.middle-left,
table.rounded-white-box td.middle-right,
table.rounded-white-box td.bottom-left,
table.rounded-white-box td.bottom-right
{
	font-size: 0;
	width: 10px;
}

/* set repeat on top/bottom center */
table.rounded-white-box td.top-middle,
table.rounded-white-box td.bottom-middle
{
	background-repeat: repeat-x;
}

/* set repeat on left/right middle */
table.rounded-white-box td.middle-left,
table.rounded-white-box td.middle-right
{
	background-repeat: repeat-y;
}

/* background colors */
table.rounded-white-box td.middle-middle
{
	background-color: #ffffff;
}

/* background images */
table.rounded-white-box td.top-left
{
	background-image: url(/vp/images/nns/common/background/rounded_white_box/top_left_slice.gif);	
}

table.rounded-white-box td.top-middle
{
	background-image: url(/vp/images/nns/common/background/rounded_white_box/top_tile.gif);	
}

table.rounded-white-box td.top-right
{	
	background-image: url(/vp/images/nns/common/background/rounded_white_box/top_right_slice.gif);	
}

table.rounded-white-box td.middle-left
{
	background-image: url(/vp/images/nns/common/background/rounded_white_box/left_tile.gif);	
}

table.rounded-white-box td.middle-right
{
	background-image: url(/vp/images/nns/common/background/rounded_white_box/right_tile.gif);	
}

table.rounded-white-box td.bottom-left
{
	background-image: url(/vp/images/nns/common/background/rounded_white_box/bot_left_slice.gif);	
}

table.rounded-white-box td.bottom-middle
{
	background-image: url(/vp/images/nns/common/background/rounded_white_box/bot_tile.gif);	
}

table.rounded-white-box td.bottom-right
{
	background-image: url(/vp/images/nns/common/background/rounded_white_box/bot_right_slice.gif);	
}