/* Earplug Colors 
replace key:
mailer left bg: d9d9d9
mailer left link: 2ea0b0
mailer right bg: 999999
mailer right link: 218897

(right link color should be dark not light)
*/

/* center link color (mailer left link) */
a { color: #2ea0b0;}
a:hover { color: #fff; background: #2ea0b0; }

/* top bar & sidebar link color (mailer right link)
*/
a.dark { color: #218897; }
a:hover.dark { color: #fff; background: #218897; }

tr#secondRow td.first,
tr#secondRow td.third {
	background: #218897;
	}

tr#secondRow td.second {
	background: #218897;
	}

tr#mainRow td.first .navigation ul li ul.network li a {
color:#218897; 
}

/* side column color (mailer right bg) */
tr#thirdRow td.maincolumn {
	background-color: #999999;
	}
tr#thirdRow td.maincolumn a { color: #218897; }
tr#thirdRow td.maincolumn a:hover { color: #fff; background: #218897; }

tr#mainRow td.first {
	background: #999999;
	}
tr#mainRow td.first a { color: #218897; }
tr#mainRow td.first a:hover { color: #fff; background: #218897; }

/* main bg (mailer left bg) */
tr#mainRow td.second {
	background: #d9d9d9;
	}
	
tr#mainRow td.second .subscribebox .inputs a {
	background: #999999;
	}
	
tr#mainRow td.second .subscribebox a:hover {
	background: #218897;
	}
	
tr#mainRow td.second div.dark  {
	background: #d9d8c4;
	}
	
tr#mainRow td.third {
	background: #999999;
	}
tr#mainRow td.third a { color: #218897; }
tr#mainRow td.third a:hover { color: #fff; background: #218897; }

tr#mainRow td.third .keepspreading a {
	background: #b0acad;
	}

tr#mainRow td.third .keepspreading a:hover {
	background: #534d4d;
	color: #b0acad;
	}
	
tr#mainRow td.second div.dark  {
background-color:#f3bbbc;
	}
	
tr#footerRow td {
	background: #218897;
	}
	
tr#mainRow td.first .search div a {
	background: #218897;
	}

tr#mainRow td.first .search div a:hover {
	background: #218897;
	}
	
tr#mainRow td.second .subscribebox table.subscribe a.preview{
	background: #999999;
	}

tr#mainRow td.second .subscribebox table.subscribe a.preview:hover{
	background: #d9d9d9;
}

tr#thirdRow td.third .button a {
background-color:#218897;
}

tr#thirdRow td.third .button a:hover {
background-color:#218897;
}

tr#mainRow td.second .subscribebox span p a:hover{
background-color:#218897;
}
