/*  "Show All" + "Hide All" links */
#onoff {
	padding-top:10px;
	margin-left:22px;
	}
	
#TJK_ToggleON,#TJK_ToggleOFF {
	padding:0px;
	margin-left:50px;
	font: 11pt verdana, sans-serif; 
	color: #7d775c;
	text-decoration: underline;
	}
/* zeroing out padding and margin */

#TJK_DL {padding-bottom:0px;}

#TJK_DL dd,#TJK_DL dt {
	margin:0;
	padding:5px 75px 0px 15px; 
	font-size: 85%;
	} 
/* margin for the DTs (shorthand) */

#TJK_DL dt {margin:7px 0}
/* image and left padding for DDs */
#TJK_DL dd {
	padding-left:50px;
	line-height: 1.5em;
	z-index:90;}

/* styling all anchors in the DTs */
#TJK_DL dt a {background: 0 50% no-repeat; 
				display:block;
				padding-left:32px;
				color:#000;
				text-decoration:none;	z-index:1;
}
#TJK_DL dt a:visited {color:#000000}
#TJK_DL dt a:visited:hover{color:#7d775c; font-weight:bold}
#TJK_DL dt a:hover,
#TJK_DL dt a:active {color:#7d775c}
#TJK_DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(images/toggleDLplus.gif)}
#TJK_DL .DTminus a {background-image:url(images/toggleDLminus.gif)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0; z-index:1;}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute;	z-index:1;}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}