/* contact.css */
/* 2004.Mar.24  dwl  more specific selectors used, e.g. TABLE.contactTable */

.locallinks A:hover {
	background: #eee;	/* grey for local anchor */
	}

#teams A {
	text-decoration: none;
	}
#teams A:hover {
	text-decoration: underline;
	}

H1 {
	margin-top: 1.2em;
	}

TABLE.contactTable {
	border: 0;
	border-top: 1px solid #DDD;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-spacing: 0;
	border-collapse: collapse;
	}

TABLE.contactTable TH {
	text-align: left;
	}

TABLE.contactTable TR {	/* Mozilla ignores border here */
	padding: 2px;
	line-height: 1.3em;
	}

TABLE.contactTable TD, 
TABLE.contactTable TH {
	border-bottom: solid 1px black;
	vertical-align: bottom;
	padding-right: 2em;
	padding-left: 1em;
	text-align: left;
	}
	
TABLE.contactTable {
	font-family: sans-serif;
	}

TABLE.contactTable TR.tableTitleHdr TH {
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	text-align: center;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	}
	
#teams TABLE.contactTable TR.tableTitleHdr TH A {
	background-color: inherit;
	color: white;
	text-decoration: underline;
	}
#teams TABLE.contactTable TR.tableTitleHdr TH A:link,
#teams TABLE.contactTable TR.tableTitleHdr TH A:visited {
	color: white;
	}

#teams TABLE.contactTable TR.tableTitleHdr TH A:hover {
	background-color: #6f6;
	color: black;	
	}
	
TABLE TR.tthX { background-color: #90F; }
TABLE TR.tthA {	background-color: #11e; }
TABLE TR.tthB { background-color: #063; }
TABLE TR.tthC { background-color: #F63; }

TABLE TR.tthK { background-color: #f33; }
TABLE TR.tthO { background-color: #396; }
TABLE TR.tthM { background-color: #333; }
