
#plainbg {
	padding:6px 10px 10px 10px;
	margin:0 0 10px 0;
}



.yellowbox {
	background:url(backgrounds/yellow.jpg) repeat-x #f4b100;
	border:#815e01 solid 1px;
	padding:2px 6px 5px 6px;
	margin:0 0 10px 0;
}

.redbox {
	background: url(backgrounds/red.jpg) repeat-x #6f1d1d;
	border:#491313 solid 1px;
	padding:2px 6px 5px 6px;
	text-align:left;
	margin:0 0 10px 0;
}

.YellowContainer .Normal {
	color:#000;
	}
	
.YellowContainer {
	border-top:1px solid #E8E8E8;
	
}

.RedContainer .Normal {
	color:#fff;
	}
	
.RedContainer {
	border-top:1px solid #E8E8E8;
	
}

.redbox h2, .redbox a, .redbox .Head {
	color:#fff!important;
}

 /* set background images for corners */

.rbtop div  { background: url(corner-top-left.gif) no-repeat top left; }
.rbtop      { background: url(corner-top-right.gif) no-repeat top right; }
.rbbot div  { background: url(corner-bottom-left.gif) no-repeat bottom left; }
.rbbot      { background: url(corner-bottom-right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox { width: 100%; margin: auto; }

.rbroundbox { background-color: #e1deef; margin-top:10px; }

div.SkinContainer {	margin: 0 0 14px 0; }
	div.SkinContainer .AdminToolbar { background-color: #FFE1E1; }
	div.SkinContainer .Content { padding: 2px 0 0 0; clear: both; }
	div.SkinContainer .PlainContent { padding: 2px 0 0 0; clear: both; border-top:1px solid #ccc }