/* Archive - Harmon Schools Announcement */
@media screen, tv {
	table#EmailHeader { 
		width:100%;
		padding:0;
		border:0;
		margin:0; 
		border-left:1px dotted darkgrey;
		border-top:1px dotted darkgrey;}

	table#EmailHeader tr { 
		vertical-align:top; }

	table#EmailHeader tr td { 
		text-align:left;
		padding-left:4px; 
		border-right:1px dotted darkgrey;
		border-bottom:1px dotted darkgrey;}

	table#EmailHeader tr td:first-child { 
		text-align:right;
		padding-right:4px;
		font-weight:bold;
		color:grey;
		width:100px; }

	table#EmailHeader tr:nth-child(odd) { background:ivory; }
	table#EmailHeader tr:nth-child(even) { background:lightgreen;}
	table#EmailHeader tr:hover { background:silver;}
}

