/* Style Sheet for Areas of Concern tables */

/* International Joint Commission
Great Lakes Regional Office
Windsor, Ontario, Canada */

/*	Created by Derek Ryzebol
|	Last date modified: February 4, 2003	*/

/* Style sheet classes I made I grouped like colors together to make it easy to
change the whole color scheme quickly and allow the style sheet page to be
downloaded quickly.*/


/* This tag eleminates the spacing problem in netscape with images 
   embedded in tables. Place in the <tr> tag*/
	tr.netscapeline img {
	  display: block;
	}
	
	/*This tag is setup for the main presentation of the body.*/
	.tblmainbody {
	  background: #ffffff;
	  color: #000080;
	  border-collapse: collapse;
	  border: 0;
	  spacing: 2;
	  padding: 3;
	  vertical-align: top;
	}

	.tblinfo {
	  background: #3d77a9;
	  border: 1;
	  border-collapse: collapse;  
	  color: #ffffff;
	  font-family: Helvetica, Arial, Verdana, Times New Roman, Geneva, sans-serif;
	  font-style: normal;
	  spacing: 2;
	  padding: 3;
	}

	.tblodd {
	  background: #708eb4;
	  border: 1;
	  border-collapse: collapse;  
	  color: #ffffff;
	  font-family: Helvetica, Times New Roman, Geneva, Arial, Verdana, sans-serif;
	  font-style: normal;
	  spacing: 2;
	  padding: 3;
	}
	
	.tablespacer {
	  margin: 4;
	}
	.even{
	  background: #3d77a9;
	}
	
	.odd{
	  background: #708eb4;
	}

	.plain{
	  font-weight: normal;
	}

	.t_head{
	  background: #ffffff;
	  color: #000000;
	  font-family: Verdana, Helvetica, Times New Roman, Geneva, Arial, sans-serif;
	  font-weight: bold;
	}

	.selected{
		background: #1d5789;
	}

	.unselected{
		background: #708eb4;
	}

	.select{
		color: #ffffff;
	}

	.unselect{
		color: #ffff00;
	}

	.pgheadings{
	  color: #1d5789;
	}
	
	.trigger{
		color: #1d5789;
	      cursor: pointer;
	      cursor: hand;
	      font-weight: bold; 
	      text-decoration:underline;
	  	font-family: Helvetica, Times New Roman, Geneva, Arial, sans-serif;
	   }

	.strigger{
		color: #ffff00;
	      cursor: pointer;
	      cursor: hand;
	      text-decoration:underline;
	   }
	
	.collapsable{
	      display: none;
	   }
	

	/* Normal style sheet classes. */
	
	/* This is to make the letters between the lines look pretty.*/
	BODY {
	  font-weight: bold;
	  color: #ffffff;
	  background: #ffffff;
	}
	
	table.optionDef tr {
	  vertical-align: top;
	}
	
	
	.ttdd{
	font-family: verdana;
	font-size: x-small;
	color: #0000aa;
	}
	
	.ttd{
	font-family: verdana;
	color: #0000aa;
	}
	
	.strigger2{
	      color: #000000;
	      cursor: pointer;
	      cursor: hand;
	      text-decoration:underline;
	   }
	
	.tblinfo2 {
	  background: #ffffff;
	  border: 1;
	  border-collapse: collapse;  
	  font-family: verdana;
	  font-size: x-small;
	  color: #0000aa;
	  font-style: normal;
	  spacing: 2;
	  padding: 3;
	}

	/* End of Style Sheet */
