 /* 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: -6px 8px -2px 8px; }
.rbroundbox { width: 100%; margin: auto; background-color: #eecf7c; margin:5px 0; }
.rbroundboxorange { width: 100%; margin: auto; background-color: #dba855; margin:5px 0; }
.rbroundboxblue { width: 100%; margin: auto; background-color: #578fc9; margin:5px 0; }
.rbroundboxgreen { width: 100%; margin: auto; background-color: #7aa167; margin:5px 0; }


.BoxContent {
	border-top:1px dashed #1e4e9d;
	margin:2px 0 0 0;
}

.BoxContentNoDash {
	margin:6px 0 0 0;
}

div.SkinContainer {	margin: 0 0 8px 0; }
	div.SkinContainer .AdminToolbar { background-color: #FFE1E1; }
	div.SkinContainer .Content { padding: 3px 0 0 0; clear: both; }
	
.style2_blue{
	background-image:url(style2_blue.jpg);
	background-repeat:repeat-x;
	background-color:#BBD2EA;
	margin:5px 0px 0px 0px;
}

.style2_blue h2, .style2_blue .Head {
	color: #FFF!important;
	margin: -8px 0px 0px 0px;
}

.style2_green{
	background-image:url(style2_green.jpg);
	background-repeat:repeat-x;
	background-color:#D3E0CD;
	margin:5px 0px 0px 0px;
	float:left;
	clear:both;
	width: 100%; 
}

.style2_green .rbbot { background: url(corner-bottom-right.gif) no-repeat bottom right; float:left; }

.style2_green h2, .style2_green .Head {
	color: #FFF!important;
	margin: -8px 0px 0px 0px;
}

.style2_gold{
	background-image:url(style2_gold.jpg);
	background-repeat:repeat-x;
	background-color:#F5E2B1;
	margin:5px 0px 0px 0px;
	float:left;
	clear:both;
	width: 100%; 
}

.style2_gold h2, .style2_gold .Head {
	color: #FFF!important;
	margin: -8px 0px 0px 0px;
}

.style2_orange{
	background-image:url(style2_orange.jpg);
	background-repeat:repeat-x;
	background-color:#EED7AE;
	margin:5px 0px 0px 0px;
	float:left;
	clear:both;
	width: 100%; 
}

.style2_orange h2, .style2_orange .Head {
	color: #FFF!important;
	margin: -8px 0px 0px 0px;
}

.style2_blue_notitle{
	background-color:#BBD2EA;
	margin:5px 0;
}

.style2_green_notitle{
	background-color:#D3E0CD;
	margin:5px 0;
}

.style2_gold_notitle{
	background-color:#F5E2B1;
	margin:5px 0;
}

.style2_orange_notitle{
	background-color:#EED7AE;
	margin:5px 0;
}