/* Special banner header if a valid color is specified */
td.ColoredTitle-Red h1, td.ColoredTitle-Orange h1, td.ColoredTitle-Yellow h1, td.ColoredTitle-Green h1,
td.ColoredTitle-Teal h1, td.ColoredTitle-Blue h1, td.ColoredTitle-Purple h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #999999;
	padding: 0;
	margin: 0;
	padding-bottom: 2px;
	border-style: none;
	border-width: 0;
}

td.ColoredTitle-Red, td.ColoredTitle-Orange, td.ColoredTitle-Yellow, td.ColoredTitle-Green,
td.ColoredTitle-Teal, td.ColoredTitle-Blue, td.ColoredTitle-Purple {
	background-repeat: repeat-x;
}

td.ColoredTitle-Red h1 a, td.ColoredTitle-Orange h1 a, td.ColoredTitle-Yellow h1 a, td.ColoredTitle-Green h1 a,
td.ColoredTitle-Teal h1 a, td.ColoredTitle-Blue h1 a, td.ColoredTitle-Purple h1 a {
	color: #FFFFFF;
}

/* Banner Background Color */
td.ColoredTitle-Red { background-image:   url("../../images/template/body/background-bigtitle-red.gif"); }
td.ColoredTitle-Orange { background-image:   url("../../images/template/body/background-bigtitle-orange.gif"); }
td.ColoredTitle-Yellow { background-image:   url("../../images/template/body/background-bigtitle-yellow.gif"); }
td.ColoredTitle-Green { background-image:   url("../../images/template/body/background-bigtitle-green.gif"); }
td.ColoredTitle-Teal { background-image:   url("../../images/template/body/background-bigtitle-teal.gif"); }
td.ColoredTitle-Blue { background-image:   url("../../images/template/body/background-bigtitle-blue.gif"); }
td.ColoredTitle-Purple { background-image:   url("../../images/template/body/background-bigtitle-purple.gif"); }

/* Header Text Color */
td.ColoredTitle-Red h1 { background-color: #A43E3E !important; }
td.ColoredTitle-Orange h1 { background-color: #d16f1c !important; }
td.ColoredTitle-Yellow h1 { background-color: #be9d38 !important; }
td.ColoredTitle-Green h1 { background-color: #5f8f30 !important; }
td.ColoredTitle-Teal h1 { background-color: #2c8595 !important; }
td.ColoredTitle-Blue h1 { background-color: #5270ae !important; }
td.ColoredTitle-Purple h1 { background-color: #7d5ea0 !important; }
