/*  "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 {
	font-family: Syntax, Tahoma, Helvetica, Arial, sans-serif;
	text-decoration: none;
	margin-bottom: 12px;
	height: 20px;
	background-image: url(../images/questionrule.png);
	background-repeat:no-repeat;
	background-position:0 16px;
}
/* image and left padding for DDs */
#TJK_DL dd {
	font-family: Syntax, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #3c81c3;
	line-height: 1.5em;
	margin-bottom:  20px;
	background-color: #050C14;
	padding: 12px;
}
#TJK_DL dd a {
	color:#6EBFEF;
	text-decoration:none;
}
/* styling all anchors in the DTs */
#TJK_DL dt a {
	background:0 50% no-repeat;
	color:#f23c31;
	text-decoration:none;
}
#TJK_DL dt a:visited {
	color:#993300
}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {
	color: #ffd41d;
}
/* 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}

