/* ========================================================================== */

/* Contact Form */

.grid_border_title {
	/* CMS Color Change */
	background-color: #08298A;
}

/* ========================================================================== */

td.grid_row_font_color   {
	color: #FFFFFF;
}

/* ========================================================================== */

table.colored_table .grid_border_title {

/* CMS Color Change */

	background-color: #08298A !important; /* Blue */
}

/* ========================================================================== */

table.colored_table tr:nth-child(even) {
  background: #FDFEFE; /* Aqua */
}

/* ========================================================================== */

table.colored_table tr:nth-child(odd) {
  background: #F4F6F7; /* Gray */
}

/* ========================================================================== */
