/* ECPM Website Style Sheet -- frame header blocks ....
** John Ratzenberger, WebMaster
** Used on new contest pages to get 'er done fast ...
*/

body  {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
	font-size: 10pt; 
  font-weight: normal; 
	color: #000000; 
	background-color: #21527B;
}
/* table handling, until I replace with pure css */
table  {
  font-family: Verdana,Tahoma,Arial,sans-serif; 
	font-size: 10pt; 
  font-weight: normal; 
	color: #000000; 
  border-style: solid;
	border-width: 0;
}
/* link handling */
a         { text-decoration: none;}		/* no underline */
a:link    {color: #0000FF; font-style: italic; font-weight: bold;}	 	/* blue, italic */
a:visited {color: #0000FF; font-style: italic; font-weight: bold;}		/* blue, italic */
a:active  {color: #990000; font-style: italic; font-weight: bold; text-decoration: underline;}			/* red, italic */
a:hover   {color: #990000; font-style: italic; font-weight: bold; text-decoration: underline;}			/* red, italic */

.site-menu-table { /* top row site menu table */
  width: 95%;
  background-color: #D8D8D8;
}
.1row16 {			/* row 1 & 6 are top & bottom border */
  background-color: #21527B;
}
.1row2 {			/* row 2 is site menu bar */
	color: #9999FF;		 	 		 /* dead-ends will be greyed slightly */
	font-style: italic;			 /* italic text for dead-ends */
}
.1row3 {			/* row 3 is page title bar */
  width: 100%;
	text-align: center;
  background-color: #21527B;
	color: #FFFFFF;
	font-weight: bold;
}
.1row3m {	/* new row for date last update on member header */
  width: 100%;
	text-align: left;
  background-color: #21527B;
	color: #FFFFFF;
}
.1row4 {			/* row 4 is spacer/subtitle */
  width: 100%;
	text-align: center;
  background-color: #D8D8D8;
}
.yellowtext {   /* yellow text for headings in hyperlink menus */
	color: #FFFF00; 
}

/* styles for contest page */
.topic { color: #CC0099; font-weight: bold;	}
dd     { color: #000000; font-weight: normal;  } 


