/*################################################################################
#
#	ALL HEADER-DOTTED
#
################################################################################*/

.headerDotted {
	border:solid #BBBBBB 1px;
	padding:0px 6px 6px 6px;	
}

.headerDotted .Content {
	border-top:dotted #999999 2px;
}

.headerDotted h2 {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#2B578C;
	font-weight:normal;
}

/*################################################################################
#
#	BLUE HEADER-DOTTED
#
################################################################################*/

.halite-blue .headerDotted h2 {
	color:#2B578C;
}

/*################################################################################
#
#	GREEN HEADER-DOTTED
#
################################################################################*/

.halite-green .headerDotted h2 {
	color:#216716;
}

/*################################################################################
#
#	RED HEADER-DOTTED
#
################################################################################*/

.halite-red .headerDotted h2 {
	color:#961111;
}

/*################################################################################
#
#	PURPLE HEADER-DOTTED
#
################################################################################*/

.halite-purple .headerDotted h2 {
	color:#673274;
}

/*################################################################################
#
#	GRAY HEADER-DOTTED
#
################################################################################*/

.halite-gray .headerDotted h2 {
	color:#454545;
}


/*################################################################################
#
#	AQUA HEADER-DOTTED
#
################################################################################*/

.halite-aqua .headerDotted h2 {
	color:#1A5C60;
}


/*################################################################################
#
#	ORANGE HEADER-DOTTED
#
################################################################################*/

.halite-orange .headerDotted h2 {
	color:#2B578C;
}
