/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {padding:2px 5px 3px 0px;margin-right:5px}
 /* #TJK_ToggleON { background:url("../images/toggleDLminus.gif") no-repeat; }
#TJK_ToggleOFF{ background:url("../images/toggleDLplus.gif") no-repeat; } */
#TJK_DL { padding-top: 10px; }
/* 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:25px}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat;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;*/
color:#3b659c;
}
#TJK_DL dt { position:relative; }
/* the + and - gif in the anchors */

/* with + / - images */
/*
#TJK_DL .DTplus a {background-image:url("../images/toggleDLplus.gif"); padding-top:2px; padding-bottom:3px; }
#TJK_DL .DTminus a {background-image:url("../images/toggleDLminus.gif"); padding-top:2px; padding-bottom:3px;}
*/

/* without + / - images */
#TJK_DL .DTplus a { padding-top:2px; padding-bottom:3px; }
#TJK_DL .DTminus a { padding-top:2px; padding-bottom:3px;}
/**********************************/
/**********************************/
#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; margin-right:10px;}
