  a {
	color: #363636; 
}

a:active,
a:hover,
a:link, a:visited {
	color:#296196; text-decoration: none;
}

a:focus {
	color: #214971; 
}

#pathways {
	font-size: smaller;
}

.grid .ui-grid-header-cell {
	background: #185389;
	color: white;
}

.grid .ui-grid-header-cell input {
	color: black;
}

div button.info-button {
	color: white;
	background-color: #185389;
	margin-bottom: 0.5em;
}


/*  override colors for the tabbed content  */
.c-content-tab-4.c-opt-5 > .nav > li > a {
	color: #ffffff;
	background-color: #214971; 
}

.c-content-tab-4.c-opt-5 > .nav > li > a:hover, .c-content-tab-4.c-opt-5 > .nav > li > a:focus {
	background-color: #6f95b7; 
}

.c-content-tab-4.c-opt-5 > .nav > li.active > a,
.c-content-tab-4.c-opt-5 > .nav > li:active > a {
	color: #ffffff;
	background-color: #858585; 
}

.c-content-tab-4.c-opt-5 > .nav > li:nth-child(even) > a {
	background-color: #214971; 
}

.c-content-tab-4.c-opt-5 > .nav > li:nth-child(even) > a:hover, .c-content-tab-4.c-opt-5 > .nav > li:nth-child(even) > a:focus {
	background-color: #6f95b7; 
}

.c-content-tab-4.c-opt-5 > .nav > li:nth-child(even).active > a, .c-content-tab-4.c-opt-5 > .nav > li:nth-child(even):active > a {
	color: #ffffff;
	background-color: #858585; 
}

.c-content-tab-4.c-opt-5 > .tab-content {
	background-color: #ffffff; 
}

.c-content-tab-4.c-opt-5 > .tab-content .c-tab-items > li h4 {
	color: #5f6f77; 
}

.c-content-tab-4.c-opt-5 > .tab-content .c-tab-items > li p {
	color: #9aaab3; 
}
