/*################################################################################
#
#	ROUNDED-COLOR
#
################################################################################*/

.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;}



.roundedColor .rbcontent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

/*################################################################################
#
#	GREEN ROUNDED-COLOR
#
################################################################################*/

.sandstone-green .roundedColor .rbroundbox {
	background-color:#D7E1EB;
}

.sandstone-green .roundedColor .rbcontent h2 {
	color:#000;
}

/*################################################################################
#
#	BLUE ROUNDED-COLOR
#
################################################################################*/

.sandstone-blue .roundedColor .rbroundbox {
	background-color:#BCD1E8;
}

.sandstone-blue .roundedColor .rbcontent h2 {
	color:#000;
}

/*################################################################################
#
#	RED ROUNDED-COLOR
#
################################################################################*/

.sandstone-red .roundedColor .rbroundbox {
	background-color:#D7C6B8;
}

.sandstone-red .roundedColor .rbcontent h2 {
	color:#36291F;
}

/*################################################################################
#
#	MAGENTA ROUNDED-COLOR
#
################################################################################*/

.sandstone-magenta .roundedColor .rbroundbox {
	background-color:#F2CAF1;
}

.sandstone-magenta .roundedColor .rbcontent h2 {
	color:#000;
}


/*################################################################################
#
#	BLACK ROUNDED-COLOR
#
################################################################################*/

.sandstone-black .roundedColor .rbroundbox {
	background-color:#CDE3E6;
}

.sandstone-black .roundedColor .rbcontent h2 {
	color:#000;
}

/*################################################################################
#
#	GOLD ROUNDED-COLOR
#
################################################################################*/

.sandstone-gold .roundedColor .rbroundbox {
	background-color:#FBE7C1;
}

.sandstone-gold .roundedColor .rbcontent h2 {
	color:#3C2904;
}

