/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #cccccc;padding:3px 6px;margin-right:5px; text-decoration:none;}
#TJK_ToggleON2,#TJK_ToggleOFF2
{
	border-left: 1px solid #cccccc;
	border-right:  1px solid #cccccc;
	border-top:   1px solid #cccccc;
	padding:3px 6px;
	margin-right:5px; 
	text-decoration:none;
	background-color:#9f1f42;
	color:#FFFFFF;
}
/* 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 {background:url(/RCO/images/answer.gif) no-repeat;padding-left:55px}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat;padding-left:0px;color:#000;text-decoration:none}
#TJK_DL dt a:visited {color:#666}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;}
#TJK_ToggleON2,#TJK_ToggleOFF2 {display:inline;}
