/* CSS Document */
#userContent { font-family:Arial, Helvetica, sans-serif; font-size:1em; line-height:17px;}
#userContent p {margin:0;}

#userContent .imageLink { cursor: pointer }

#userContent .highlight { 
     /* border-bottom: 3 double; */
    cursor: help;
  }

.bw-term {
    border: 0 solid white;
    text-decoration: none;
    font-weight: bold;
  }

.currentTerm-NOT-USED { 
		 /* color: green; */
		font-weight: bold;
		padding: 3 10 3 20;
		background: rgb(198,198,198) url(../images/icons/expand.gif) no-repeat scroll center left;
		border: 0 solid white;
	}
	
.currentTerm { 
		 /* color: green; */
		font-weight: bold;
    color: #933;
		border: 0 solid white;
	}	

.newsRow {padding-top: 2px}

#jargon-table {
  border-collapse:collapse; border: 0 solid white;
  font-family:Arial, Helvetica, sans-serif; font-size: 1em; color:#565656;
  margin:0 auto; text-align:left; 
  }
  
#jargon-table td {
/*  border: 0 solid white; */
  border: 0px solid white;
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 5px; padding-top: 5px;
}

#imgPrint {
  cursor: pointer;
}

#go {
  margin-left:2px;
  vertical-align: 1%;
  }

#newsQuickView p {
  font-size:100%;
  line-height:140%;
  margin-bottom:10px;
  }