/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {
	border:1px solid #333;
	padding:0 20px;
	margin-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0 0 0 0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {
	padding-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 20px;
	padding-top: 10px;
	margin-top: 0px;
	line-height: 18px;
}
/* image and left padding for DDs */
#TJK_DL dd {
	background:url(answer.gif) no-repeat;
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 12px;
	padding-top: 5px;
	padding-bottom: 24px;
	margin-top: -30px;
	line-height: 16px;
}
/* styling all anchors in the DTs */
#TJK_DL dt a {
	background:0 40% no-repeat;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#416596;
	text-decoration:none;
	line-height: 16px;
	padding-bottom: -5px;
}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus  {
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#0058EE;
	text-decoration:none;
}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {
	background-image:url(toggleDLplus.gif);
	margin-left: -20px;
	display: block;
	position: relative;
	left: 0px;
	background-position: left -2px;
	padding-bottom: 2px;
}
#TJK_DL .DTminus a {
	background-image:url(toggleDLminus.gif);
	margin-left: -20px;
	display: block;
	position: relative;
	left: 0px;
	background-position: left -2px;
	padding-bottom: 2px;
}
/**********************************/
/**********************************/
#TJK_DL .showDD {
	position:relative;
	top:10px;
	margin-left: 0px;
	left: -6px;
	margin-bottom: 0px;
}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}
