/*  "Show All" + "Hide All" links */
#TJK_ToggleON, #TJK_ToggleOFF {
border:1px solid #47251a; 
background: #d9d9cd;
padding:5px; 
margin:15px 10px;
}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {
margin:0px;
padding:0px 10px;
} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {
margin:8px 0px;
text-decoration:none;
}
/* image and left padding for DDs */
#TJK_DL dd {
background:url(answer.gif) no-repeat 0 50%;
padding:1% 0% 1% 10%;
min-height: 30px;
display: block;
text-decoration:none;
}
/* styling all anchors in the DTs */
#TJK_DL dt a {
padding:5px 15px;
text-decoration:none;
display: block;
}
#TJK_DL dt a:visited, #TJK_DL dt a:hover, #TJK_DL dt a:Link{
text-decoration:none;
}
#TJK_DL dt a:active,
#TJK_DL dt a:focus {
color: #2E394F;
text-decoration:none;
}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {
background: transparent url(toggleDLplus.gif) no-repeat left top;
}
#TJK_DL .DTminus a {
background: transparent url(toggleDLminus.gif) no-repeat left top;
}
/**********************************/
/**********************************/
#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;
}
