﻿/* Reverse CSS for ADP website */
/* Specify ONLY colors */
/* #302226 is Gray24 */
body {
	background-color: black;
	color: white;
}
#masthead {
	border-top-color: white;
	background-color: #302226;
}
#left_col {
	color: white;
}
#right_col {
	color: white;
}
#top_left_col {
	color: white;
}
#top_right_col {
	color: white;
}
#footer {
	border-top-color: white;
	border-bottom-color: white;
	color: white;
	background-color: #302226;
}
#footerleft {
	color: white;
}
#article {
	color: white;
	background-color: #302226;
	border-color: white;
}
.article { /* Match any changes to the ARTICLE class to the ID definition above */
	color: white;
	background-color: #302226;
	border-color: white;
}
.artalt {
	color: yellow;
}
.black-on-white {
	color: white;
	background-color: black;
}
.black-on-white-centered {
	color: white;
	background-color: black;
	text-align: center;
}
.linkcolor {
	/* must match a:link below */
	color: cyan;
}
.network-type-header {
	color: black;
}
.pagetitle { /* Reverse the colors for a full-width (page or column) title */
	color: navy;
	background-color: white;
}
.quotes {
	color: yellow;
}
.sitetitle {
	color: yellow;
}
table.standard {
	border-color: white;
}
td {
	border-color: white;
}
/* NAVIGATION */
td.nav {
	background-color: #302226;
}
table.nav { 
	border-color: white;
	background-color: #302226;
}
table.podcast {
	background-color: gray;

}
.welcome {
	color: white; 
}
a:link {
	color: cyan;
}
a:visited {
	color: cyan;
}
a:hover {
	color: blue;
	background-color: #F8F8FF; /* So-called GhostWhite, a bit less contrast than white, per feedback */
}
/* END NAVIGATION */
