 /* 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: -5px 10px 0 10px; }
.rbroundbox { width: 100%; margin: auto; background-color: #A5D1D1; margin-top:10px; }

.pinkrbroundbox { width: 100%; margin: auto; background-color: #DEB6B6; margin-top:10px; }


div.SkinContainer {	margin: 0 0 14px 0; clear:both; }
	div.SkinContainer .AdminToolbar { background-color: #FFE1E1; }
	div.SkinContainer .Content { padding: 2px 0 0 0; clear: both; }
	

.PlainContainer {
	border-top:dotted 2px #CCCCCC;
	margin-top:5px;
}


.blue {
	width:213px;
}	
.bluetop {
	background: url(black-top.jpg) no-repeat;	
	width:201px;
	float:left;
	height:39px;
	margin:0;
	text-align:center;
	padding:11px 6px 0 6px;
}

.bluecontent {
	background-color:#2e2e2e;
	width:200px;
	margin:0 0 0 1px;
	float:left;
	padding:0 6px 0 6px;
}

.bluebot {
	background: url(black-bottom.jpg) no-repeat;
	width:213px;
	height:18px;
	float:left;
	margin:0 0 8px 0;
}

.red {
	width:213px;
}	
.redtop {
	background: url(red-top.jpg) no-repeat;	
	width:201px;
	float:left;
	height:39px;
	margin:0;
	text-align:center;
	padding:11px 6px 0 6px;
}

.redcontent {
	background-color:#510202;
	width:200px;
	margin:0 0 0 1px;
	float:left;
	padding:0 6px 0 6px;
}

.redbot {
	background: url(red-bottom.jpg) no-repeat;
	width:213px;
	height:18px;
	float:left;
	margin:0 0 8px 0;
}