/*################################################################################
#
#	ROUNDED GRAY
#
################################################################################*/

.roundedGray h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.roundedGray .rbroundbox {
	background-color:#E8E8E8;
}

.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;}

/*################################################################################
#
#	BLUE ROUNDED GRAY
#
################################################################################*/

.halite-blue .roundedGray h2 {
	color:#295487;
}


/*################################################################################
#
#	GREEN ROUNDED GRAY
#
################################################################################*/

.halite-green .roundedGray h2 {
	color:#216716;
}

/*################################################################################
#
#	RED ROUNDED GRAY
#
################################################################################*/

.halite-red .roundedGray h2 {
	color:#961111;
}

/*################################################################################
#
#	PURPLE ROUNDED GRAY
#
################################################################################*/

.halite-purple .roundedGray h2 {
	color:#673274;
}

/*################################################################################
#
#	GRAY ROUNDED GRAY
#
################################################################################*/

.halite-gray .roundedGray h2 {
	color:#454545;
}

/*################################################################################
#
#	AQUA ROUNDED GRAY
#
################################################################################*/

.halite-aqua .roundedGray h2 {
	color:#1A5C60;
}

/*################################################################################
#
#	ORANGE ROUNDED GRAY
#
################################################################################*/

.halite-orange .roundedGray h2 {
	color:#295487;
}
