/*################################################################################
#
#	ROUNDED GRAY
#
################################################################################*/

.roundedGray h2 {
	padding:0;
	margin:0;
}

.roundedGray {
	margin:-4px 0 0 0;
}

.roundedGray .rbroundbox {
	background-image:url(backgrounds/gray.jpg);
	background-repeat:repeat-x;
	background-color:#BEBEBE;
}

.rbtop div  { background: url(corners/tl.png) no-repeat top left; height:8px;}
.rbtop      { background: url(corners/tr.png) no-repeat top right; height:8px;}
.rbbot div  { background: url(corners/bl.png) no-repeat bottom left; height:8px;}
.rbbot      { background: url(corners/br.png) no-repeat bottom right; height:8px;}

body.ie .rbtop div  { background: url(corners/tl.gif) no-repeat top left;}
body.ie .rbtop      { background: url(corners/tr.gif) no-repeat top right;}
body.ie .rbbot div  { background: url(corners/bl.gif) no-repeat bottom left;}
body.ie .rbbot      { background: url(corners/br.gif) no-repeat bottom right;}

.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px!important;
	font-size: 1px;
	margin-bottom:-5px;
}

body.ie7 .rbtop div, .rbtop, .rbbot div, .rbbot {
	margin-bottom:0px;
}

.rbcontent  { 
	margin: 0 14px;
}

.rbcontent p {
	margin-top: 0px;
}

.rbroundbox { 
	width: 100%; 
	clear:both; 
	margin:0px!important;
}

.SkinContainer {
	margin: 10px 0px;
}

