/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:10px;padding:2px; font-family: Calibri, Verdana, Arial, Helvetica;font-size: 12px;} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:10px; vertical-align:top;}
/* image and left padding for DDs */
#TJK_DL dd {background:url(../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:32px;color:#000;text-decoration:none; padding-top:2px;padding-bottom:3px; margin-top:0px;}
#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-family: Calibri, Verdana, Arial, Helvetica; font-size: 14px; font-weight:bold}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(../Images/toggleDLplus.gif); background-position:inherit;}
#TJK_DL .DTminus a {background-image:url(../Images/toggleDLminus.gif); background-position:inherit;}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:fixed}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}