
.bluebox {
	background-image:url(bluebg.jpg);
	background-repeat:repeat-x;
	background-color:#8DC6E0;
	border:#3E99C4 solid 1px;
	padding:5px;
	text-align:center;
}

.bluebox h2 {
	margin:-2px 0 2px 0;
}

.greybox {
	background-image:url(graybg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	border:#ccc solid 1px;
	padding:5px;
	text-align:left;
}

.greybox h2 {
	margin:-2px 0 2px 0;
}	

.greybox h2 a {
	margin:-2px 0 2px 0;
	text-decoration:none;
	font-size:18px;
}	

.greybox h2 a:hover {
	margin:-2px 0 2px 0;
	text-decoration:underline;
}

.greenbox {
	background-image:url(greenbg.jpg);
	background-repeat:repeat-x;
	background-color:#B8D2AC;
	border:#7DAF6C solid 1px;
	padding:5px;
	text-align:center;
}

.BlueContainer .Normal {
	color:#000;
	}
	
.BlueContainer {
	border-top:1px solid #ccc;
	
}

 /* 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; }
body.ie .rbcontent { margin:0 7px;}

.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 }