

.containermaster_gray {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: #8F9092 0px solid; 
	BORDER-TOP: #8F9092 0px solid; 
	BORDER-LEFT: #8F9092 0px solid; 
	BORDER-BOTTOM: #8F9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px

}
.containerrow1_gray {
/*	BACKGROUND-IMAGE: url(gradient_LtGray.jpg);*/
}
.containerrow2_gray 
{
/*	background-color: #FFFFFF */
}


/* Rounded Box Cointainer */
/*-------------------------------------------------------*/
/* outer table on banner container */ 
.RoundedTable { width:100%; }
/* top left corner */ 
.RoundedTL { width:12px; height:12px; background: url(images/controunded-tl.gif) no-repeat bottom left; }
/* top edge */ 
.RoundedT { height:12px; background: url(images/controunded-t.gif) repeat; }
/* top right corner */ 
.RoundedTR { width:12px; height:12px; background: url(images/controunded-tr.gif) no-repeat bottom right; }
/* left edge */ 
.RoundedL { width:12px; background: url(images/controunded-l.gif) repeat; }
/* content area */ 
.RoundedTM { }
/* content area */ 
.RoundedM { padding: 4px 5px 2px 5px; }
/* right edge */ 
.RoundedR { width:12px; background: url(images/controunded-r.gif) repeat; }
/* bottom left corner */ 
.RoundedBL { width:12px; height:12px; background: url(images/controunded-bl.gif) no-repeat top left; }
/* bottom edge */ 
.RoundedB { height:12px; background: url(images/controunded-b.gif) repeat; }
/* bottom right corner */ 
.RoundedBR { width:12px; height:12px; background: url(images/controunded-br.gif) no-repeat top right; }

