/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {
	margin: 6px 0 0 0;
}
/* image and left padding for DDs */
#TJK_DL dd {padding-left:15px}
/* styling all anchors in the DTs */
#TJK_DL dt a {
	background:0 0 no-repeat;
	padding-left:15px;
	color:#666666;
	text-decoration:none;
	font-size: 1em;
	line-height: 1.4;
	display: block;
	border-bottom: none;
}
#TJK_DL dt a:visited {color:#000000}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {
	color: #000000;
}
/* styling DDs */
#TJK_DL dd {
	font-size: 1em !important;
	color: #000000;
	line-height: 1.4;
	padding-bottom: 10px;
}

#TJK_DL {
	margin-top:0;
}

/* the + and - gif in the anchors */
#TJK_DL .DTplus a {
	background-image:url(plus.gif);
	background-position: 0px;
}
#TJK_DL .DTminus a {background-image:url(minus.gif);background-position: 0px;}
/**********************************/
/**********************************/
#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}
