/* 
================================
 Container Styles for DotNetNuke
================================
*/

/*** Round corners ***/

/* set background images */
.rbroundbox
{
	background: url(nt.gif) repeat;
}
.rbtop div
{
	background: url(tl.gif) no-repeat top left;
}
.rbtop
{
	background: url(tr.gif) no-repeat top right;
}
.rbbot div
{
	background: url(bl.gif) no-repeat bottom left;
}
.rbbot
{
	background: url(br.gif) no-repeat bottom right;
}

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent
{
	margin: 0px 0px 0px 0px;
}
.rbroundbox
{
	width: 100%;
	margin: 1em auto;
}

/*** Round corners ***/

.containermaster_gray
{
	width: 100%;
	background-color: #ebebeb;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.containerrow2_gray
{
	background-color: #ffffff;
}


