/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {
	padding:0 5px;
	margin-right:5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {
	margin:0;
	padding:0;
} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {
	margin:7px 0;
}
/* image and left padding for DDs */
#TJK_DL dd {
	padding-left:55px;
	padding-bottom: 15px;
}
/* styling all anchors in the DTs */
#TJK_DL dt a {
	padding-left:32px;
	color:#006699;
	text-decoration:none;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
#TJK_DL dt a:visited {
	color:#FFCC00
}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {
	text-decoration: underline;
}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(toggleDLplus.gif)}
#TJK_DL .DTminus a {background-image:url(toggleDLminus.gif)}
/**********************************/
/**********************************/
#TJK_DL .showDD {
	position:relative;
	top:0
}
#TJK_DL dd,.hideDD{
	top:-9999px;
	position:absolute
}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}
